Skip to main content
Glama
runwhen-contrib

RunWhen Platform MCP

workspace_chat

Investigate your infrastructure by asking natural language questions. The AI agent searches, filters, and correlates data across your workspace to provide detailed answers with session history and browser links.

Instructions

Ask the RunWhen AI assistant about your infrastructure.

This is the PRIMARY tool for investigating infrastructure. It sends your message to the RunWhen workspace AI agent which has ~25+ internal tools including semantic search, keyword grep, resource graph traversal, issue correlation, knowledge base lookup, and data analysis.

PREFER THIS TOOL over direct read/query tools (get_workspace_issues, get_workspace_slxs, search_workspace, etc.) for any question that involves searching by topic, keyword, or context — e.g. "issues related to neo4j", "what's failing in namespace X?", "health of the watcher cluster". workspace_chat produces materially better answers because it can search, filter, and correlate across all workspace data internally.

Use direct tools instead ONLY for: executing tasks (run_slx), task authoring, registry operations, chat config CRUD, KB mutations, or when you specifically need raw structured JSON for programmatic processing.

Returns: JSON with message, sessionId, widgets, chatUrl (full browser URL to continue this session in the RunWhen UI — run tasks, review history), and chatExportLink (shareable chat-export path when available).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesYour question or request about the workspace infrastructure.
session_idNoOptional session ID to continue a previous conversation.
persona_nameNoAI persona to use (default: 'default').default
workspace_nameYesThe workspace to query (e.g. 't-oncall').

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool sends the message to the RunWhen workspace AI agent with ~25+ internal tools, and describes the return format. However, it does not explicitly state whether the tool is read-only or if it has side effects, though the context implies it is investigative. This is a minor gap but well-covered overall.

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 well-structured with clear sections: purpose, usage guidance, alternatives, and return format. It is front-loaded with the core purpose and every sentence adds value without redundancy. The bullet points for return fields are efficient.

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?

Given the tool's complexity as a chat interface to an AI agent with many internal tools, the description is highly complete. It covers purpose, usage scenarios, alternatives, internal capabilities, and return format. The presence of an output schema (not shown but referenced) further supports completeness.

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?

Schema description coverage is 100%, so the baseline is 3. The description does not add additional context for individual parameters beyond what the schema already provides, but the schema descriptions are clear and sufficient. The description's main value is in the overall tool behavior rather than parameter details.

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 tool's purpose: 'Ask the RunWhen AI assistant about your infrastructure' and positions it as the PRIMARY tool for investigating infrastructure. It distinguishes from sibling tools by explicitly listing them and explaining when to prefer this tool over direct read/query tools.

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?

The description provides explicit guidance on when to use this tool (prefer for any question involving searching by topic, keyword, or context) and when to use direct tools instead (for executing tasks, task authoring, registry operations, chat config CRUD, KB mutations, or when raw structured JSON is needed). Examples are given.

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/runwhen-contrib/runwhen-platform-mcp'

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