Skip to main content
Glama
rsi-ai-platform

rsi-search-pro-mcp

Official

web_search_authoritative

Searches authoritative sources using a three-tier pass system: primary authority domains, secondary business press, and optional open web. Returns results with authority scores and domain lists.

Instructions

Three-pass authoritative web search.

Pass 1: primary authority domains (catalog rules + curated registry).
Pass 2: secondary authority + Tier-1 business press.
Pass 3: open web (toggle via `allow_open_web_fallback`).

Prefer this over plain web search when the query has an authoritative
answer — automates the include-domains discipline and the fallback ladder.

Args:
    query: Search query (free text).
    indicators: Indicator hints; piped to pick_authority_domains.
    jurisdiction: ISO code: "IN", "US", "UK", "EU".
    topic_hint: As in pick_authority_domains.
    include_domains: Manual override; skips pick_authority_domains.
    additional_authority_sources: See pick_authority_domains.
    max_results: Per-pass cap (default 6).
    topic: "general" or "news". When "news", set days for recency window.
    days: Days back for news topic (e.g. 7 = last week).
    allow_open_web_fallback: If False, refuses pass 3.

Returns:
    Tavily result shape plus `pass`, `domains_used`, `authority_score`
    (1.0 primary, 0.6 secondary, 0.3 open web), and `rationale`.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
indicatorsNo
jurisdictionNo
topic_hintNo
include_domainsNo
additional_authority_sourcesNo
max_resultsNo
topicNogeneral
daysNo
allow_open_web_fallbackNo
Behavior5/5

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

With no annotations provided, the description fully discloses the three-pass behavior, the fallback mechanism, and the return fields (pass, domains_used, authority_score, rationale). It also notes that if allow_open_web_fallback is False, the tool refuses pass 3. This covers all behavioral aspects beyond the schema.

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 well-structured with a summary, pass details, usage guidance, and parameter explanations. While comprehensive, it is slightly lengthy but every sentence serves a purpose. A minor reduction could improve conciseness.

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?

Given the tool's complexity (10 parameters, no output schema, no annotations), the description is remarkably complete. It explains the three-pass logic, the return shape, and all parameters, including references to sibling tools. The description leaves minimal ambiguity for an AI agent to use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Since schema description coverage is 0%, the description must compensate, and it does so thoroughly with an Args section explaining each parameter's purpose and behavior. For example, it clarifies that include_domains skips pick_authority_domains and that days is only relevant for news topic. This adds significant meaning beyond the schema.

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?

The description clearly defines the tool as a three-pass authoritative web search, detailing each pass and explicitly distinguishing it from plain web search by stating 'Prefer this over plain web search when the query has an authoritative answer'. This specific verb+resource combination differentiates it from sibling tools.

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 description provides explicit guidance on when to use the tool ('when the query has an authoritative answer') and what it automates (include-domains discipline and fallback ladder). It does not explicitly mention when not to use it, but the context is clear enough for an AI agent.

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/rsi-ai-platform/rsi-search-pro-mcp'

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