Skip to main content
Glama

ask_edge

问答式信息差查询:Agent 用自然语言问产业问题,返回最相关的信号+信息差依据。区别于数据 API——返回的是判断层(what it means),不是原始数据。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo返回条数上限,默认 5
questionYes自然语言问题,如 '固态电池上游材料谁有信息差?'、'存储板块有什么散户不知道的?'

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the disclosure burden. It usefully characterizes the return type (signals + 信息差依据 / judgment layer, not raw data), which is genuinely helpful. But it omits auth needs, rate limits, latency, and whether answers are cached or time-sensitive—significant gaps for a tool calling an external inference layer with zero annotation coverage.

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 tight clauses, front-loaded with the core purpose and immediately followed by the differentiator. No filler, every sentence earns its place.

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 is adequate for a 2-param Q&A tool: it explains the answer shape and the distinction from data APIs. However, with no output schema and no annotations, an agent gets no information about response structure beyond a phrase, no error modes, and no guidance on question phrasing despite the schema's examples. Minimum-viable rather than complete.

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 description coverage is 100%, so the schema already documents both parameters (question with examples, limit default 5). The description does not add syntax, format constraints, or meaning beyond what the schema provides, so the baseline of 3 applies.

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?

Names a specific verb+resource (natural-language question answering over industry questions) and adds an explicit differentiator: unlike the data APIs, it returns the judgment layer ('what it means') rather than raw data. This directly separates it from siblings like read_signal_board and read_article, which an agent can distinguish without opening any schema.

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 '区别于数据 API' clause tells the agent when this tool is the right choice—interpretive questions rather than raw data retrieval. No explicit when-not or alternative routing to a named sibling is given (e.g., no 'for raw signals use read_signal_board'), so it falls short of a 5 but the usage context is clear.

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