Skip to main content
Glama

add_currency

Define and manage custom in-game currencies by specifying name, owner, and quantity. Integrates with MemoryMesh to enhance game world economy and player experiences.

Instructions

Represents a type of currency in the game world.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
currencyYes
Behavior1/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. The description fails to indicate whether this is a creation/mutation operation, what permissions might be required, whether it's idempotent, what happens on success/failure, or any side effects. 'Represents' is ambiguous about whether this adds new currency or merely describes existing currency.

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, efficient sentence with no wasted words. It's appropriately sized for what it attempts to convey, though what it conveys is inadequate. The structure is straightforward and front-loaded with the core concept.

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

Completeness1/5

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

For a tool with 1 complex parameter (nested object with 4 properties), 0% schema description coverage, no annotations, and no output schema, this description is completely inadequate. It doesn't explain what the tool does, how to use it, what parameters mean, or what to expect as output. The agent lacks essential context for successful tool invocation.

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?

Schema description coverage is 0%, meaning the schema provides no parameter descriptions. The tool description adds no information about the single required 'currency' parameter or its nested properties (name, owner, quantity, description). The agent must guess what data to provide and in what format based solely on property names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Represents a type of currency in the game world' is a tautology that merely restates the tool name 'add_currency' in different words. It doesn't specify what action the tool performs (e.g., creates, adds, modifies) or what resource it operates on beyond the obvious. While it mentions 'game world' context, it fails to distinguish this tool from its sibling 'update_currency' or 'delete_currency'.

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

Usage Guidelines1/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. There's no mention of prerequisites, when this tool is appropriate versus 'update_currency' or other sibling tools, or any context about its intended use case. The agent receives zero usage direction from this description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Related Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CheMiguel23/MemoryMesh'

If you have feedback or need assistance with the MCP directory API, please join our Discord server