Skip to main content
Glama

search_apis

Find API endpoints by keyword, method, tag, or file in Swagger/OpenAPI JSON, with fuzzy search and configurable result limits.

Instructions

搜索 API endpoints,支援模糊搜索和多種過濾條件

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNo限制搜索的標籤(可選)
limitNo最大回傳結果數量,預設為 10,最大 100
queryYes搜索關鍵字(可搜索路徑、摘要、描述、operationId、標籤)
methodNoHTTP 方法過濾(如:get, post, put, delete)(可選)
swaggerNameNo限制搜索的 Swagger 檔案名稱(可選)
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses some behavioral traits: fuzzy search and multiple filter conditions. However, it does not mention whether the operation is read-only, what the return structure looks like, or whether there are pagination or performance characteristics.

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 that immediately states the action and resource. There is no fluff or redundant information.

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

Completeness3/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 fully described in the schema, the description is adequate but incomplete. It lacks details about the return format (though no output schema exists), and it does not mention how search results are ordered or what fields are included.

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 baseline is 3. The description adds little beyond the schema: 'fuzzy search' hints at query matching semantics, but the filter parameters (tag, method, swaggerName) are already well-documented in 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's purpose: '搜索 API endpoints' (search API endpoints). It distinguishes from sibling search_schemas by targeting endpoints rather than schemas, and adds specific capabilities (fuzzy search, multiple filter conditions).

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives like search_schemas or get_api_info. There are no exclusions, prerequisites, or indications of preferred use cases beyond the basic search purpose.

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