Skip to main content
Glama

SubcueAI Pricing

get_pricing

Get SubcueAI subscription plans and pricing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. The verb 'Get' implies a read-only operation, and the description states what will be returned, but it does not disclose potential caching, authentication requirements, or data freshness. This is adequate for a simple read tool but not richly informative.

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 a single, front-loaded sentence that immediately names the verb and the resource. It contains no filler or redundant wording, making it appropriately concise.

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 zero-parameter read-only tool with no output schema, the description's 'subscription plans and pricing' is sufficient for an agent to know what to expect. A minor gap is that it does not specify scope (e.g., current or all plans), but this is not essential for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has zero parameters, so there is no parameter detail to provide or clarify. The description appropriately avoids irrelevant parameter information, and the baseline for zero parameters is 4.

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 (Get) and a clear resource (SubcueAI subscription plans and pricing), distinguishing the tool from its sibling get_latest_version. It expands on the generic name 'pricing' with concrete content.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus get_latest_version, nor does it mention any prerequisites, exclusions, or alternative conditions. The intended use is only implied by the tool's name and the stated resource.

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

The two tools target clearly separate concerns: version/download information versus subscription pricing. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow a consistent get_<noun> pattern using snake_case and informative nouns. The naming convention is uniform and predictable.

Tool Count3/5

With only two tools, the server feels minimal, though each tool serves a distinct and relevant purpose. This is borderline-thin for a product-related server but not excessive.

Completeness3/5

The server covers version and pricing queries but leaves obvious gaps such as feature information, system requirements, changelog, or support/contact tools. Agents can handle basic product questions but little else.