Skip to main content
Glama

Stop deployment

stop_deployment
DestructiveIdempotent

Stop an active deployment and its jobs to end GPU usage and billing. Use when work is complete or a deployment cannot schedule.

Instructions

Stops a deployment and its running jobs. Billing stops with them. Use when the user is done or when a deployment can never schedule.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deployment_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

Beyond the annotations, the description reveals that running jobs are terminated and billing stops, which is meaningful behavioral context. It is consistent with destructiveHint=true and readOnlyHint=false, though it could add more about reversibility.

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 compact sentences front-load the action and consequences, then give usage guidance. No filler or redundancy.

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?

For a single-parameter stop operation with annotations covering safety and idempotency, the description supplies the key behavioral and usage context. Nothing essential is missing.

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 0%, but the only required parameter is deployment_id and its role is inferable from 'Stops a deployment.' The description does not explicitly explain the parameter, yet with one self-documenting string field the gap is minor.

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 states a precise verb-resource pair: 'Stops a deployment and its running jobs,' and adds the consequential effect that billing stops. This clearly distinguishes it from sibling tools like start_deployment or extend_deployment.

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

Usage Guidelines4/5

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

It gives explicit conditions for use: 'when the user is done or when a deployment can never schedule.' It does not name alternatives or exclusions explicitly, but the criteria are clear enough for an agent to select this over start/list operations.

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

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/SohniSwatantra/nosana-mcp'

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