Skip to main content
Glama
PistachioPony

The Fortuneteller's Hand

Name Character

name_character

Assign or update a character name for the current Fortune's Hand session. Use this to set or correct the player name before reading cards or generating their sheet.

Instructions

Set the name of the character being created for a new Sitting.

Already called automatically, once, when the start_game prompt runs —
you typically won't need to call this tool yourself. It exists as a
standalone tool mainly so get_sheet and other tools have a name to
validate against. Call it directly only if you need to (re)name a
character outside the normal start_game flow.

player_name: the player-chosen name for their character. No format
constraints.

Not idempotent: overwrites the shared character name each time it's
called, with no confirmation or uniqueness check. Returns
{"player_name": player_name}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
player_nameYes
Behavior5/5

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

Discloses non-idempotency, overwriting behavior, lack of confirmation/uniqueness check, and the exact return format. Annotations indicate readOnlyHint=false and destructiveHint=false, and the description adds specifics beyond these (overwrite semantics, no uniqueness check) without contradiction.

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 concise yet complete: front-loaded purpose, automatic-call note, usage guidance, idempotency warning, and return format—all in a few well-structured sentences.

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

Completeness5/5

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

For a simple 1-parameter tool, it covers purpose, automatic invocation, when to call directly, behavior (overwrite, no checks), and return schema, leaving no ambiguity for the agent.

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

Parameters5/5

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

Despite zero schema description coverage, the description explains player_name is the player-chosen name with no format constraints, adding meaning not in the schema. It also clarifies the return value with that parameter.

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 'Set the name of the character being created for a new Sitting' with a specific verb and resource. It also distinguishes itself from siblings by noting it's automatically called and exists for other tools to validate against.

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?

Explicitly explains when it's called automatically, that users typically don't need to call it, and provides clear guidance for when to invoke it directly (renaming outside the normal flow). This distinguishes it from alternatives.

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

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/PistachioPony/learnMCP'

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