Skip to main content
Glama
quangnx99

web-search-mcp

by quangnx99

web_search

Find information online by submitting a search query and receiving a list of results. Set language and count to tailor the output.

Instructions

Tìm kiếm trên web và trả về danh sách kết quả.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNo"vi" để ưu tiên kết quả tiếng Việt, "en" cho tiếng Anh, "auto" để tự phát hiện theo truy vấn.auto
countNoSố kết quả mong muốn (1-20).
queryYesCâu truy vấn tìm kiếm.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/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 burden. It states the tool returns a list of results, which is basic behavioral info. It doesn't disclose details like whether results include snippets, URLs, or how results are ordered, but the output schema may cover some of this. The description is honest but minimal.

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 a single concise sentence in Vietnamese, front-loaded with the main action. It's efficient and easy to parse, though it could add a bit more context without becoming verbose.

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 tool has an output schema, so return values are likely covered. The description is adequate for a simple search tool, but it doesn't mention any rate limits, pagination, or result ordering. Given the simplicity of the tool and full schema coverage, this is acceptable but not exceptional.

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 all three parameters. The description adds no additional meaning beyond what the schema provides. Baseline 3 is appropriate.

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 states a clear verb and resource: 'Tìm kiếm trên web' (search the web) and returns a list of results. It distinguishes itself from siblings like fetch_page (which fetches a page) and search_stats (which returns statistics), though it doesn't explicitly name them.

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

Usage Guidelines3/5

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

The description implies usage for general web searching, and the lang parameter gives context for language preference. However, it doesn't explicitly state when to use this tool vs fetch_page or search_stats, nor does it mention any exclusions or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools