Skip to main content
Glama

Fodda Deep Research

get_supplemental_context

Read-only

A standard layer for macro, institutional, and real-time market data. Call this tool when curated coverage is thin, empty, or when the query is explicitly demand/attention-shaped (e.g. to get search volume, economic series, or census data). It retrieves data from 80+ authoritative sources (Google Trends, FRED, BLS, Census, etc.) fanned out in parallel. Returns categorized data blocks with source attribution and metadata. Note: call after search_graph indicates thin/empty coverage via its coverage annotation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
geoNoCountry code or geography hint (e.g., 'TH', 'US', 'GB') for country-filtered queries.
queryYesThe topic or query to get supplemental data for (e.g., 'sustainable packaging', 'tequila spirits market', 'Gen Z beauty'). Include country names if searching non-US markets (e.g. 'Thailand consumer sentiment').
brandsNoBrand names to include in demand/product lookups (e.g., ['Nike', 'Adidas']). Triggers Google Trends comparison and Amazon product search.
domainNoDomain hint to improve source routing: 'retail', 'beauty', 'fashion', 'sports', 'food', 'technology', 'culture', 'travel', 'design', 'macro'. Do NOT pass 'culture' or 'technology' for macro economic or consumer sentiment queries — leave omitted or set to 'macro'.
userIdNoOptional user identifier for trial usage tracking.
graph_idsNoGraph IDs from prior search results — helps refine domain inference.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already signal read-only and non-destructive behavior. The description adds value by disclosing parallel fan-out across 80+ authoritative sources, categorized return blocks, and source attribution metadata. It does not mention latency, rate limits, or errors, but the most important behavior is covered.

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 wastes little: it states what data is returned, when to call, what triggers the call, and which sources are used—all in a few sentences. It front-loads the core purpose and places the integration note at the end without redundancy.

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

Completeness4/5

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

For a 6-parameter tool with no output schema, the description is solid: it covers the operative trigger, source scope, output type, and relevant examples. It could be stronger about expected result usage or edge cases like broad domains, but it is not incomplete enough to cause confusion.

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 coverage is 100%, so the param descriptions already explain query, geo, brands, domain, graph_ids, and userId. The tool description adds context about the kinds of queries that benefit from supplemental data but does not materially deepen the meaning of individual parameters. Baseline 3 is appropriate.

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 identifies the tool as retrieving supplemental market data from a set of external sources and explicitly ties it to search_graph coverage gaps. It names a concrete resource type (macro, institutional, real-time market data) and distinct behavior (parallel retrieval from 80+ sources), helping an agent distinguish this from graph or research 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 gives explicit trigger conditions: use it when curated coverage is thin/empty, or when the query is demand/attention-shaped, and after search_graph indicates thin coverage. It does not enumerate when-not-to-use scenarios or alternative sibling tools beyond search_graph, but the conditions are specific enough to guide selection.

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.

TDQS

A4.2/5.0
Disambiguation4/5

Most tools have clearly distinct roles: graph discovery, graph search, node detail, neighbor mapping, evidence retrieval, deep research launch, and status polling are all identifiable. The main ambiguity is between search_graph and get_label_values(label='Trend') for listing trends, and between deep_research_topic's built-in supplemental coverage and get_supplemental_context.

Naming Consistency4/5

The set largely follows a snake_case verb_noun pattern such as search_graph, list_graphs, get_node, read_url, and generate_visual. The outlier is deep_research_topic, which is noun-led rather than verb-led, and get_my_account is a minor deviation from the pure verb_noun pattern, but neither seriously disrupts usability.

Tool Count5/5

14 tools is well-scoped for a deep-research platform: graph discovery, graph search, retrieval, evidence, supplemental data, status polling, visualization, URL ingestion, and account/capability helpers all earn their place. The set feels like a deliberate pipeline rather than a miscellany.

Completeness4/5

The research lifecycle is well covered: discover graphs, search, explore trends, get supporting evidence, add supplemental data, launch deep research, poll status, and generate visuals. Minor conveniences like canceling or listing past research sessions are missing, but there are no dead ends for the core workflow.