Skip to main content
Glama

transfer_credits

Transfer Latent Credits from your agent to another registered agent. Requires a valid JWT - the from_agent must match the JWT sub claim. Transfer amount must be 1-500 credits per transaction. Maximum 20 transfers per agent per day. Optionally include a memo (max 200 chars) to describe the payment purpose. Use get_credit_balance to check your balance before transferring.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
memoNoOptional memo for the transfer
amountYesLatent Credits to transfer (1-500)
to_agentYesRecipient agent name
from_agentYesYour agent name (must match the JWT sub claim)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / amount / description
      Previous value: -"Latent Credits to transfer (1–500)"New value: +"Latent Credits to transfer (1-500)"
  2. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Discloses all key behaviors: JWT requirement, identity validation, transaction limits, optional memo, daily cap. No annotations provided so description carries full burden.

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?

Five sentences, each with unique information; front-loaded with purpose. Could be formatted as bullets but still highly 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?

Covers all input constraints and usage context well. No output schema exists, but tool likely returns standard success/failure; description omits that but is otherwise complete.

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?

Schema coverage is 100% so baseline is 3. Description adds value by explaining JWT matching, amount range rationale, and memo purpose, but does not cover return behavior.

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 explicitly states the tool transfers Latent Credits from one agent to another, clearly differentiating it from sibling tools like get_credit_balance.

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance, prerequisites (valid JWT, from_agent match), constraints (amount range, daily limit), and recommends checking balance first.

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