Skip to main content
Glama

Get endpoint detail

get_endpoint

Retrieve full endpoint details including summary, description, auth, parameters, request body, and response schemas with examples. Identify by operationId or HTTP method and path.

Instructions

Returns full detail for ONE endpoint: summary, description, auth requirement, parameters, request body schema, and response schemas with examples. Identify the endpoint either by operationId (preferred) or by both method and path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationIdNoe.g. 'createOrder'. Preferred identifier.
methodNoHTTP method, e.g. 'GET' or 'POST'. Use together with `path`.
pathNoExact path, e.g. '/api/v1/orders'. Use together with `method`.
Behavior4/5

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

The description discloses what data is returned (full detail including schemas and examples) and how to identify the endpoint. Without annotations, it provides sufficient behavioral context for safe use.

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, front-loaded with the action, no unnecessary words. Every piece of information is useful.

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?

The description covers return values (schema, examples), identification methods, and purpose. No output schema exists, so the description adequately covers what the agent needs to know.

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% with descriptions, but the tool description adds value by clarifying the preferred identifier (operationId) and the combined use of method and path, beyond the schema alone.

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 returns full detail for exactly one endpoint, listing specific fields (summary, description, auth, etc.). It distinguishes from sibling tools like list_endpoints which return multiple endpoints.

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 explicitly instructs to use operationId as the preferred identifier, or fall back to method and path together. It does not state when not to use the tool, but the context of 'ONE endpoint' implies it's for detailed lookups.

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/JeongSeongMok/tossinvest-openapi-mcp'

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