Skip to main content
Glama

EveryInfra

everyinfra_search

Destructive

检索。17 个工具用 tool 选: crawl: 爬一个站点的多个页面并取回正文,可用自然语言指定只要哪类页面 crosscheck: 同一个问题并行跑多种机制不同的检索链,按「被几种机制同时命中」给来源分层,再取回最高层来源的一手原文。它回答的不是「搜到了什么」,而 deep: 带正文摘要的深度搜索,full=true 时连全文一起取回 forum: 真人讨论检索。官方文档说「支持」而论坛说「有坑」时,以后者的具体场景描述为准——这是一条独立于官方口径的证据源 harvest: 结构化站点抓取(长任务)。耗时从十几秒到几分钟,只在 crawl 也拿不到时用 lens: 反向图搜:给一张图的 URL,找出用了这张图的页面。方向与 media 相反 map: 列出一个站点的页面结构,只出 URL 不取正文,很快 media: 用词找图片与视频 news: 新闻搜索 places: 地点与商户搜索 read: 抓取指定 URL 的正文。多级降级,一家抓不到自动换下一家 scholar: 学术文献搜索。kind=patents 切到专利检索(公开号、申请人、发明人、申请与公开日期) semantic: 语义检索。用一句自然语言描述你要找什么,不要堆关键词——它能找到标题里不含查询词的深层来源。mode=deep 时检索更深,更慢也更贵 shopping: 商品搜索与比价 similar: 给一个 URL,找语义相似的页面——关键词搜索做不到这件事 suggest: 搜索联想词 web: 通用网页搜索,支持站内限定、地区、时间窗与翻页 ⚠ 要断言一个具体事实(版本号、价格、某 API 存不存在)时用 crosscheck:它并行跑多条机制不同的检索链再按「被几条同时命中」分层,而不是把一路结果当结论。失败或空结果不计费。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYes检索工具
paramsNo该工具的参数,如 {"q":"EU AI Act","num":10}

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

The description adds behavioral context beyond annotations: harvest is a long task taking seconds to minutes, semantic mode=deep is '更慢也更贵', and failure/empty results are not billed. Annotations declare destructiveHint=true, and while the description does not explain destructive behavior, it also does not contradict it; the provided latency and cost details justify the score.

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

Conciseness3/5

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

The list format is organized and each sub-tool line is dense with information, but the description is quite long and contains a truncated sentence ('它回答的不是「搜到了什么」,而') that breaks the structure and indicates an editorial flaw. It is not as concise as it could be, and the incomplete sentence hurts overall quality.

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

Completeness3/5

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

The description covers all 17 sub-tools with enough context to invoke them, and it provides cost/delay warnings. However, the crosscheck description is incomplete, so its core value is partially unclear. Additionally, there is no explanation of return values or output structure, and the 'params' object format is only loosely illustrated, leaving some ambiguity for an agent.

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?

The schema covers both parameters, with 'tool' as an enum and 'params' as a generic object. The description substantially enriches parameter meaning by specifying expected inputs per sub-tool: URL inputs for lens/similar/read, natural-language queries for crawl/semantic, kind=patents for scholar, and full=true for deep. This goes well beyond the schema's single generic example.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as a search dispatcher and distinguishes 17 sub-tools with specific verbs and objects (e.g., 'crawl: 爬一个站点的多个页面并取回正文', 'lens: 反向图搜'). It differentiates internal modes well, but the crosscheck entry contains a truncated sentence ('它回答的不是「搜到了什么」,而') that leaves its distinguishing purpose incomplete, preventing a perfect score.

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?

Explicit usage guidance is provided for several sub-tools: harvest '只在 crawl 也拿不到时用', crosscheck is recommended for asserting concrete facts, semantic is suggested when keyword search fails, and forum is described as an independent evidence source from official docs. This clearly helps an agent select the right sub-tool.

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.

Resources