Skip to main content
Glama

skill-search

Read-onlyIdempotent

Find relevant skills across your knowledge base using keyword, vector, or hybrid search. Filter results by sections, documents, or stats to get the exact knowledge you need.

Instructions

Shorthand for search with sectionType: skill. Deprecated; removal in 2.0.0.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
algoNo
modeNo
docidNo
limitNo
queryYes
offsetNo
relaxedNo
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds useful context beyond annotations: the fixed 'sectionType=skill' semantic and the lifecycle status. This is appropriate for a thin deprecated alias.

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 short sentences with no fluff. It front-loads the main semantic ('shorthand for search with sectionType: skill') and communicates the deprecation and removal version. Every sentence earns its place.

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

Completeness3/5

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

The description clearly tells the agent what the tool is and why not to use it, but it leaves the agent without any description of return values or parameter details. Given the absence of an output schema and 7 unannotated parameters, the description is a bit too terseained to be fully complete in context.

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?

With 7 parameters and 0% schema description coverage, the description carries the burden of explaining parameters, but it only mentions the implicit 'sectionType=skill'. It does not clarify 'algo', 'mode', 'docid', 'limit', 'offset', or 'relaxed', although enum names and parameter names are somewhat self-explanatory. This is insufficient for a tool with such a low coverage rate.

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 states exactly what the tool is: a shorthand for 'search' with sectionType fixed to 'skill'. It distinguishes itself from the generic 'search' sibling and from other 'skill-*' tools by naming the parent operation and the filtering constraint, while also flagging its deprecated status.

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?

The description gives an explicit when-not-to-use signal: it is deprecated and scheduled for removal. It also identifiers the alternative by describing the tool as 'shorthand for search', implying that the full 'search' tool should be used instead.

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/diko316/knowledge-base-db'

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