Skip to main content
Glama
elimyliu

timeverse-command-mcp

by elimyliu

bash

Execute shell commands on your local machine for file operations, system information, and CLI tools with support for streaming output and configurable timeout.

Instructions

在本地 shell(macOS/Linux: zsh/bash, Windows: cmd/powershell)中执行命令。支持流式输出。常用场景:文件操作、查看系统信息、运行 CLI 工具。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandYes要执行的 shell 命令
cwdNo工作目录(可选,默认为调用进程的当前目录)
timeoutNo超时秒数(可选,默认 60)
Behavior2/5

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

No annotations provided; description only mentions streaming output. Does not disclose potential destructive actions (e.g., rm, dd) or other safety behaviors. Fails to provide adequate transparency for a command execution tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Concise single sentence plus a list of common scenarios; no wasted words. Structured effectively for quick understanding.

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?

No output schema; description mentions streaming output but lacks details on exit codes, stderr handling, or security considerations. Minimum viable but could be more complete for a potentially dangerous tool.

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 covers all 3 parameters with descriptions (100% coverage). Description adds no parameter-specific details beyond schema, so baseline score of 3 is appropriate.

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 it executes commands in a local shell, supports streaming output, and lists common use cases (file operations, system info, CLI tools), distinguishing it from siblings node and python.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implicitly suggests use for shell commands via listed scenarios, but lacks explicit guidance on when to choose this tool over siblings (node, python). No alternatives or when-not-to-use mentioned.

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/elimyliu/timeverse-command-mcp'

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