Skip to main content
Glama
jijiutong

Xiaozhi Desktop MCP

by jijiutong

cc_create_task

Creates a pending task for Claude Code or other agents to execute, with title, instruction, project path, and priority, without running the task immediately.

Instructions

当用户说“让 cc/Codex/Claude Code 做...”时调用,只创建待办任务,不执行命令。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
priorityNonormal
instructionYes
project_pathNo
Behavior2/5

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

With no annotations, the description must carry the full burden of behavioral transparency. It only states that the tool creates a task and does not execute commands, but lacks details about side effects, persistence, error handling, or return values. This is insufficient for a task creation tool.

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 a single, focused sentence that conveys purpose and limitation with no wasted words. It is front-loaded and earns every word.

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?

Given 4 parameters, no output schema, and no annotations, the description is too minimal. It fails to provide sufficient context for correct usage, such as parameter details or expected outcomes, making it incomplete for an agent to reliably invoke the tool.

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 adds no meaning to any of the 4 parameters. It does not explain 'priority' values, 'project_path' usage, or 'instruction' format. The agent would have no guidance on how to fill these fields beyond their names.

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: creating a to-do task when the user says 'let cc/Codex/Claude Code do...'. It specifies the verb (create) and resource (task), and distinguishes itself by explicitly saying it does not execute commands, which sets it apart from sibling tools that execute commands.

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?

The description provides clear when-to-use guidance: when the user invokes cc/Codex/Claude Code to do something. It also states what not to do (do not execute commands). However, it does not explicitly mention alternatives among sibling tools, though the context implies differentiation.

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