Skip to main content
Glama
jijiutong

Xiaozhi Desktop MCP

by jijiutong

desktop_open_cc_project

Open a visible Claude Code or Codex session window for a specified project, enabling immediate interactive coding.

Instructions

语音友好入口:打开某个项目的 Claude Code/Codex 可见窗口。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cliNo
cli_argsNo
terminalNoTerminal
session_idNodefault
project_pathNo
Behavior2/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 only says 'open a visible window', which implies a GUI interaction, but gives no detail on permissions, prerequisites, side effects (e.g., whether existing sessions are reused), or what 'visible' means. The behavioral disclosure is minimal.

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

Conciseness2/5

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

The description is a single sentence, which is concise but too brief to be informative. It lacks structure and prioritizes brevity over clarity, resulting in under-specification. Every sentence should earn its place, but this one omits critical details.

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

Completeness1/5

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

Given the complexity (5 parameters, no output schema, no annotations), the description is severely incomplete. It does not address how to use the tool, what the parameters represent, or what the outcome looks like. The agent lacks the context needed to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explain any of the 5 parameters (cli, cli_args, terminal, session_id, project_path). The agent has no information about what these parameters do or how to use them, making the tool nearly unusable without external knowledge.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool opens a visible Claude Code/Codex window for a project, which is a specific verb-resource pair. However, it remains vague by using 'a certain project' and does not clarify what 'Claude Code/Codex' is. It also does not distinguish from sibling tools like cc_open_visible_session or desktop_open_cc_project_named.

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. The phrase 'voice-friendly entry' hints at a voice activation context but does not explain scenarios or exclude other tools. The description lacks any direct comparison or usage 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/jijiutong/xiaozhi-desktop-mcp'

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