Skip to main content
Glama
yaaif

@yaaif/platform-mcp

by yaaif

yaaif_mcp_deployment_deploy

Deploy an MCP deployment by its ID, starting containers via compose or writing and pushing a GitOps overlay for Kubernetes.

Instructions

Deploy an MCP deployment by id (compose up, or GitOps overlay write/push for kubernetes_gitops).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deployment_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.5

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses two concrete execution behaviors (compose up, GitOps overlay write/push), but does not explain whether deployment is asynchronous, potentially destructive, or what the returned result signifies.

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?

A single front-loaded sentence states the action, the argument, and the mode split without filler or repetition. Every part of the description earns its place.

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

Completeness3/5

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

For a one-parameter deployment action, the definition is usable but thin: it leaves out expected output, completion semantics, and any relationship to redeploy/update. With no output schema or annotations, a bit more context about side effects or return behavior would make the tool fully self-contained.

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 single parameter is required and self-describing (deployment_id), and the description reinforces that the id identifies the deployment. Since schema description coverage is 0%, the description could add more context about where the id comes from or how it is used, but the parameter is simple enough that this is only a minor 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 action and resource: 'Deploy an MCP deployment by id', and adds concrete execution modes. It is unambiguous, though it does not explicitly differentiate from the closely named mcp_deployment_redeploy sibling.

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 description implies when to use the tool: when an existing MCP deployment should be deployed by its id. However, it offers no explicit guidance on when to prefer this over mcp_deployment_redeploy or mcp_deployment_update, nor any exclusions.

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

Deploy Server

Other Tools