Document the reshaped MCP tool surface (docs audit) - #948
Merged
Conversation
The #945/#946 wave added five tools and changed how three others are addressed. #945 removed get_agent_history and get_parent_context from every doc surface in the same commit that introduced dispatch_review_get_feedback, brain_get_event, brain_get_list_item and whiteboard_howto — so the lists looked freshly maintained while being short by five entries. - docs-pane Repo Tools "Built-in tools": the five new tools, plus pin update-by-id, dispatch_pins batch writes with merge/replace, delete by id/ids/group, and reading one pin back whole by id. A closing paragraph states the list/detail policy response.ts now encodes, so an agent reading the docs knows a truncated listing has a matching full read. - dispatch_launch_agent: with a templateId the template's own prompt is now rendered and filled from templateArgs (#941) — it was previously used only for worktree settings, and the bullet still described it as just "or template". - media.tsx Pins tab: pin groups collapse under a heading with a member count, groups over eight start collapsed, and the choice persists per agent and group (#946). - automations.tsx job-agent lists: the new tools, plus persona_templates / persona_upsert / persona_validate and dispatch_archive_agent, which are in JOB_TOOLS but were never enumerated there. - README interactive-agents table and the persona-agents list. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Nightly docs audit. Diff-driven slice over
8eabcbe1..a6ec304e(#941, #943, #944, #945, #946, #947); the Repo Tools deep-dive innext_focusis carried to the next run.What drifted
#945 removed
get_agent_historyandget_parent_contextfrom every doc surface in the same commit that introduceddispatch_review_get_feedback,brain_get_event,brain_get_list_itemandwhiteboard_howto— so the tool lists looked freshly maintained while being short by five entries. #946 then changed how pins are addressed, and #941 changed what atemplateIddoes ondispatch_launch_agent.Changed
docs-sections/tools.tsx— the five new tools;dispatch_pinupdate-by-id (a rename is now a single-field edit); newdispatch_pinsbatch bullet (merge vs. group-scoped replace);dispatch_delete_pinbyid/ids/group;dispatch_list_pinstruncation + read-one-by-id. New closing paragraph stating the list/detail policyshared/mcp/response.tsnow encodes, so an agent hitting a truncated listing knows there is a matching full read.dispatch_launch_agent— with atemplateIdthe template's own prompt is now rendered and its placeholders fill fromtemplateArgs(Render the template's prompt when launching an agent via MCP #941). Previously the id was used only for worktree settings, and the bullet still read "or template".docs-sections/media.tsx— Pins tab: groups render under a collapsible heading with a member count, groups over eight start collapsed, and the choice persists per agent and group (Add batch pin writes, update-by-id, bulk delete, and collapsible groups #946).docs-sections/automations.tsx— job-agent tool lists: the new tools, pluspersona_templates/persona_upsert/persona_validateanddispatch_archive_agent, which are inJOB_TOOLSbut were never enumerated there.README.md— five rows in the interactive-agents table;dispatch_pins+dispatch_review_get_feedbackin the persona-agents list; correcteddispatch_list_pins/dispatch_delete_pin/dispatch_review_list_feedbackdescriptions.Verified against
AGENT_TOOLS/JOB_TOOLS/REVIEW_AGENT_TOOLSinapps/server/src/shared/mcp/server.tsas sets, both directions.Not changed
shortcut-pinstip's ground (media#media-sidebar), and the rest of this diff is agent-facing API.docs/03-api-spec.md—routes/mcp.tschanges were dependency wiring only; no HTTP contract moved.Deferred
docs-sections/personas.tsxnames reviewer tools individually and hasn't picked updispatch_pins/dispatch_review_get_feedback— nothing there is wrong today (backlogged).🤖 Generated with Claude Code