Snippet Readiness
API name: snippet_readiness · Category: AI Visibility
Evaluate whether sections can stand alone when pulled out of context. For what this agent does and why it matters, see Snippet Readiness in the Agent Catalog.
What it returns
The run status plus the flagged passages with the standalone-readiness gap identified.
Run this agent
Agents are run by ID, but you never need to hardcode one: resolve the ID from the agent’s stable name (snippet_readiness) with GET /agents, then call POST /agents/{agent_id}/run. Pass wait=true to block until the run completes; omit it to get a workflow_id back immediately and track the run with GET /agents/workflows/{workflow_id} (or a webhook_url in the request body).
Prefer MCP? On the hosted MCP server, run this agent with markupai_run_agents and agents: ["snippet_readiness"], or let markupai_review select it from your goal — see the MCP overview.