Skip to main content
Glama

search_schemas

Search Swagger/OpenAPI schema definitions by keyword, with fuzzy matching and optional type filters.

Instructions

搜索 schema 定義,支援模糊搜索和類型過濾

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoSchema 類型過濾(如:object, string, array, number)(可選)
limitNo最大回傳結果數量,預設為 10,最大 100
queryYes搜索關鍵字(可搜索 schema 名稱、描述、屬性名稱)
swaggerNameNo限制搜索的 Swagger 檔案名稱(可選)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It mentions fuzzy search and type filtering, but does not explicitly disclose the read-only nature, response format, or any side effects. For a search tool this is partially adequate.

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, front-loaded sentence with no filler. Every word adds value, clearly stating the action and key features.

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

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema and no annotations, the description does not explain what results look like or provide sufficient context for selecting this tool over siblings. The tool has four parameters, and the description is too minimal to be fully self-contained.

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 description coverage is 100%, so the baseline is 3. The description adds the 'fuzzy search' behavior, which is not explicitly stated in the query parameter description, providing additional 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 clearly states 'search schema definitions' (搜索 schema 定義) with specific features (fuzzy search and type filtering), distinguishing it from sibling tools like search_apis and get_schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied by the verb 'search' but there is no explicit guidance on when to use this tool versus siblings like get_schema or search_apis. No exclusions or alternatives are mentioned.

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/LLM-MCP-Servers/swagger-json-mcp'

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