Skip to main content
Glama
rsp2k
by rsp2k

get_startup_script

Retrieve startup script details from Vultr cloud infrastructure using either script name or UUID for automated server configuration.

Instructions

Get details of a specific startup script. Smart identifier resolution: use script name or UUID.

Args: script_identifier: The startup script name or ID

Returns: Startup script details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
script_identifierYes

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 carries the full burden. It adds some behavioral context: 'smart identifier resolution' indicates flexibility in input (name or UUID), which is useful beyond the basic schema. However, it doesn't disclose other traits like error handling, permissions required, rate limits, or whether it's a read-only operation (though 'Get' implies safety). The description compensates partially but leaves gaps for a tool with no annotations.

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 appropriately sized and front-loaded: the first sentence states the core purpose, followed by a brief note on identifier resolution and a clear breakdown of args and returns. Every sentence adds value without redundancy, making it efficient and easy to parse for an AI agent.

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?

Given the tool's low complexity (one parameter), no annotations, and the presence of an output schema (which handles return values), the description is mostly complete. It covers purpose, parameter semantics, and hints at behavior. However, it could improve by explicitly stating it's a read-only operation or mentioning any limitations, but the output schema reduces the need for extensive return value explanation.

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?

The description adds significant meaning beyond the input schema, which has 0% description coverage. It explains that 'script_identifier' accepts 'script name or UUID' and clarifies it's for 'smart identifier resolution', providing context not in the schema. With only one parameter, this effectively documents its semantics, compensating well for the schema's lack of descriptions.

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 tool's purpose: 'Get details of a specific startup script.' It specifies the verb ('Get details') and resource ('startup script'), making it distinct from sibling tools like 'list_startup_scripts' or 'create_startup_script'. However, it doesn't explicitly differentiate from 'get_startup_script_content', which might retrieve script content rather than metadata, leaving some ambiguity.

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 by mentioning 'specific startup script' and 'smart identifier resolution', suggesting it's for retrieving details of a known script rather than listing all scripts. However, it lacks explicit guidance on when to use this versus alternatives like 'list_startup_scripts' or 'search_startup_scripts', and doesn't mention prerequisites or exclusions, relying on implied context.

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/rsp2k/mcp-vultr'

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