Skip to main content
Glama

skills_list_all

Browse all available skills in the registry to view their names, tags, complexity level, and tier status. Use pagination to navigate large results.

Instructions

BROWSING - Browse all 100+ available skills in the registry without semantic search.

Use this when you want to see what skills are available, understand the full breadth of the registry, or look for skills by browsing rather than searching.

Returns lightweight frontmatter for each skill (skill_id, name, tags, complexity_level, has_tier3) to keep token usage reasonable.

Supports pagination: use offset to skip results, limit to control batch size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It discloses that the tool is read-only, returns lightweight frontmatter, and supports pagination. It does not hide any destructive or mutating behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with clear sections, using a heading and bullet-like formatting. Every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations and a simple tool with output schema, the description covers behavior, pagination, and return content. It is sufficient for an agent to use correctly, though additional info on rate limits or error handling could improve it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so description must compensate. It explains both parameters (limit and offset) in the context of pagination, adding meaning beyond defaults and types. However, it could be more explicit about acceptable ranges.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it's for browsing all 100+ skills without semantic search, using a verb (browse, list) and resource (skills registry). It distinguishes from siblings like skills_find_relevant by explicitly noting it is not for semantic search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use (to see available skills, understand breadth, browse) and implicitly when not to (instead of searching). It mentions pagination details but does not explicitly exclude other scenarios.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jignesh-Ponamwar/skills-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server