Skip to main content
Glama

Unquant

Request an Agent Pro upgrade

account_request_upgrade
Idempotent

Create a human-reviewed Agent Pro request after Unquant delivers useful work. The result contains a confirmation link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
value_summaryYesThe useful result that Unquant already delivered.
request_summaryYesThe user request that needs more Unquant access.
next_step_summaryYesThe next agent action that needs Agent Pro access.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
planNoThe requested paid plan.
statusYesThe current state of the upgrade request.
messageNoA concise state message.
terms_urlNoThe Unquant terms link.
upgrade_idNoThe upgrade request identifier.
privacy_urlNoThe Unquant privacy link.
human_actionNoThe action that the user must complete.
confirmation_urlNoThe link that the agent must return to the user.
confirmation_requiredNoWhether the upgrade needs user confirmation.
agent_context_receivedNoWhether Unquant saved all three agent summaries.
recommended_poll_secondsNoThe minimum interval between status requests, in seconds.
confirmation_url_is_opaqueNoWhether the agent must preserve the exact link.
confirmation_url_expires_atNoThe UTC expiration time for the confirmation link.

TDQS

A3.6/5.0
Behavior3/5

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

Annotations declare openWorldHint=true, idempotentHint=true, destructiveHint=false, readOnlyHint=false. The description adds that it's 'human-reviewed' and that the result 'contains a confirmation link' — useful context suggesting async/offline processing. However, it doesn't disclose the human-review delay, that it's non-reversible once requested, or any rate limiting. Given the annotations carry a moderate load, the added 'human-reviewed + confirmation link' context earns a 3.

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?

Two sentences, no fluff. The first sentence delivers the primary purpose and key constraint ('human-reviewed', 'after Unquant delivers useful work'), and the second states the return value. Efficient and front-loaded, though slightly terse given the openWorldHint semantics that might merit more guidance.

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?

Has an output schema (confirmation link), full schema param coverage, and clear contextual gating. The description is complete for a request-submission tool: it states the action, the return artifact, and the timing precondition. A more explicit note about human-review latency could help, but this is reasonably complete for its complexity.

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% — all three parameters (request_summary, value_summary, next_step_summary) have descriptions in the input schema. The description adds the 'after useful work' semantic tying value_summary to a prerequisite, which is extra context. Baselines at 3 with full schema coverage, and the description provides marginal added meaning about the value_summary's role in the upgrade flow.

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?

Clear verb+resource: 'Create a human-reviewed Agent Pro request'. Distinguishes from siblings (all other catalog/market/news/data tools are read/list operations). It clearly states the action and the condition ('after Unquant delivers useful work'). Minor gap: doesn't explicitly differentiate from account_upgrade_status sibling, but the purpose is reasonably distinct.

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?

States a clear condition for use: 'after Unquant delivers useful work'. The description communicates the timing/context well. Doesn't explicitly say when NOT to use it or name alternatives, but the 'after useful work' gate provides clear usage context distinguishing it from status-checking (account_upgrade_status). Could be stronger with explicit exclusions.

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