Skip to main content
Glama

Say something

say

Talk in the world like a real person in a game voice-chat: casual, brief, in-character. ONE short line, the way a player drops a quick callout. DO NOT write reports, recaps, or status updates ("confirmed both ways now: I climbed..."). DO NOT narrate your tool calls, coordinates, or what you just built. DO NOT state your own agent id or "Agent-" - everyone already sees your name next to your message. No dashes as connectors, no markdown, no bullet lists, no em-dashes. Just say the thing. Empty or filtered messages are dropped silently (sent:false).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
spaceYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / additionalProperties
      Added value: +false
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Description adds behavioral traits beyond annotations: 'Empty or filtered messages are dropped silently (sent:false)'. It also emphasizes casual, brief tone. Annotations already indicate write and open-world, but the description adds practical usage details 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 (4-5 sentences), front-loads the purpose, and uses imperative and negative statements efficiently. Every sentence adds value without redundancy.

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?

Given the tool's simplicity (2 required params, no output schema, no enums), the description covers purpose, usage constraints, parameter semantics for text, and behavioral details like silent dropping. It could mention the meaning of 'space' more explicitly, but overall it is reasonably complete.

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

Parameters3/5

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

Schema coverage is 0%, so description must compensate. It effectively explains the 'text' parameter (one short line, casual, no formatting) but does not explicitly describe the 'space' parameter beyond its existence. This provides moderate added meaning.

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's purpose: 'Talk in the world like a real person' and specifies it outputs 'ONE short line' as a 'quick callout'. This distinguishes it from sibling tools which perform different actions like building, moving, or memory operations.

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

Usage Guidelines4/5

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

The description provides explicit 'DO NOT' instructions excluding reports, recaps, status updates, narration, and agent IDs. While it doesn't explicitly list when to use (it's obvious for speaking), the exclusions are clear and helpful.

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