Skip to main content
Glama

Neruva

ask

Query NLWeb to search and analyze information from configured data sources

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteNoOptional list of sites to search. If not provided, searches all configured sites
queryYesThe question or search query
generate_modeNoThe type of response to generatelist

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only restates the general purpose ('search and analyze information') and reveals nothing about return format, side effects, how generate_mode affects behavior, or how site filtering works. This is a significant gap for a query tool with no output schema.

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 a single, front-loaded sentence that wastes no words. It directly opens with the action verb and resource, making it easy to parse quickly.

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

Completeness2/5

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

With no output schema and no annotations, the description should at least hint at response behavior or parameter interplay. It does not mention generate_mode's effect on output, the meaning of 'NLWeb', or how site relates to configured data sources. An agent is left without enough context to fully understand the tool's capabilities and expected return behavior.

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 input schema fully documents all three parameters. The description adds no extra parameter semantics beyond what the schema already provides; the baseline of 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 specific action ('Query NLWeb') and resource ('configured data sources'), and indicates the purpose ('search and analyze information'). It is clear and distinct from sibling tools like list_sites and who, though it does not explicitly differentiate itself.

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 when an agent needs to search or analyze data from configured sources, but it gives no explicit when-to-use/when-not-to-use guidance or references to alternatives. The context is inferable but not explicit.

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