Skip to main content
Glama

ask_web

Research the web via a sub-agent that runs multiple searches, opens pages, and cross-verifies sources, then returns a brief conclusion with citations, keeping detailed calls out of context.

Instructions

联网查资料。内部子 Agent 会多轮搜索、打开网页、交叉核对后给出凝练结论(带来源链接)。适合'查一下某库最新版本/某事实/某价格'这类会吃掉大量上下文的调研。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
questionYes要查证的问题,尽量具体,含关键限定词

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and reveals meaningful behavior: an internal sub-agent performs iterative searches, opens web pages, cross-checks information, and returns a concise conclusion with sources. It also warns that the operation consumes a lot of context. It does not mention failure modes or external service dependencies, but covers the main behavioral traits.

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 dense sentences: the first defines what it does, the second when to use it and what behavior to expect. Every clause contributes value and there is no redundant filler.

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?

The tool has only one parameter, no output schema, and no annotations. The description explains the operation, the internal process, the output format (conclusion with sources), and the appropriate scenarios, making it complete for an agent to select and invoke the tool correctly.

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 single 'question' parameter is already well documented. The description adds context about the kind of questions to ask and notes the research will consume context, but it does not materially extend the parameter's meaning beyond the schema.

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 states the tool performs web research ('联网查资料') and describes the multi-step behavior: searching, opening pages, cross-verifying, and returning a concise conclusion with sources. It differentiates from siblings implicitly via '联网', but does not explicitly name ask_memory or delegate, so it loses the top point.

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?

It explicitly identifies suitable use cases: checking a library version, a fact, or a price, and characterizes these as context-consuming research tasks. This gives clear usage guidance, though it does not name alternatives or state when NOT to use the tool.

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/Ellen-11/secretary-mcp'

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