Skip to main content
Glama

Unquant

Submit product feedback

feedback_submit

Save a product request for a missing tool, dataset, or feature. Examples include backtesting and options pricing. This request helps improve coverage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYesA concise description of the missing capability.
categoryYesThe type of missing capability.
use_caseNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesThe state of the saved request.
messageYesA concise result message.
feedback_idYesThe identifier for the saved request.

TDQS

B3.4/5.0
Behavior3/5

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

Annotations declare readOnlyHint=false, destructiveHint=false, idempotentHint=false. The description clarifies this is a non-destructive submission (saving a request), which aligns with annotations and adds context about intent (improving coverage). However, it doesn't disclose whether the request is reversible, requires auth, or what happens after submission beyond basic intent.

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 three sentences and front-loaded with purpose, followed by examples and rationale. Every sentence adds value with minimal waste. Could be slightly tighter, but it's efficient given the examples aid comprehension.

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

Completeness3/5

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

For a feedback-submission tool with annotations covering the safety profile and an output schema present, the description is reasonably complete. The category enum in the schema covers the 'type of missing capability' distinction. With low-side effects (non-destructive submission) and clear parameters, the description adequately supports invocation, though it could mention the optional use_case field.

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 67%, meaning the description covers category and request semantics in its text ('missing tool, dataset, or feature', 'concise description of the missing capability'). The use_case parameter is not mentioned in the description at all, though its schema description is clear. The description adds a small amount beyond the schema via examples but doesn't fully compensate for the undocumented use_case parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb+resource ('submit product feedback', 'Save a product request') for missing tools/datasets/features, with concrete examples (backtesting, options pricing). It distinguishes from siblings like catalog_request and account_request_upgrade through the 'missing capability' framing, though it doesn't explicitly name those alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

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

The description implies usage via the category field ('missing tool, dataset, or feature') and examples, but doesn't explicitly state when to use this vs alternatives like catalog_request or news tools. The 'helps improve coverage' phrasing implies a product-feedback context but no exclusions or comparisons to sibling tools are provided.

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

Each tool targets a distinct resource-action combination (catalog items, datasets, macro data, market data, news, politics, account). Even within the market_ prefix, tools are clearly separated by resource type (quote, fundamentals, earnings, ratings, profile). No two tools appear to perform the same operation.

Naming Consistency4/5

The naming follows a consistent noun_verb pattern with domain prefixes: catalog_, datasets_, macro_, market_, news_, politics_. The verb style is consistent (describe, list, search, request, submit, return-type verbs like indicator and quote). Slight deviation with account_request_upgrade vs account_upgrade_status, and some verbs double as noun forms (quote, indicator, preview), but overall the convention is predictable.

Tool Count4/5

At 28 tools, the count is on the high side, but it serves a broad data platform spanning seven distinct domains (catalog, datasets, macro, market, news, politics, account). Each domain earns multiple tools to cover its surface, and the domains are broad enough to justify the volume. Slightly heavy, but reasonable given the scope.

Completeness4/5

The surface covers the full discovery-to-delivery workflow for data: list, describe, preview, request (catalog), plus direct dataset access. Market data has symbols search, quotes, price history, fundamentals, earnings, ratings, ETFs, and profile. Minor gaps include no bulk quote or multi-ticker endpoints, and there's no tool for reading an existing catalog request's status, but core workflows are well-covered.

Resources