MCP Tools
Retrieve a skill including id, name, description, slug, type, and created_at fields for your AI agent.
{
"jsonrpc": "2.0",
"id": "3",
"method": "tools/call",
"params": {
"name": "credos_get_agent_skill",
"arguments": {
"skill_slug": "code-reviewer"
}
}
}Parameter | Type | Description |
|---|---|---|
skill_slug | string | Skill slug to retrieve |