Skip to main content
Glama
rsp2k
by rsp2k

setup_service_user

Create a service user with API-only access and customizable permissions for secure programmatic management of Vultr cloud infrastructure.

Instructions

Set up a new service user (API-only access) with specified permissions.

Args: email: Service user's email address first_name: Service user's first name last_name: Service user's last name permissions: List of permissions to grant. If None, grants basic API access.

Returns: Created service user information including API key

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
first_nameYes
last_nameYes
permissionsNo
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states this creates a service user with API access, implying a write operation, but doesn't disclose critical behavioral traits: required permissions/authorization, whether this is idempotent, rate limits, what happens if the email already exists, or the format of the returned API key. For a mutation tool with zero annotation coverage, this is insufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/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 clearly. The Args and Returns sections are structured but slightly verbose for a description field (these details might belong in schema). Every sentence adds value, though the formatting could be more concise.

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?

Given the complexity (mutation tool creating a user with permissions), lack of annotations, and no output schema, the description is moderately complete. It covers the purpose and parameters adequately but misses behavioral context (auth, idempotency, error cases) and details on the return value ('API key' format/storage). It's minimally viable but has clear gaps for a tool of this type.

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 description coverage is 0%, so the description must compensate. It adds meaningful semantics for all 4 parameters: email, first_name, and last_name are self-explanatory, and permissions is described with its default behavior ('If None, grants basic API access'). This goes beyond the bare schema, though it doesn't specify what 'basic API access' entails or list possible permission values.

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: 'Set up a new service user (API-only access) with specified permissions.' It specifies the verb ('Set up'), resource ('service user'), and key characteristics ('API-only access', 'with specified permissions'). However, it doesn't explicitly distinguish this from sibling tools like 'create_user' or 'setup_standard_user', which would be needed for a perfect score.

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

Usage Guidelines2/5

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

The description provides minimal usage guidance. It mentions that permissions default to 'basic API access' if None, but doesn't explain when to use this tool versus alternatives like 'create_user' or 'setup_standard_user' (both present in sibling tools). No prerequisites, exclusions, or specific contexts are provided.

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