list_boards returns html_content, bloating response to 57K chars #276
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/pal-e-api#276
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Bug
Lineage
Standalone fix — no plan required.
Repo
pal-e-api
What Broke
GET /boardsreturnshtml_contenton every board. With 59 boards and some carrying up to 10K of HTML, the response hits 57K chars — enough to exceed the MCP result token limit and fail tool calls.Repro Steps
list_boardsMCP tool (orGET /boards)Expected Behavior
list_boardsshould return a lightweight summary per board withouthtml_content. Full content available viaget_board(slug).Environment
Production (pal-e-docs API)
Acceptance Criteria
list_boardsresponse excludeshtml_contentget_board(slug)still returnshtml_contentRelated
None