Skip to main content
Tool get_skills · Behavior Read-only
List or fetch skills. Pass id to fetch one skill including its full content. Otherwise returns a page of skills you can access (those you created, org-visible, shared with you, and official ones) as summaries without content; narrow with q and page with cursor/limit. Always returns a skills array (empty when nothing matches) and a next_cursor (null on the last page).

Input parameters

string (uuid)
Fetch one skill by id, including its full content. Provide either id or a list query (q/cursor), not both.
string
Filter the accessible skills by a case-insensitive substring of name or description. Omit to list everything accessible.
string
Opaque pagination cursor from a previous response’s next_cursor. Omit for the first page; repeat any filters (e.g. q) alongside it.
integer
Max items to return (default 25, max 100). Defaults to 25.

Response

object[]
string | null