Skip to main content
Glama
agent-gatehouse

gatehouse-mcp

Search the Gatehouse registry

search_tools
Read-only

Find agent tools in the Gatehouse registry by free-text query, category, kind, or vetting status. Returns ranked results with status and health to assess tool safety.

Instructions

Find agent tools (MCP servers, Claude Code skills, plugins, subagents, agent frameworks) in the Gatehouse registry. Filter by free-text query, category, kind, or vetting status. Returns a ranked list (vetted first) with each tool's status and health. Use get_tool for the full record or check_tool for a quick "is it safe" verdict.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoFilter to one kind of tool
limitNoMax results (default 25)
queryNoFree text matched against name, summary, author, and categories
statusNoFilter to a vetting status
categoryNoFilter to a category, e.g. "Databases" (case-insensitive)
Behavior4/5

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

Annotations already declare readOnlyHint=true, so no contradiction. The description adds valuable behavioral context: returns a ranked list with vetted items first, includes status and health. It does not mention pagination behavior, but schema covers limit parameter.

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 with zero fluff. Each sentence serves a purpose: first defines what the tool finds, second covers filtering, results, and sibling alternatives. Efficient and front-loaded.

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 search tool with 5 parameters and no output schema, the description fully covers: tool scope, filter options, result format (ranked list, status, health), and when to use siblings. No gaps remain for an agent to understand its usage.

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 description coverage is 100%, so baseline is 3. The description restates filter options (query, category, kind, status) and adds ranking behavior, but does not significantly elaborate on parameter syntax or constraints 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 clearly states the tool finds agent tools (MCP servers, skills, plugins, subagents, frameworks) in the Gatehouse registry. It explicitly distinguishes from siblings by referencing get_tool for full records and check_tool for safety verdicts.

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 directly advises when to use this tool versus alternatives: 'Use get_tool for the full record or check_tool for a quick "is it safe" verdict.' This provides clear when-to-use and when-not-to-use guidance.

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/agent-gatehouse/gatehouse-mcp'

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