Skip to main content
Glama
matheusfillipe

ircv3-mcp

Send IRC message with typing notification

irc_send_with_typing

Send a message with a natural typing indicator: emit typing notification, wait proportional to message length, then deliver. Ideal for conversational replies.

Instructions

Send a message the way a person would: emit a typing notification, hold it for a short time proportional to the message length (about 90 words per minute by default, tunable with wpm), then send the message. Use this for direct conversation where a natural typing indicator is desirable; use irc_send_message when you just want to deliver text immediately. Returns { ok: true } and the msgid when available, same as irc_send_message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wpmNo
textNo
linesNo
noticeNo
targetYes
accountNo
in_reply_toNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
msgidNo
Behavior5/5

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

Discloses key behaviors beyond annotations: emits typing notification, delay proportional to message length, default 90 wpm, tunable wpm, and returns same response as irc_send_message. This is rich behavioral context not present in annotations.

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?

Four concise sentences, front-loaded with core purpose, then usage guidance, then return value. No redundant or filler content.

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

Completeness3/5

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

Covers purpose, usage, delay behavior, and return, but with 7 parameters and no schema coverage, the missing parameter semantics and potential text/lines distinction make it incomplete. The tool is not fully self-contained for correct invocation.

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

Parameters2/5

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

Schema description coverage is 0%, but description only explains wpm and implies message length. It leaves text, lines, notice, account, and in_reply_to undocumented. The 'same as irc_send_message' reference applies only to return value, not parameters, so semantic gap is significant.

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?

Description clearly states the tool sends an IRC message with a typing notification and delay, distinguishing it from irc_send_message. The verb 'send' and resource 'message' are explicit, and the sibling differentiation is present.

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 says 'Use this for direct conversation where a natural typing indicator is desirable' and contrasts with irc_send_message for immediate delivery. Provides clear when-to-use and when-not-to-use guidance.

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/matheusfillipe/ircv3-mcp'

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