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

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / properties / results / items / properties / verification / description
      Previous value: -"verification status: \"verified\" (passed the seven-check security methodology), \"stale\" (verified at a pinned commit the repo has since moved past), \"listed\" (in the registry but not audited), \"failed\", or \"unknown\". Prefer verified plugins. Methodology: https://sigistry.com/verification"New value: +"verification status: \"verified\" (passed the eight-check security methodology), \"stale\" (verified at a pinned commit the repo has since moved past), \"listed\" (in the registry but not audited), \"failed\", or \"unknown\". Prefer verified plugins. Methodology: https://sigistry.com/verification"
  2. Changed1 schema field changed
    • changedOutput schema / properties / results / items / properties / verification / description
      Previous value: -"verification status: \"verified\" (passed the seven-check security methodology), \"stale\" (verified at a pinned commit the repo has since moved past), \"listed\" (in the registry but not audited), \"failed\", or \"unknown\". Prefer verified plugins. Methodology: https://clauderegistry.com/verification"New value: +"verification status: \"verified\" (passed the seven-check security methodology), \"stale\" (verified at a pinned commit the repo has since moved past), \"listed\" (in the registry but not audited), \"failed\", or \"unknown\". Prefer verified plugins. Methodology: https://sigistry.com/verification"
  3. Changed2 schema fields changed
    • addedOutput schema / properties / results / items / properties / verification
      Added value: +{
      +  "description": "verification status: \"verified\" (passed the seven-check security methodology), \"stale\" (verified at a pinned commit the repo has since moved past), \"listed\" (in the registry but not audited), \"failed\", or \"unknown\". Prefer verified plugins. Methodology: https://clauderegistry.com/verification",
      +  "type": "string"
      +}
    • changedOutput schema / properties / results / items / required
      Previous value: -[
      -  "id",
      -  "name",
      -  "installCommand"
      -]New value: +[
      +  "id",
      +  "name",
      +  "installCommand",
      +  "verification"
      +]
  4. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "$schema": "http://json-schema.org/draft-07/schema#",
      +  "additionalProperties": false,
      +  "properties": {
      +    "results": {
      +      "description": "up to 15 matching plugins, best matches first",
      +      "items": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "category": {
      +            "description": "marketplace category",
      +            "type": "string"
      +          },
      +          "description": {
      +            "description": "one-line summary",
      +            "type": "string"
      +          },
      +          "id": {
      +            "description": "stable plugin id, e.g. \"sql-safety-net\"",
      +            "type": "string"
      +          },
      +          "installCommand": {
      +            "description": "Claude Code install command",
      +            "type": "string"
      +          },
      +          "name": {
      +            "description": "human-readable plugin name",
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "id",
      +          "name",
      +          "installCommand"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    }
      +  },
      +  "required": [
      +    "results"
      +  ],
      +  "type": "object"
      +}
  5. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the annotations, the description adds meaningful behavioral context: results include install command and verification status, and the registry runs an eight-check security audit. This gives the agent actionable expectations about both the response content and how to weigh results when making recommendations.

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 a single dense sentence that front-loads the action and scope, then efficiently adds return-value and recommendation context. There is no filler, repetition, or unnecessary detail.

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?

With an output schema present, safety annotations covering read-only/idempotent behavior, and a description that covers purpose, parameter flexibility, return content, and preference guidance, the agent has everything it needs to select and invoke the tool correctly.

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 that query and category can be used in combination ('by keyword and/or category'), which is not explicit in the schema's individual parameter 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 states a specific verb and resource: 'Search the Sigistry marketplace of Claude Code plugins by keyword and/or category.' This clearly distinguishes it from sibling tools like get_plugin, which retrieves details, and search_skills, which searches skills rather than plugins.

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 makes clear it is for searching plugins and gives practical guidance to prefer 'verified' plugins when recommending an install. It does not explicitly name when to use alternatives like get_plugin or search_skills, but the plugin-specific scope makes the intended context 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.

Resources