Skip to main content
Glama

search_skills

Search skill documentation to find matching excerpts and context. Get relevant skills when you don't know which one to fetch.

Instructions

Search across all skill docs for a query string. Returns matching excerpts with context. Useful when you don't know which skill to fetch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query, e.g. '429 retry', 'OAuth scopes', 'webhook signature'
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 returns excerpts with context, indicating read-only search behavior. It does not detail pagination or matching semantics, but for a search tool this is reasonably transparent.

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?

Two sentences, front-loaded with purpose, and includes a usage tip. Every word earns its place with no fluff.

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 simple one-param tool with no output schema, the description covers purpose, output type, and use case sufficiently. It lacks edge-case mentions but is complete enough for an agent to invoke correctly.

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

Parameters3/5

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

Schema coverage is 100% with a descriptive example-laden parameter. The description adds no new parameter semantics beyond saying 'for a query string,' which is also in the schema. Baseline 3 applies as the schema already handles it.

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 searches across all skill docs for a query string and returns matching excerpts with context. It distinguishes from siblings like list_skills and get_skill by specifying the search/fetch behavior for when the target skill is unknown.

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

Usage Guidelines5/5

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

Explicitly states 'Useful when you don't know which skill to fetch,' providing a clear use case that differentiates it from get_skill and other siblings. The context signals also list sibling tools, making the alternative contexts implicit.

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