ToolYourToolYourAPI Docs

MCP Skills & Workflows

Curated agent playbooks and multi-step workflows on ToolYour MCP.

Skills (MCP resources)

Skills are markdown playbooks agents load once per session:

Skill IDUse when
seo-site-auditSEO analysis of a URL
page-performancePage speed / performance
content-refreshContent update recommendations
document-pipelineDocument conversion with download URLs
crawl-analysisLink / crawl analysis
list_skills() → load_skill("seo-site-audit") → invoke_tool(...)

Workflows

run_workflow(workflowId, input) runs multiple API calls server-side:

Workflow IDSteps
full-seo-auditSEO analyze + page speed
content-optimizationContent optimization API
document-convert-pipelineDOCX → PDF

Workflow steps bill one request per underlying tool call, same as REST.

Partial failures return status: "partial" with completed steps and failedStep.

Example prompt

Load the SEO site audit skill, analyze https://example.com, and summarize top 5 fixes.

Your agent should call load_skill first, then discover_tools / invoke_tool as the playbook describes.

On this page