Skip to main content
Glama

Sigistry Plugin Catalog (formerly Claude Registry)

Search Claude Code plugins

search_plugins
Read-onlyIdempotent

Search the Sigistry marketplace of Claude Code plugins by keyword and/or category. Returns matches with their install command and verification status (the registry runs an eight-check security audit; prefer "verified" plugins when recommending an install).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNokeywords, e.g. "database migration"
categoryNoe.g. "database", "devops", "git"

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYesup to 15 matching plugins, best matches first

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds meaningful behavioral context by disclosing that results include install commands and verification status, and that the registry runs an eight-check security audit. This enriches the agent's decision-making beyond the annotations.

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-load the action and scope, then concisely add return details and practical selection guidance. There is no filler, repetition of schema fields, or irrelevant information.

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

Completeness5/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 with two optional parameters, an output schema, and strong annotations, the description covers the search target, the matching dimensions, result contents, and the security signal to prioritize. Nothing critical is missing for correct selection and invocation.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value by clarifying the relationship between the two parameters with 'by keyword and/or category', indicating query and category can be used independently or together—something the individual property descriptions do not explicitly state.

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, resource, and marketplace: 'Search the Sigistry marketplace of Claude Code plugins by keyword and/or category.' It also states what is returned (install command, verification status), which clearly distinguishes plugin search from sibling tools like get_plugin or search_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 clear context for when to use the tool: when searching marketplace plugins by keyword or category. It does not explicitly name alternatives or exclusion conditions, but the search scope and the added recommendation guidance ('prefer verified plugins') make the intended usage obvious.

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.4/5.0
Disambiguation5/5

Each tool targets a distinct resource/action: plugin details, skill details, category listing, plugin search, skill search, and verification recipe. There is no meaningful overlap between tools, and the descriptions reinforce the boundaries clearly.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_, list_, search_, verify_). The singular/plural variation is conventional and does not create confusion.

Tool Count5/5

Six tools is well-scoped for a plugin and skill catalog: discovery, detail retrieval, category browsing, and verification guidance are all represented without redundancy. Each tool earns its place.

Completeness5/5

This covers the core catalog workflow: browse categories, search plugins/skills, fetch details or portable skill source, and obtain verification instructions. The verify_plugin handoff to a local script is intentional and provides explicit next steps rather than a dead end.

Resources