Skip to main content
Glama

Get Unified Plan Prices

get_unified_plan_prices
Read-only

Get unified plan prices and optional payment methods for a community.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
discountCodeNo
communityObjectIdNo
returnPaymentMethodsNo
communityReferralCodeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

Annotations already indicate read-only and non-destructive behavior. The description adds no additional behavioral context, such as whether parameters are required, how missing parameters are handled, or any 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.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence, but it omits valuable details that would aid the AI agent in understanding the tool's behavior.

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

Completeness2/5

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

Given the tool has 4 optional parameters, no output schema, and no parameter descriptions, the description fails to provide sufficient context for correct invocation. It does not explain the data returned or the role of each parameter.

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

Parameters1/5

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

With 0% schema description coverage, the description should compensate by explaining the purpose of each parameter. It only mentions 'unified plan prices and optional payment methods', providing no mapping to the four parameters (discountCode, communityObjectId, returnPaymentMethods, communityReferralCode).

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 clearly states the tool retrieves unified plan prices and optional payment methods for a community. However, it does not differentiate from the sibling tool 'get_plan_prices', which likely serves a similar but distinct purpose.

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?

No guidance is provided on when to use this tool versus alternatives like 'get_plan_prices' or 'get_unified_plan_fee_structures'. There is no mention of prerequisites or context for invoking this 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.

Resources