Skip to main content
Glama

按 URL 精确查找 Eolink 接口

eolink_find_api_by_path
Read-onlyIdempotent

Find APIs by exact path or prefix to avoid fuzzy search noise. Specify project ID and path, optionally choose match mode.

Instructions

按接口路径(api_path)精确查找接口,规避 eolink_search_apis 的模糊分词噪声。

内部拉取项目下全部接口后在 server 端按 api_path 匹配,只返回真正匹配的接口。

参数:

  • project_id:项目 ID(必填)

  • api_path:接口路径,如 user/user/list(可带前导 /)

  • match_mode:exact=完全相等(默认),prefix=以给定值开头

返回匹配接口的 api_id、api_name、api_path、method 等。拿到 api_id 后用 eolink_get_api_detail 看完整定义。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_pathYes接口路径,如 user/user/list。可带前导斜杠,会自动归一化。匹配依据见 match_mode
match_modeNoexact:api_path 完全相等;prefix:api_path 以给定值开头(用于按前缀批量找同模块接口)exact
project_idYes项目 ID(先用 eolink_list_projects 获取)
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds that it pulls all project APIs server-side and matches, which is useful context. No contradictions, and no missing critical behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with purpose first, then behavior, then parameters. It is concise but includes necessary examples. Slightly verbose in parameter list but still efficient.

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?

Given 3 parameters (2 required) and no output schema, the description explains return fields (api_id, api_name, etc.) and suggests next steps. Complete for its complexity and context signals.

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% (all three parameters described in input schema). The description also provides examples and extra context (e.g., 'user/user/list' with optional leading slash). Baseline score is appropriate as schema already does the heavy lifting.

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: find APIs by exact path (api_path). It distinguishes itself from eolink_search_apis, which has fuzzy search noise, providing a specific verb+resource combination.

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

Usage Guidelines5/5

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

Explicitly says when to use this tool: for exact path matching to avoid fuzzy noise. It also mentions an alternative: use eolink_get_api_detail for full definitions after obtaining api_id.

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