@runehand/mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RUNEHAND_API_KEY | Yes | Bearer token from /settings/api-keys. | |
| RUNEHAND_API_BASE_URL | No | Override for local/staging testing only. | https://app.runehand.co/api/v1 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_botsB | List the bots that belong to the workspace that owns the API key. |
| list_flowsC | List the flows that belong to a bot, given the bot's UUID. |
| get_flowB | Get a single flow, including its nodes in executable format. |
| list_conversationsA | List conversations for the workspace, optionally filtered by bot_id and/or status. |
| get_conversationA | Get a single conversation, including its messages in chronological order. |
| send_messageA | Send a message as the agent in an existing conversation. Delivers to the external channel (WhatsApp, Telegram, etc.) when the conversation is not on the web channel. |
| list_leadsB | List leads for the workspace, optionally filtered by bot_id and/or status. |
| create_leadB | Create a lead directly, without an associated conversation. Does not trigger the LeadCaptured event. |
| get_analyticsA | Get workspace KPIs and quick stats for a date range, same data as the in-app dashboard. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |