Skip to main content
Glama

Sigistry Plugin Catalog (formerly Claude Registry)

Verify a Claude Code plugin (pre-publish, runs locally)

verify_plugin
Read-onlyIdempotent

Get the recipe to run the Sigistry verification methodology (the eight static checks that gate the Verified badge: manifest integrity, hook safety, agent tool scopes, command hygiene, skill structure, skill safety, no secrets, documentation) against a plugin BEFORE publishing it. The verification runs entirely on the local machine via a dependency-free open-source Node script; the plugin code never leaves the user's computer and this server performs no computation. Call this when the user wants their plugin or skill checked, then follow the returned steps: download the script, run it against the plugin directory, and fix any FAIL findings it reports.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pluginPathNolocal path to the plugin directory, used to fill in the run command (optional)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
stepsYeswhat the agent should do, in order
checksYesthe eight checks the script will run
commandsYes
nextStepsYes
runsWhereYesalways "local": verification executes on the user's machine
interpretingYes
methodologyUrlYes
methodologyVersionYes

TDQS

A4.5/5.0
Behavior5/5

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

The description goes well beyond the readOnly/idempotent/destructive annotations by disclosing that verification runs entirely locally, the plugin code never leaves the user's machine, and the server performs no computation. It also clarifies that the tool returns a recipe to follow rather than performing the verification itself, which is a crucial behavioral caveat.

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 detailed but efficient: it states the purpose, enumerates the checks, explains the privacy model, and gives usage instructions without redundancy. The important behavioral facts are front-loaded before the longer list of checks.

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 tool with one optional parameter and an output schema, the description is complete. It tells the agent what the tool does, when to call it, what steps to follow afterward, and what privacy/execution behavior to expect. The existence of an output schema covers return-value details.

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 schema already documents pluginPath as an optional local path used to fill in the run command. The description reinforces this by referring to running the script against the plugin directory, but it adds little meaning beyond the schema.

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 leads with a specific action ('Get the recipe to run the Sigistry verification methodology') tied to a clear resource (verifying a Claude Code plugin before publishing). It distinguishes itself from sibling lookup/search tools by focusing on the pre-publish verification workflow rather than fetching or searching plugin data.

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?

It explicitly tells the agent when to call it: 'Call this when the user wants their plugin or skill checked.' It also gives follow-up steps the agent should relay. It does not explicitly state when not to use it or compare against sibling alternatives, but the usage context is clear.

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