Skip to main content
Glama

datafood_query

Fetch a single data type from DataFood. Free 1-row preview, no auth required. Use datafood_bundle for 3+ queries (cheaper).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoQuery string. See /api/v1/catalog for per-type examples.
typeYesOne of 42 supported data types (DATAFOOD_CATALOG)

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description effectively discloses key behaviors: it returns a free 1-row preview and requires no authentication. This adds useful context about usage limits and access requirements, though it does not detail response structure or potential rate limits.

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 two short, front-loaded sentences. Every sentence adds value: the first states the core action, the second explains cost and alternative usage. No redundant or filler content.

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?

The description adequately covers purpose, usage alternative, and important constraints (free preview, no auth) for a simple fetch tool with only two parameters. It lacks details on return format, but since there is no output schema, a brief explanation of the preview would improve completeness; still, it is sufficient for a basic tool.

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?

The input schema provides 100% description coverage for both parameters, including an enum for 'type'. The description adds no further parameter-specific details beyond what the schema already contains, so it meets the baseline but does not exceed it.

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 states the tool fetches a single data type from DataFood, using a specific verb and resource. It also distinguishes itself from the sibling datafood_bundle by noting that bundle is for 3+ queries, making the purpose immediately clear.

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 this tool versus datafood_bundle, mentioning cost and query volume. However, it does not address the other sibling tools (portfolio_ask, watch_session), so the guidance is not fully comprehensive.

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

A3.9/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: bundling multiple queries, Q&A on a portfolio, executing a single query, and opening a watchable session. There is no overlap or ambiguity.

Naming Consistency4/5

All tools share the 'datafood_' prefix and use snake_case. However, 'portfolio_ask' is a verb-noun order that slightly deviates from the noun-like pattern of 'bundle', 'query', and 'watch_session'.

Tool Count5/5

With 4 tools covering single queries, bundled queries, portfolio Q&A, and agent sessions, the count is well-scoped for the domain. No tool feels extraneous or missing.

Completeness4/5

The tools cover core operations (query, bundle, portfolio analysis, session management). Minor gaps exist, such as lacking tools for payment management or listing sessions, but these are not essential for basic usage.