Skip to main content
Glama

Sigistry Plugin & Skill Catalog

Search verified Claude Code skills

search_skills
Read-onlyIdempotent

Search the Sigistry catalog of verified skills (SKILL.md instruction sets for AI agents) by keyword, optionally filtered to one parent plugin. Every skill passed the skill-safety check: no command shadowing, honestly-scoped triggers, no injection or concealment language, no unsafe scripts. Use get_skill to fetch the full portable source of a match.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNokeywords, e.g. "changelog" or "security review"
pluginNorestrict to skills shipped by this plugin id

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYesup to 20 matching skills, best matches first

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, and the description adds meaningful context about what 'verified' means: skills passed safety checks against command shadowing, injection, concealment, and unsafe scripts. This goes beyond the structured hints and helps an agent understand the trustworthiness semantics of results.

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

Conciseness4/5

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

Three sentences with no wasted words: the core action is front-loaded, the safety-check detail is relevant, and the get_skill routing is useful. Slightly longer than strictly necessary, but each sentence earns its place.

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 read-only search tool with two optional parameters and an output schema, the description covers what the tool searches, the optional plugin filter, the safety guarantee, and the follow-up tool to retrieve full sources. It does not need to explain return values because an output schema exists.

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%, so the input schema already documents both parameters well. The description adds minor context by calling plugin a 'parent plugin' and noting filtering is optional, but it does not substantially improve on the schema descriptions.

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 names a specific verb ('Search'), a concrete resource (Sigistry catalog of verified skills), and clarifies what a skill is (SKILL.md instruction sets). It is clearly differentiated from siblings like get_skill (fetch full source) and search_plugins (search plugins rather than skills).

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 actionable routing guidance: use this tool to search the catalog and use get_skill to fetch a match's portable source. It does not explicitly contrast with search_plugins or list_categories, but the intended context is clear enough for an agent to select it for skill discovery.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: get vs search are separated by specificity, plugins vs skills are clearly different object types, and list_categories/verify_plugin occupy unique roles. The descriptions reinforce these boundaries with distinct output details.

Naming Consistency5/5

All tool names use a consistent lowercase verb_noun pattern (get_plugin, get_skill, list_categories, search_plugins, search_skills, verify_plugin). The pluralization sensibly follows whether the operation returns one item or many.

Tool Count5/5

Six tools is well-scoped for a plugin/skill catalog: discovery, lookup, category browsing, and verification guidance each have a dedicated tool. No tool feels redundant or extraneous.

Completeness4/5

The core catalog workflows are covered: search/get plugins and skills, browse categories, and retrieve verification instructions. The main gap is the absence of a direct list-all or list-skills operation, though searching by category/keyword can mostly work around it.

Resources