Skip to main content
Glama

Get Version

get_version
Read-onlyIdempotent

Retrieve version details for a Google Apps Script project by providing user email, script ID, and version number. Access specific version metadata to identify and verify project releases.

Instructions

Gets details of a specific version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
script_idYesThe script project ID
version_numberYesThe version number to retrieve (1, 2, 3, etc.)
user_google_emailYesUser's email address

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.4/5.0
Behavior2/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds no behavioral context beyond those annotations—no mention of error behavior, existence requirements, authentication needs, or how a missing version is handled.

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 six words and front-loaded with the key verb and resource. There is no filler, repetition of the title, or unnecessary detail that would dilute the message.

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

Completeness4/5

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

For a simple get-by-identifier tool with a fully described input schema, comprehensive annotations, and an output schema present, the description is sufficient. The only minor gap is the lack of a pointer to list_versions for discovering version numbers, but this is not essential for correct invocation when the caller already knows the version.

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 description coverage is 100%, with all three parameters already described clearly (script_id, version_number, user_google_email). The description does not add extra parameter semantics, so the baseline score of 3 is appropriate since the schema carries the burden.

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 operation ('Gets details') and the resource ('a specific version'), which is more specific than a generic 'get version'. It does not explicitly differentiate itself from sibling tools like list_versions or create_version, but the phrase 'specific version' implies a single-object retrieval rather than enumeration or creation.

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

Usage Guidelines3/5

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

The intended use is implied: retrieve details for one known version using its version_number. However, the description provides no explicit when-to-use guidance, no exclusions, and does not mention that list_versions should be used when version numbers need to be enumerated or when all versions are needed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/WorldCentralKitchen/google_workspace_mcp'

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