docs(TSP-1306): document new MCP tools for large agent system prompts#686
docs(TSP-1306): document new MCP tools for large agent system prompts#686claude[bot] wants to merge 2 commits into
Conversation
Adds an "Available MCP tools" section to the MCP Server page covering relevance_read_agent_system_prompt, relevance_search_agent_system_prompt, and relevance_edit_agent_system_prompt. Includes parameter docs, practical examples, approval workflow explanation, and notes on the new system_prompt_line_count field on relevance_get_agent. Also adds a brief tip on the Programmatic GTM overview page pointing to the new MCP Server section for large prompt use cases. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
🎯 Vibe checkReviewed: 2 files (2 with issues, 0 clean) Scores
Score key: 🟢 9–10, 🟡 6–8, 🔴 1–5. Scores cover the whole PR. ✨ Overall vibe: Both pages are well-written with accurate, specific content and good component usage throughout. The MCP tools reference section in 🔧 Issues (2)
🧩 Component suggestions (2)
🏗️ Page structure (1)
✅ Clean files (0)No fully clean files in this PR. 🔋 Credit usage
Files read: |
Based on product PR #15594: start_line→offset_line, num_lines→limit_lines, context_lines→context, old_text→old_string, new_text→new_string. Also documents limit_lines: 0 behavior (returns size only). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Corrected parameter names based on product PR #15594: start_line→offset_line, num_lines→limit_lines, context_lines→context, old_text→old_string, new_text→new_string. Also added documentation for the limit_lines: 0 behavior (returns size only). |
🎯 Vibe checkReviewed: 2 files (2 with issues, 0 clean) Scores
Score key: 🟢 9–10, 🟡 6–8, 🔴 1–5. ✨ Overall vibe: Both pages are well-written, well-structured, and cover their subject clearly — the MCP server page in particular is detailed and production-ready. The main drag is consistency: five British spellings and a pattern of lowercased product feature terms (Agent, Tool, Workforce) across both files that will need a pass before merge. 🔧 Issues (10)British spellings —
Product term capitalization CLAUDE.md requires Agent, Tool, Workforce, Trigger, Knowledge to be capitalized when referring to Relevance AI product features. Both files use lowercase throughout, including in contexts where the product feature is clearly the referent.
Time-sensitive language
🏗️ Page structure (2)
✅ Clean files (0)Both files have at least one issue. 🔋 Credit usage
Files read: |
Summary
/integrations/mcp/programmatic-gtm/mcp-server) documenting three new tools that enable AI assistants to work with large agent system prompts:relevance_read_agent_system_prompt— paginated, line-numbered window reading (auto-approved)relevance_search_agent_system_prompt— regex search with context lines (auto-approved)relevance_edit_agent_system_prompt— targeted string replacement saved as draft (requires user approval)system_prompt_line_countfield onrelevance_get_agentContext
Implements documentation for PR #15594 (new MCP tools for large system prompts).
Linear: https://linear.app/relevance/issue/TSP-1306/
Test plan
#available-mcp-tools)🤖 Generated with Claude Code