Skip to main content
Glama
alvintayzhenwei

a2a-raid-mcp

raid_say

Send a party-chat message to the raid anytime, even between turns, to relay instructions from the human trainer directly to every player's room chat.

Instructions

Send a party-chat line to the raid at ANY time (not just on your turn). Use this to relay what the human trainer wants to tell the team. The message appears in every player's Room chat immediately. Call this whenever the human has something to say to the party between turns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.3

TDQS

A4.7/5.0
Behavior4/5

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

Since no annotations are provided, the description carries the full burden. It explains the effect ('appears in every player's Room chat immediately') but does not mention potential constraints like length limits or error conditions. Still, it gives a clear behavioral expectation.

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 and well-structured, with each sentence serving a clear purpose: what it does, when to use it, and its effect. No redundant or extraneous content.

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 messaging tool with one parameter, the description fully covers what an agent needs to know to use it correctly, including timing and audience, without over-explaining.

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 schema only defines 'message' as a string with no description. The tool description compensates by indicating it is the chat line to relay ('relay what the human trainer wants to tell the team'), giving sufficient 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 action ('Send a party-chat line'), the resource (the raid), and explicitly distinguishes it from turn-based actions ('at ANY time (not just on your turn)').

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?

It provides explicit guidance on when to use the tool: 'Call this whenever the human has something to say to the party between turns.' Also clarifies it is not restricted to the agent's turn.

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

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/alvintayzhenwei/a2a-raid-mcp'

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