Skip to content

docs(mcp): consolidated MCP server, skills, slide builder, and evals docs#608

Draft
jordanc-relevanceai wants to merge 1 commit intomainfrom
docs-merge/mcp
Draft

docs(mcp): consolidated MCP server, skills, slide builder, and evals docs#608
jordanc-relevanceai wants to merge 1 commit intomainfrom
docs-merge/mcp

Conversation

@jordanc-relevanceai
Copy link
Copy Markdown
Collaborator

@jordanc-relevanceai jordanc-relevanceai commented May 5, 2026

This PR consolidates 4 drafter PRs that all touch the Programmatic GTM section. Each section below is the original description from a source PR. Opening as draft for review before closing the source PRs.

Source PRs (kept open until confirmed)

Reconciliation note

Three of the four PRs edit agent-skills.mdx and two edit mcp-server.mdx. Shipping separately would force conflicts and produce a fragmented Topics covered list. Reconciled the changes in one pass so the section reads coherently.

Important rerouting: #548 originally edited integrations/mcp/programmatic-gtm/introduction.mdx, but that file was renamed to get-started/core-concepts/programmatic-gtm.mdx on main. I redirected those edits (Slide Builder card and tab) to the renamed file.

PR #591 (mcp-client.mdx) stays separate — different file, no overlap.


#535 — docs(TSP-1091): update MCP server docs for relevance_trigger_agent breaking change

Summary

  • relevance_trigger_agent is now asynchronous (returns conversation_id immediately) — breaking change from previous synchronous behavior
  • New relevance_trigger_agent_sync tool added for synchronous/blocking execution
  • relevance_trigger_agent_async is replaced by relevance_trigger_agent

Changes made

  • Updated synchronous tab to reference relevance_trigger_agent_sync
  • Updated asynchronous tab to reference relevance_trigger_agent (previously relevance_trigger_agent_async)
  • Updated async workflow step to call relevance_trigger_agent
  • Updated troubleshooting accordion with correct tool names
  • Added prominent Warning callout alerting existing users to the breaking change and directing them to relevance_trigger_agent_sync for synchronous behavior

Linear issue: https://linear.app/relevance/issue/TSP-1091/


#548 — docs(TSP-1092): document MCP Slide Builder capabilities

Summary

  • Creates a new dedicated page at integrations/mcp/programmatic-gtm/slide-builder.mdx documenting all Slide Builder capabilities available via MCP
  • Adds cross-links from 5 existing pages (Chat Slide Builder, MCP Server, Programmatic GTM Overview, Agent Skills, OpenAI Codex)
  • Updates docs.json to include the new page in the Programmatic GTM navigation group

The new page covers: quick start, all available capabilities (BrandKits, Templates, export formats, incremental building, version history), practical example prompts, working with BrandKits and Templates via MCP, exporting in PDF/Images/PPTX/JSON, troubleshooting, and what's next links.

Closes https://linear.app/relevance/issue/TSP-1092/


#557 — docs(TSP-1107): document Skills API structured fields including when_to_use

Summary

  • Adds a new 'Creating skills programmatically' section to agent-skills.mdx
  • Documents all four structured fields: name, description, when_to_use, and content
  • Explains the distinction between description (what the skill does) and when_to_use (activation hints for AI agents)
  • Covers trusted skills and why when_to_use is particularly important for them
  • Includes a realistic Python code example demonstrating all four fields
  • Promotes Topics covered to a top-level heading since it now sits at the same hierarchy as other sections

Linear issue: https://linear.app/relevance/issue/TSP-1107/


#598 — docs(TSP-1164): Add documentation for 19 new MCP evaluation tools

Summary

  • New page: build/agents/build-your-agent/evals/programmatic-evals.mdx — documents the 19 new MCP tools covering the full evaluation lifecycle: managing test sets and test cases, configuring evaluator rules and tool simulations, running evaluations, and monitoring batch results
  • Updated: build/agents/build-your-agent/evals.mdx — added a Programmatic Access section near the top linking to the new page
  • Updated: integrations/mcp/programmatic-gtm/agent-skills.mdx — bumped tool count from 46 → 65, expanded the Evals card description to reflect the comprehensive new capabilities
  • Updated: docs.json — converted the flat evals nav entry into an Evals group containing both the main page and the new programmatic-evals sub-page

Context

These docs cover the 19 new MCP tools added in RelevanceAI/relevance-api-node#13459. The new tools fill a major gap by enabling programmatic access to evals, supporting CI/CD integration and automated testing frameworks.

Linear issue: https://linear.app/relevance/issue/TSP-1164/

Test plan

  • New page renders correctly at /build/agents/build-your-agent/evals/programmatic-evals
  • Evals group in sidebar shows both the main page and the new sub-page
  • Programmatic Access section appears in evals.mdx and links correctly
  • agent-skills.mdx shows 65 tools and updated Evals card
  • All internal links resolve

Linear

Combines four drafter PRs that overlap on mcp-server.mdx and
agent-skills.mdx within the Programmatic GTM section:

- TSP-1091 (#535): document the relevance_trigger_agent breaking change
  (now async by default; use _sync suffix for synchronous behaviour)
- TSP-1092 (#548): document Slide Builder via MCP — new dedicated page,
  cross-references from mcp-server, codex, programmatic-gtm overview,
  and the Chat slide-builder page
- TSP-1107 (#557): document Skills API structured fields including
  when_to_use, with a Python code example
- TSP-1164 (#598): document 19 new MCP evaluation tools — new
  programmatic-evals page, link from evals.mdx, expanded Evals card
  description, and SKILL.md tool count update (46 -> 65)

Reconciled overlapping edits to agent-skills.mdx (Topics covered card
group) and mcp-server.mdx (sync/async tool naming + new Slide Builder
section). The original #548 targeted the old programmatic-gtm
introduction.mdx path; rerouted those edits to the renamed
get-started/core-concepts/programmatic-gtm.mdx file.

Adds nav entries for the new slide-builder page and groups evals into
its own subgroup with programmatic-evals.
@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented May 5, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
relevanceai 🟢 Ready View Preview May 5, 2026, 4:50 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@linear
Copy link
Copy Markdown

linear Bot commented May 5, 2026

@jordanc-relevanceai jordanc-relevanceai self-assigned this May 5, 2026
@jordanc-relevanceai jordanc-relevanceai changed the title docs(mcp): consolidate MCP server, skills, slide builder, and evals docs docs(mcp): consolidated MCP server, skills, slide builder, and evals docs May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs-drafter Documentation drafted by Claude

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant