Skip to main content
Glama
kvrancic

prime-intellect-mcp

by kvrancic

pod_terminate

Terminate a GPU pod, with a preview option to review before confirming the delete. Idempotent on already-deleted pods.

Instructions

Destroy (terminate) a pod. Idempotent on already-deleted pods.

Without confirm=True, returns a no-op preview so you can re-read your decision.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pod_idYesThe pod to destroy.
confirmNoRequired True to actually terminate.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description must carry behavioral disclosure. It mentions idempotency and preview behavior, but it does not disclose potential side effects, required permissions, or data loss risks. While the preview feature adds transparency, the description lacks warnings about irreversibility, making it only partially transparent.

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 two sentences long, with the first sentence concisely stating purpose and idempotency, and the second explaining the preview feature. No unnecessary words or repetitions; every sentence earns its place, making it highly efficient and front-loaded.

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 destructive tool with a clear output schema, the description covers purpose, idempotency, and preview behavior. However, it does not mention prerequisites (e.g., pod existence is handled by idempotency) or any contextual warnings about consequences. Slight gaps in completeness, but overall adequate given the tool's simplicity.

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

Parameters4/5

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

Schema coverage is 100% with descriptions for both parameters. The description adds value by clarifying the confirm parameter's preview behavior beyond the schema's 'Required True to actually terminate.' This extra context improves understanding without redundancy, justifying a score above the baseline of 3.

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 explicitly states 'Destroy (terminate) a pod' with a clear verb and resource. It also notes idempotency on already-deleted pods, adding clarity. The tool is uniquely positioned among siblings as the only destroy operation, making its purpose unambiguous.

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 explains the preview behavior with confirm=False, guiding when to preview vs execute. However, it does not provide explicit when-to-use or when-not-to-use guidance, nor does it compare to alternatives like pod_check_runaway. The usage guidelines are implied but not fully elaborated.

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/kvrancic/prime-intellect-mcp'

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