Skip to main content
Glama

List Skills

list_skills

List available agent skills from skills.sh and GitHub with compact metadata (id, name, source, installs). Browse the registry without loading descriptions to find what to search for.

Instructions

List available agent skills from the registry (skills.sh / GitHub). Returns compact metadata only (id, name, source, installs) - NO descriptions or content, so it is cheap on context. Use this to browse what is available before searching.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
viewNo
per_pageNo
include_descriptionNo
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses that it returns only compact metadata (id, name, source, installs) and omits descriptions/content, which affects context usage. However, it does not mention pagination or sorting behavior beyond what the schema hints at.

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 two sentences, front-loaded with the core purpose and efficiently provides key behavioral and usage information. Every sentence earns its place with no 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?

The tool is a simple list operation with optional parameters and no output schema. The description adequately explains the return value (compact metadata fields) and the context-efficiency benefit. However, it does not cover the effects of pagination or sorting options, which are inferable from parameter names but not explicitly described.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain any parameter semantics. It only mentions the output format, leaving the meaning of page, view, per_page, and include_description entirely to the parameter names and defaults. The description adds minimal value for parameter understanding.

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 the tool lists available agent skills from the registry, with a specific verb and resource. It also distinguishes itself from siblings by emphasizing its compact output and positioning as a pre-search browsing tool.

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 gives explicit guidance: 'Use this to browse what is available before searching.' This clearly indicates when to use the tool, though it does not name the alternative tool (search_skills) explicitly or provide when-not-to-use 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/beremaran/mcp-skillbox'

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