Skip to main content
Glama
xiaou66

Apifox Filter MCP Server

by xiaou66

智能搜索接口

smart_search_api

Turn natural language descriptions into relevant API paths. Describe a feature or business scenario, and get ranked API search results with automatic keyword extraction.

Instructions

根据自然语言描述智能搜索接口,AI 的首选搜索工具。

核心能力:

  • 自动提取关键词并映射到接口路径

  • 支持中英文混合查询

  • 按相关度排序返回结果

使用场景:

  • 用户描述功能需求:"查找用户登录接口" → 搜索 login/auth

  • 用户询问模块接口:"达人管理有哪些接口" → 搜索 influencer/daren

  • 用户描述业务场景:"获取订单列表" → 搜索 order/list

优先使用此工具进行语义搜索,再用 get_api_detail 获取详情

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes自然语言描述的功能需求或业务场景
Behavior4/5

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

No annotations provided, so the description must carry the burden. It discloses key behaviors: automatic keyword extraction, path mapping, mixed Chinese-English support, and relevance sorting. It does not discuss edge cases or output details, but for a simple search tool, this is sufficient transparency.

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 well-structured with clear sections (core capabilities, use cases, priority directive). It uses bullets and examples efficiently without fluff. Every sentence contributes to understanding the tool.

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 single-parameter tool with no output schema, this description is quite complete. It explains purpose, usage scenarios, behavioral mechanics, and next steps. It doesn't detail return format, but states relevance sorting, which adequately covers what the agent needs to know for invocation.

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 already defines 'query' as natural language, but the description adds meaningful examples and clarifies expected input types (e.g., '查找用户登录接口', '获取订单列表'). This goes beyond the schema's minimal description, giving the agent concrete grounding for what to provide.

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 it's an intelligent search tool that maps natural language queries to API paths, with explicit examples of query types. It distinguishes itself by calling itself the 'AI's preferred search tool' and positioning semantic search, differentiating from sibling tools like search_api.

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?

The description provides explicit use cases (functional needs, module inquiries, business scenarios) and gives a direct directive: '优先使用此工具进行语义搜索,再用 get_api_detail 获取详情' (prefer this for semantic search, then use get_api_detail for details). This clearly tells the agent when to use it and what to use next.

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/xiaou66/apifox-filter-mcp-server'

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