Skip to main content
Glama
zNetinho

MCP Runrun.it

by zNetinho

runrunit_discord_send_message

Send messages to a Discord channel for execution history or notifications. Requires channel ID and message content.

Instructions

Send a message to a Discord channel. Use for execution history or notifications. Requires BOT_RUNRUNIT_REPORT and channel_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesMessage text (max 2000 characters)
task_idNoOptional Runrun.it task ID for context
channel_idYesDiscord channel ID
project_idNoOptional project ID for context
Behavior3/5

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

The description indicates a write operation but lacks details on idempotency, error handling, rate limits, or return behavior. With no annotations, more disclosure is needed.

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 concise sentences, each adding value: purpose, usage, requirements. No wasted words.

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, use cases, and prerequisites but omits output/response behavior and behavioral details like failure handling. Adequate but not fully comprehensive.

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?

All parameters have descriptions in the schema (100% coverage); the tool description adds no extra semantics beyond stating requirements.

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 'Send a message to a Discord channel' with specific use cases and distinguishes from sibling Discord channel management tools.

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?

Provides explicit context ('execution history or notifications') and prerequisites ('requires BOT_RUNRUNIT_REPORT'), but does not explicitly mention when not to use or 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/zNetinho/mcp-runrunit'

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