Skip to main content
Glama
eldarknz

cursor-yougpu-mcp

by eldarknz

yougpu_get_instance

Retrieve a specific GPU instance by its ID, returning both a summary and raw payload for detailed inspection.

Instructions

Get one instance by id (summary + raw payload).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instance_idYes
Behavior3/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. It discloses that the tool returns a summary and raw payload, which is useful. However, it does not explicitly state that the operation is read-only, nor does it mention error behavior or authentication requirements.

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 a single, direct sentence that conveys the purpose and return format with no unnecessary words. It is concise and well-structured.

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 get-by-id tool with one parameter and no output schema, the description sufficiently indicates the operation and return format. It does not explain the meaning of 'summary' versus 'raw payload', but this is a minor gap given the low complexity.

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 description references 'by id' and thus identifies instance_id as the identifier parameter. However, it adds minimal detail beyond the schema: it does not explain what an instance ID is, where to find it, or provide examples. With 0% schema description coverage, the description only partially compensates.

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 verb 'Get', the resource 'one instance by id', and the output format ('summary + raw payload'). It is distinct from the sibling tool yougpu_list_instances which retrieves multiple instances.

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 usage when needing a single instance by ID, but it does not explicitly mention alternatives or when not to use it. For example, it does not state that yougpu_list_instances should be used for listing all instances.

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/eldarknz/cursor-yougpu-mcp'

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