Skip to main content
Glama

Fodda Topic & Trend Research

get_label_values

Read-onlyIdempotent

List all brands, locations, technologies, audiences, or trends within a specific knowledge graph. Use to explore what a graph contains — e.g., "what brands are in the retail graph?" or "what locations does the fashion graph cover?". To get a complete list of every trend in a graph, call with label="Trend" — this returns the full deterministic list, useful for industry-report graphs where search may return partial results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelYesThe label to fetch values for (e.g., 'Brand', 'Location', 'Technology', 'Audience', 'RetailerType', 'Trend')
userIdNoOptional user identifier for trial usage tracking.
graphIdYesThe graph ID. Use list_graphs to see all options. Examples: 'retail', 'tech', 'food', 'travel', 'beauty', 'sports', 'sic', 'pew', 'ce-design', 'ezra-eeman-wayfinder', 'dhl-ecommerce-trends-2026', 'automotive-color-trends', 'alyson-stevens-macro', 'dentsu-creative-marketing', 'pwc/sxsw-2026-key-insights', 'green-house/thrive-report', 'michaels-2026-creativity-trend-report', 'delta/the-connection-index'
propertyNoOptional property to return values for. Defaults vary by label.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral context: that label='Trend' returns a 'full deterministic list' and that search may return partial results, which implies a completeness guarantee beyond what annotations express. The openWorldHint=false also aligns with the deterministic-list claim, so no contradiction exists.

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?

Three sentences with no filler: the purpose, usage guidance, and exception case are each in their own sentence. The most important usage guidance (when to call with label='Trend') is front-loaded. It's slightly wordy with examples, but the examples earn their place by illustrating the query patterns for an agent.

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 read-only list tool with fully-documented parameters (100% schema coverage) and no output schema, the description covers the main use case, the special deterministic case, and clearly distinguishes from search_graph. Minor gap: it doesn't explain the 'property' parameter's behavior beyond 'defaults vary by label,' but the schema covers this, and the complexity is moderate. An agent can call this tool correctly.

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 reinforces the label parameter semantics by naming the label values ('Brand', 'Location', 'Technology', 'Audience', 'RetailerType', 'Trend') and clarifying the special behavior of 'Trend'. It doesn't add new parameter semantics beyond the schema, but it doesn't need to — the schema descriptions are comprehensive.

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 states a specific verb ('List') with a clear resource ('brands, locations, technologies, audiences, or trends within a specific knowledge graph') and provides concrete example queries. It also distinguishes itself from search_graph ('To get a complete list of every trend in a graph... useful... where search may return partial results'), which differentiates it from sibling tools. This is a clear, specific purpose statement.

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 explicitly says to use this tool for exploring graph contents and contrasts it with search_graph when full deterministic lists are needed ('useful for industry-report graphs where search may return partial results'). This gives the agent explicit when-to-use and when-not-to-use guidance, naming the alternative tool.

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 mostly distinct: search_graph, search_insights, search_statistics, and get_supplemental_context are carefully differentiated by output type, and graph exploration/evidence tools have clear roles. A couple of retrieval tools (get_validated_trends vs search_graph, search_statistics vs get_supplemental_context) could be mistaken at a glance, though their descriptions do enough to separate them.

Naming Consistency5/5

All tool names use a consistent lowercase snake_case verb_noun pattern (search_*, get_*, list_*, generate_*, check_*, read_*). Verbs map predictably to actions, and there are no mixed conventions or vague generic names.

Tool Count5/5

Fifteen tools is at the upper edge of the ideal range but each one maps to a distinct research workflow step: discovery, graph search, targeted retrieval, evidence, supplemental data, visualization, and account/capability checks. The breadth is justified by the server's broad trend-research scope.

Completeness5/5

The surface covers the full read-only research lifecycle: list graphs, search across them, drill into nodes/neighbors/evidence, get quantitative and qualitative answers, supplement thin coverage with external data, and produce visuals. Meta tools for account/capability and URL import prevent dead ends.