Skip to main content
Glama

transaction-coordinator

calculate_savings

Calculate how much time and money a real estate agent saves switching to PrimaCoda.

Args:
    deals_per_month: Number of transactions the agent closes per month.
    current_method:  "human_tc" or "diy"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
current_methodYes
deals_per_monthYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior2/5

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

With no annotations, the description must disclose behavioral traits, but it only describes the calculation function. It does not mention that this is a read-only operation, potential limitations, or any side effects, leaving the agent to infer safety.

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 sentences with a clear purpose and a structured parameter list. Every sentence provides necessary information without repetition.

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?

The description covers the core purpose and parameter meanings, but does not provide usage context or clarify what the output represents, though an output schema exists. Given the tool's simplicity, it is minimally sufficient but lacks the contextual guidance expected for full completeness.

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 description includes an Args section that explains each parameter beyond the schema. It defines deals_per_month as transactions per month and lists the two allowed strings for current_method, compensating for the 0% schema description coverage.

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 calculates time and money savings for a real estate agent switching to PrimaCoda. It uses a specific verb and resource, distinguishing it from qualitative tools like is_primacoda_right_for_me.

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 provides no guidance on when to use this tool versus alternatives. It does not mention any prerequisites, exclusions, or suggest switching to is_primacoda_right_for_me for qualitative assessments.

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.