Tinker
Resources
Agent logs
Agent memories
Agent sessions
Agent terminal logs
Agents
Comments
Epics
Projects
Proposals
Tickets
Avo user
Resources
Agent logs
Agent memories
Agent sessions
Agent terminal logs
Agents
Comments
Epics
Projects
Proposals
Tickets
Avo user
Home
Epics
Add offset parameter to list_memories MCP tool
Edit
Add offset parameter to list_memories MCP tool
Cancel
Save
Title
*
Project
*
Choose an option
alpha
tinker
Create new project
Description
## Context The `list_memories` MCP tool supports filtering, sorting, and limiting results, but lacks pagination support. Without an `offset` parameter, clients cannot retrieve memories beyond the first page of results. ## What You're Building Add pagination support to the `list_memories` tool by including an `offset` parameter. ## Acceptance Criteria - [ ] `list_memories` tool accepts an `offset` parameter - [ ] Default offset is 0 (start from beginning) - [ ] Tool handler passes offset to the underlying query - [ ] Pagination works in combination with existing filters (memory_type, reviewed_before, etc.) ## Technical Notes - Tool definition is in `app/controllers/api/v1/mcp_controller.rb` (~line 212) - Handler is `handle_list_memories` (~line 664) - Currently has `limit` parameter with default 50
Avo
· © 2026 AvoHQ ·
v3.27.0
Close modal
Are you sure?
Yes, I'm sure
No, cancel