Skip to main content
Glama
sinner12123

mcp-glm-kimi-ollama

by sinner12123

kimi_shell

Execute shell commands to run scripts, manage files, and automate tasks. Returns stdout, stderr, and exit code for immediate feedback.

Instructions

Execute a shell command. Returns stdout, stderr, and exit code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandYesShell command to execute
timeoutNoTimeout in seconds (default: 120)
workFolderNoWorking directory
Behavior3/5

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

No annotations exist, so the description carries the burden. It transparently states what it does (executes shell command) and what it returns (stdout, stderr, exit code), but it does not disclose the arbitrary and potentially destructive nature of shell execution, environment constraints, or side effects. This is a moderate disclosure.

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?

A single, well-formed sentence that efficiently communicates the core action and return values with no filler or redundancy.

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

Completeness4/5

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

Given the tool's moderate complexity (3 params, no output schema), the description covers the key behavior and return values. It does not explain timeout behavior or working directory details, but those are adequately described in the schema. Overall sufficient for an agent to use correctly.

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%, with all three parameters individually described. The tool description adds only the return-value context, not parameter semantics. Baseline of 3 is appropriate since the schema does the heavy lifting.

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 verb and resource ('Execute a shell command') and immediately distinguishes it from sibling file/research tools. It is unambiguous and specific.

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?

While no explicit alternatives are named, the tool is the only one in the sibling set for running shell commands, so the context is clear. The description adequately implies when to use it, though it does not mention any exclusions or conditions.

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/sinner12123/mcp-glm-kimi-ollama'

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