Skip to main content
Glama

Search API Endpoints

search-endpoints
Read-only

Performs a deep search through paths, operations, and parameters to discover relevant API endpoints. Use this tool to find specific API capabilities, required parameters, or data models based on search keywords. Results can be passed directly into 'get-endpoint'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
patternYesSearch pattern (case-insensitive)

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate read-only and closed-world behavior. The description adds the valuable context that the search is 'deep' and scans multiple facets (paths, operations, parameters), going beyond simply listing endpoints. It doesn't disclose performance limits, but given the annotations, this is sufficient.

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?

Three concise sentences, each providing unique value: what it does, when to use it, and how results connect to 'get-endpoint.' No fluff or repetition.

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

Completeness4/5

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

For a simple one-parameter search tool with read-only annotations, the description covers purpose, usage, and a concrete next step. It would be slightly stronger if it hinted at result format or size, but the mention of passing results to 'get-endpoint' implies compatibility, which is adequate.

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% with a single parameter 'pattern' clearly described as case-insensitive. The description adds no new param semantics beyond calling it 'keywords,' so it stays at the baseline 3.

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 uses a specific verb ('deep search') and clearly identifies the resource ('API endpoints') and the scope ('paths, operations, and parameters'). It distinguishes itself from sibling tools like 'list-endpoints' by emphasizing search across multiple dimensions.

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?

Explicitly states when to use: 'to find specific API capabilities, required parameters, or data models based on search keywords.' While it doesn't list alternatives or when-not-to-use, the use case is clear and it suggests a direct workflow with 'get-endpoint.'

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.2/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: listing specs, listing endpoints, searching endpoints, getting endpoint details, executing requests, and routing operations. Even list-endpoints and search-endpoints are differentiated by organization vs. keyword search, so agents can pick correctly.

Naming Consistency5/5

All tool names follow a consistent verb-noun pattern in snake_case (execute-request, get-endpoint, list-endpoints, list-specs, route-kudosity-operations, search-endpoints). No mixed conventions or vague verbs.

Tool Count5/5

Six tools is well within the ideal range for an API-focused server. Each tool contributes to a clear workflow: discover specs, find endpoints, get details, execute, and plan routing. No redundant or excessive tools.

Completeness5/5

The tool set covers the full lifecycle of API interaction: discovering available specs, locating endpoints, retrieving detailed endpoint info, executing requests, and providing version routing guidance. No obvious gaps for the stated domain.

Resources