Skip to main content
Glama
redmorestudio

Clasp Enhanced MCP Server

clasp_version

Create a new version of your Google Apps Script project with an optional description. Specify the root directory to lock in a snapshot for version control.

Instructions

Create a new version

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rootDirNoRoot directory of the project.
descriptionNoVersion description
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 'Create a new version' and does not disclose side effects such as creating an immutable snapshot, requiring authentication, or how it relates to deployments. This is a significant transparency gap for a mutation tool.

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 short sentence, which is concise, but it is under-specified rather than efficiently informative. Every word is not earning its place because key behavioral and usage context is missing.

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?

With no annotations, no output schema, and a minimal description, the tool is underspecified for an AI agent. It lacks context about what a version is, why it matters, and how it fits into the Apps Script deployment workflow, making it hard to invoke correctly in a complex task.

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?

The input schema has 100% description coverage for both parameters (rootDir and description), so the schema already provides the necessary parameter meanings. The tool description adds no additional parameter context, but the baseline of 3 is appropriate because schema coverage is high.

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 'Create a new version' has a clear verb and resource, and it distinguishes from sibling tools like clasp_versions which lists versions. However, it doesn't specify that this is for an Apps Script project or elaborate on the purpose of a version.

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?

There is no guidance on when to use this tool versus alternatives, no mention of prerequisites (e.g., being logged in), and no mention that versioning is typically required before creating a deployment. It simply states the action without context.

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/redmorestudio/clasp-enhanced-mcp'

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