Skip to main content
Glama
EasyDeploy-AI

easydeploy-ai-mcp

Official

get_model_version

Retrieve details of a specific model version including status, EDA report status, target, and timestamps using its version ID.

Instructions

Fetch a single model version by id (status, edaReportStatus, target, timestamps). Prefer this over list_model_versions when you already know the version_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
model_idYes
version_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/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 of behavioral disclosure. It discloses the returned fields and that the operation is a fetch (non-destructive). While it doesn't mention error cases or performance traits, the simplicity of a read operation makes this adequate.

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?

Two sentences with no fluff. The first sentence defines the action and output, the second gives usage guidance. Every word earns its place.

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?

Given the presence of an output schema (which likely details return fields), the description covers what the tool returns and when to use it. It does not explain why project_id and model_id are needed, but the parameter names are self-explanatory in context. Overall adequate for a straightforward fetch tool.

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

Parameters2/5

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

The description only mentions 'by id' hinting at version_id, but does not explain project_id and model_id, which are required. With 0% schema description coverage, the description fails to add meaning to the other two parameters 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 action (Fetch) and the resource (a single model version by id), and lists specific fields returned (status, edaReportStatus, target, timestamps). It explicitly differentiates from the sibling tool list_model_versions by stating when to prefer this tool over the alternative.

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

Usage Guidelines5/5

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

The description explicitly tells the agent when to use this tool: 'when you already know the version_id', and implies the alternative (list_model_versions) should be used otherwise. This provides clear decision guidance.

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/EasyDeploy-AI/easydeploy-ai-mcp'

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