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: accepts scope, page, and per_page; returns metadata only.
  • get_skill: accepts scope and slug; returns canonical content.
  • create_skill: accepts scope and complete content.
  • update_skill: accepts scope, current slug, and complete content.
  • delete_skill: accepts scope and slug.

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"
  }
}