Skip to content

Add compact get_board_info response option#353

Open
omribz156 wants to merge 1 commit into
mondaycom:masterfrom
omribz156:codex/compact-board-info
Open

Add compact get_board_info response option#353
omribz156 wants to merge 1 commit into
mondaycom:masterfrom
omribz156:codex/compact-board-info

Conversation

@omribz156

Copy link
Copy Markdown

Addresses #218.

Summary

  • add an optional compact flag to get_board_info
  • keep the existing full response as the default
  • in compact mode, omit verbose column settings/revision data and board view settings/filter/sort data, including subitem columns

Verification

  • yarn --cwd packages/agent-toolkit jest src/core/tools/platform-api-tools/get-board-info/get-board-info.test.ts --runInBand
  • ./node_modules/.bin/prettier.cmd --check packages/agent-toolkit/src/core/tools/platform-api-tools/get-board-info/get-board-info-tool.ts packages/agent-toolkit/src/core/tools/platform-api-tools/get-board-info/get-board-info.test.ts packages/agent-toolkit/src/core/tools/platform-api-tools/get-board-info/helpers.ts
  • git diff --check

I also ran yarn --cwd packages/agent-toolkit tsc --noEmit; it still stops on the existing src/mcp/toolkit.ts(324) deep type-instantiation error, with no new get-board-info type errors after this change.

Implemented with Codex assistance; I reviewed the patch and kept the behavior opt-in so the default response remains unchanged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant