Skip to main content
Server path: /agent-skills | Type: Embedded | PCID required: No

Tools


agent_skills_create

Create a new agent skill. Skills are instructions that agents discover and use when handling tasks. Specify ownerType=“user” for a personal skill or ownerType=“organization” for an org-wide skill (requires admin). Parameters:

agent_skills_delete

Delete an agent skill by ID. This is a soft delete. Parameters:

agent_skills_get

Get a single agent skill by ID. Returns the full skill details including content. Parameters:

agent_skills_list

List agent skills by ownership scope. Returns skills owned by the current user (ownerType=“user”) or skills shared across the organization (ownerType=“organization”). Use includeContent=true to get full skill content in the response. Parameters:

agent_skills_update

Update an existing agent skill. Provide the skill ID, the updated fields, and the current version number for optimistic concurrency. Parameters: