MCP Tools
Retrieve agent skills including id, name, description, type, and created_at fields.
{
"jsonrpc": "2.0",
"id": "3",
"method": "tools/call",
"params": {
"name": "credos_list_agent_skills",
"arguments": {
"skill_ids": [
"123e4567-..."
],
"cursor": "eyJjcmVhdGVkX2F0IjoiMjAyNS-..."
}
}
}Parameter | Type | Description |
|---|---|---|
skill_ids | string[] | Skill IDs to retrieve |
cursor | string | Pagination cursor to get more pages (optional) |