Skip to main content
Glama

获取 Eolink 接口详情

eolink_get_api_detail
Read-onlyIdempotent

Get full HTTP API details: request headers, query/restful/body parameters, response structure with mock examples. Outputs Markdown documentation.

Instructions

获取单个 HTTP 接口的完整定义:基础信息、请求头、query 参数、restful 参数、请求体参数、响应结构(含 mock 示例)。

参数:

  • project_id:项目 ID(必填)

  • api_id:接口 ID(先用 eolink_search_apis 搜索得到)

返回 Markdown 格式的接口文档,包含每个参数的名称、类型、是否必填、说明、示例值。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_idYes接口 ID,可从 eolink_search_apis 的结果获取
project_idYes项目 ID(先用 eolink_list_projects 获取)
Behavior4/5

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

Annotations already indicate readOnly, idempotent, and non-destructive behavior. The description adds value by disclosing the return format (Markdown documentation) and the comprehensive set of returned details, which is beyond what annotations provide.

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 extremely concise yet comprehensive. It uses a bullet-like structure to list return components and clearly separates parameter instructions. Every sentence adds value.

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?

With no output schema, the description fully explains the return value (Markdown with parameter details). It covers prerequisites, required parameters, and output format, making the tool fully understandable.

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%, but the description adds meaningful guidance: it specifies that api_id comes from eolink_search_apis and project_id from eolink_list_projects, enhancing understanding of parameter dependencies.

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 specifies the exact resource ('单个 HTTP 接口的完整定义') and lists all included components (基础信息、请求头、query 参数等), clearly distinguishing it from sibling tools like eolink_search_apis which only return a list.

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 explains that project_id and api_id are required, and tells how to obtain them (via eolink_list_projects and eolink_search_apis). It could be improved by explicitly stating when not to use this tool, but the prerequisites are clear.

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/huberyhe/eolink-mcp'

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