Skip to main content
Glama

Fodda Brand Intelligence

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.4/5.0
Behavior4/5

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

Annotations mark this as readOnlyHint true and destructiveHint false, and the description adds meaningful behavioral context beyond that: parallel fan-out across 80+ sources, categorized data blocks, source attribution, and metadata in the return. It does not mention latency, rate limits, or how to interpret empty results, but for a read-only open-world data lookup tool the added context is strong.

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 tight and front-loaded: it defines the tool, states when to use it, gives examples, and ends with the behavioral note about search_graph. Every sentence contributes useful information without redeploying or padding.

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?

Given there is no output schema, the description adequately explains the return shape at a high level: categorized data blocks with source attribution and metadata. It is also sufficiently rich on conditions, sources, and call-order guidance. The main gap is that it does not describe possible failure modes, empty results, or how rich the output blocks actually are, but the tool is still reasonably contextual.

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 baseline is 3. The description itself does not add much param-level detail, though it does reinforce that query can be demand/attention-shaped or count/topic-oriented. The schema already covers country hints, brands, domain, and graph IDs thoroughly, so the description is not burdened to fill in param gaps.

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 names a concrete resource (supplemental market context) and a specific action (retrieve data from 80+ authoritative sources), and clearly frames when this tool is meant for: thin or empty curated coverage. It also contrasts with the search_graph workflow by explicitly positioning this as the follow-up layer, so an agent can distinguish 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 Guidelines5/5

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

The description gives an explicit trigger condition: call it when curated coverage is thin or empty, or when the query is demand/attention-shaped. It also provides concrete examples (search volume, economic series, census data) and names the preceding tool condition ('after search_graph indicates thin/empty coverage'), which gives clear operational guidance.

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.3/5.0
Disambiguation4/5

The tools are largely distinct, with clear roles for discovery, search, evidence, node detail, neighbor exploration, supplemental data, visualization, and account checks. The main overlap risk is between brand_tracker and search_graph for brand-specific queries, but their descriptions steer usage toward different granularities.

Naming Consistency4/5

Most tools follow a predictable verb_noun structure such as search_graph, get_node, list_graphs, and check_supplemental_status. The only clear outlier is brand_tracker, which is a noun phrase rather than an imperative verb_noun name.

Tool Count5/5

13 tools cover a complete brand-intelligence workflow without feeling bloated: discovery, search, deep dives, evidence retrieval, supplemental context, visualization, account management, and external URL handling. Each tool has a real role in the overall pipeline.

Completeness5/5

The tool surface covers the full research journey: list_graphs, search_graph, get_node, get_neighbors, get_evidence, get_supplemental_context, check_supplemental_status, visual generation, and account/capabilities checks. This is a read-only intelligence domain, so the absence of create/update/delete tools is appropriate, not a gap.