Skip to main content
Glama
yanggf8

Rovodev CLI MCP

by yanggf8

tap-rovodev

Invoke Rovodev agent tasks non-interactively via CLI. Supports shadow mode, session isolation, config files, and automatic retries.

Instructions

Invoke Rovodev agent via 'acli rovodev run'. Always runs in yolo mode (non-interactive) for MCP usage. Supports flags like --config-file, --shadow, --verbose, --restore.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsNoExtra raw args passed to the CLI after flags
yoloNoEnable yolo mode (non-interactive). Default: true in MCP
promptNoAlias for message
shadowNoEnable shadow mode (--shadow)
messageNoInitial instruction for the agent
restoreNoContinue last session if available (--restore)
retriesNoNumber of retry attempts for transient failures (1-5, default: 1)
verboseNoEnable verbose tool output (--verbose)
backoffMsNoBase delay in milliseconds between retries (default: 1000)
sessionIdNoSession ID to use for isolated execution context
configFileNoPath to config file (maps to --config-file)
pagechunksizeNoOptional chunk size (characters) for splitting large responses
Behavior2/5

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

Without annotations, the description must fully disclose behavior. It only mentions 'always runs in yolo mode (non-interactive)', which is valuable, but omits other critical traits like authentication requirements, side effects, rate limits, or error handling.

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?

Two sentences, front-loaded with the main action, and no redundant information. Every sentence serves a clear purpose.

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

Completeness2/5

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

For a tool with 12 parameters and no output schema, the description is too brief. It lacks guidance on parameter interplay (e.g., retries with backoff) and does not explain how this tool fits with siblings like session_manager.

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 documentation covers 100% of parameters, so baseline is 3. The description lists a few flags but adds no semantic depth beyond what the schema already provides.

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 action: 'Invoke Rovodev agent via 'acli rovodev run''. It identifies the specific verb (invoke) and resource (Rovodev agent) and differentiates from siblings like ask-rovodev by implying this is the direct execution command.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. Siblings such as ask-rovodev or diagnostics exist, but the description does not mention them or suggest when to choose one over the other.

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/yanggf8/rovodev-cli-mcp'

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