Skip to main content
Glama
chanshawoh

yudao-pilot-mcp

by chanshawoh

validate_workspace_projects_tool

Validate that backend and frontend projects in the workspace match the expected configuration structure.

Instructions

校验工作区中的后端和前端项目是否与配置严格匹配。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspace_rootNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits such as side effects, permissions required, or whether the tool is read-only. For a validation tool, it likely has no destructive effects, but this is not stated. The description carries the full burden for transparency but fails to address it.

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

Conciseness3/5

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

The description is a single sentence, which is concise but lacks structure. It conveys the core action efficiently but omits critical context that would fit in additional sentences. It is not verbose, but it is under-specified.

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 the tool has an output schema (context signals), the description does not need to detail return values. However, it fails to describe what 'strictly match' means, what happens on mismatch (e.g., errors or list of mismatches), or the tool's role in a workflow. The description is incomplete for effective use.

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 the 'workspace_root' parameter at all. The tool description adds no meaning beyond the schema, which only provides the parameter name and type. For a tool with a single optional parameter, this is a significant gap.

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

Purpose4/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: validating backend and frontend projects against configuration. It specifies the resource (workspace projects) and action (validate match). However, it could be slightly more precise about the nature of the match (e.g., 'strictly match' is vague).

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 siblings. While the name and description imply validation context, there are no exclusions, prerequisites, or alternative tool mentions. An agent would have to infer usage from sibling names.

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/chanshawoh/yudao-pilot-mcp'

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