Skip to main content
Glama
EasyDeploy-AI

easydeploy-ai-mcp

Official

get_training_status

Get the status of a training job by job ID. Optionally wait until the job completes or fails.

Instructions

Check a training job by job_id (the jobId field from submit_training_job).

If this tool does not appear in your MCP tool list: restart the host and ensure the client runs current easydeploy_ai_mcp (standard catalog is 24 tools). Until then, poll list_model_versions for the model version status instead.

Response fields:

  • status: PENDING | RUNNING | COMPLETE | FAILED

  • trainingTimeSeconds: wall-clock seconds once the job stops; null while running

  • modelVersionId: the model version being trained

By default returns the current status immediately.

Set wait=true to block until the job reaches a terminal state (COMPLETE or FAILED). Polls every poll_interval_seconds (default 10 s) for up to timeout_seconds (default 180 s / 3 min). Typical training runs finish in 2-3 minutes. If the timeout expires, the last polled status is returned with timed_out: true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes
waitNo
timeout_secondsNo
poll_interval_secondsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description fully discloses behavior: default immediate return, wait mode with polling intervals and timeouts, response fields including status, trainingTimeSeconds, modelVersionId, and timed_out flag. No contradictions.

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 structured with clear sections, front-loading the primary purpose and then detailing parameters and response fields. Every sentence adds value, no wasted words. It is appropriately sized for the tool's complexity.

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

Completeness5/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 (not shown), the description still explicitly lists response fields and their meanings. It covers default behavior, wait option, timeout handling, and references sibling tools (submit_training_job, list_model_versions). The tool is fully documented for reliable invocation.

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

Parameters5/5

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

Schema description coverage is 0%, but the description explains each parameter's purpose (job_id is required, wait enables blocking, timeout_seconds sets max wait, poll_interval_seconds sets poll frequency) with defaults and behavior, fully compensating for the lack of schema descriptions.

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 checks a training job by job_id, with specific verb+resource. It distinguishes itself by explaining that if the tool is unavailable, list_model_versions should be used instead, which effectively differentiates from siblings.

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 explains when to use the optional wait parameter, details polling behavior, timeouts, and defaults. It also provides a fallback method (polling list_model_versions) in case the tool is not available, giving clear context and alternatives.

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