Skip to main content
Glama

config_profiles_get

Fetch a config profile by its UUID to view or manage its settings in the Remnawave VPN panel.

Instructions

Get a config profile by UUID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesConfig profile UUID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.0

TDQS

B3.1/5.0
Behavior2/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 of behavioral disclosure. 'Get' implies a read operation, but there is no mention of error behavior (e.g., UUID not found), return format, or any side effects. For a simple retrieval this is a minimal but incomplete disclosure.

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?

A single, efficient sentence with zero wasted words. The key identifier (UUID) is front-loaded and the structure is clean for a simple retrieval tool.

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 one-parameter get tool with no output schema and full schema coverage, the description is largely sufficient. The only gap is lack of return-format details, which is a minor omission for such a simple operation.

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 100% and the single uuid parameter is already documented in the schema. The description's 'by UUID' phrasing aligns with the parameter but adds no additional meaning beyond what the schema provides, so the baseline of 3 applies.

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?

States a specific verb and resource ('Get a config profile by UUID'), which clearly indicates a retrieval operation. However, it doesn't explicitly distinguish itself from sibling get-variants like config_profiles_get_inbounds or config_profiles_get_computed_config, though the 'by UUID' qualifier helps narrow the scope.

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?

No guidance on when to use this tool versus alternatives. There is no mention of config_profiles_list for enumeration, or the other get variants, and no context about when a single profile lookup is appropriate.

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

Deploy Server

Other Tools