Skills MCP tools
Five generic tools cover every user, team, and repository scope.
Learn how agents should discover and trust instructions in the Server-hosted skills guide.
Tools
list_skills: acceptsscope,page, andper_page; returns metadata only.get_skill: acceptsscopeandslug; returns canonical content.create_skill: acceptsscopeand completecontent.update_skill: acceptsscope, currentslug, and completecontent.delete_skill: acceptsscopeandslug.
Scope locators
Use users/self, users/{username}, teams/{team_slug}, teams/{team_slug}/{repo_slug}, or {username}/{repo_slug}. Personal repositories also accept self/{repo_slug}.
Example
{
"name": "get_skill",
"arguments": {
"scope": "teams/platform/website",
"slug": "release-notes"
}
}