Skip to main content
Glama

list_skills

List all available ClawSkills API integration skill docs to discover the skill that matches your requirements.

Instructions

List all available ClawSkills API integration skill docs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden. It indicates a read-only 'list' operation and the scope ('all available'), but does not disclose return format, pagination, or potential size limits. For a simple list tool, this is adequate but not rich.

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 a single, clear sentence that is front-loaded with the action verb. Every word earns its place, and there is no fluff or 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?

For a zero-parameter list tool, the description is sufficiently complete. It defines what is listed and the scope. While no output schema exists, the phrase 'skill docs' gives a reasonable idea of what will be returned. It could potentially mention sorting or filtering, but that is not needed for a simple list-all operation.

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?

The tool has no parameters, and the schema confirms this with an empty properties object. The description does not need to explain parameters, and the baseline of 4 applies. No additional semantic information is required.

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 action ('List') and the resource ('all available ClawSkills API integration skill docs'). It distinguishes from sibling tools like get_skill (fetch a single skill) and search_skills (search for skills), as 'list all' implies a comprehensive directory.

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

Usage Guidelines3/5

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

The phrase 'all available' implies when to use it (to enumerate all skills docs) and implicitly contrasts with search_skills, but no explicit alternatives or exclusions are mentioned. The usage context is clear, but the description does not explicitly say when not to use it.

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/Shanksg/clawskills'

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