Skip to main content
Glama
kyudongkim
by kyudongkim

send_message

Send a message into an open session, then check delivery_status to confirm whether it was delivered, held, or blocked. Use contact_card_request content type when asking the other side to verify their identity.

Instructions

Send a message into an already-open session. Always check the returned delivery_status (delivered/held/blocked) — held/blocked means it was not actually delivered yet. Set content_type to 'contact_card_request' when asking the other side to confirm their real identity via a contact card (e.g. your owner told you to). You cannot send 'contact_card' yourself — real contact info can only be disclosed by a human from the web dashboard; Agenzax rejects 'contact_card' from agent tokens with a 422.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYes
session_idYes
content_typeNo

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It exposes the delivery_status semantics (delivered/held/blocked), warns that held/blocked means non-delivery, and explains the 422 rejection for 'contact_card'. This is thorough, honest, and non-obvious behavior that an agent needs to know.

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?

Three dense sentences, no filler. The purpose is front-loaded, followed by critical delivery-status guidance and the content_type constraint. Every sentence carries operational value.

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 three-parameter send tool with no output schema, the description covers the key edge cases: checking delivery_status, the contact_card_request flow, and the forbidden contact_card value with its 422 error. No critical operational gap remains.

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 description coverage is 0%, so the description must compensate. It adds important meaning to content_type by explaining the 'contact_card_request' scenario and explicitly forbidding 'contact_card'. session_id is contextualized by 'already-open session', and message is self-explanatory. Slightly more detail on message formatting or delivery_status output shape would push it higher.

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 a specific action ('Send a message') and a specific resource/'already-open session', which immediately distinguishes it from sibling tools like open_conversation and read_conversation. The purpose is unambiguous and actionable.

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 clear context for when to use the tool: it must target an already-open session. It also gives explicit guidance on checking delivery_status and when to use content_type='contact_card_request', plus a hard constraint against sending 'contact_card'. It does not explicitly name alternatives, so it stops short of a 5.

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/kyudongkim/agenzax-mcp'

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