redis_get_conf
Retrieve the configuration settings for a specified Redis instance by its ID on a 1Panel server to inspect and troubleshoot issues.
Instructions
Redis: Get configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Retrieve the configuration settings for a specified Redis instance by its ID on a 1Panel server to inspect and troubleshoot issues.
Redis: Get configuration
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Changes observed during successful MCP inspections.
v1.0.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure, but it offers nothing beyond the word 'Get'. It does not state permissions required, what configuration is returned, or any other behavioral trait.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely short but under-specified rather than concise. It wastes no words but conveys almost no useful information, leaving the agent without actionable detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations, no output schema, and one completely undocumented parameter, the description is wholly inadequate for an agent to invoke the tool correctly. Essential context is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the single required parameter 'id' is completely undocumented in both schema and description. The description adds no meaning about what 'id' represents or how it should be provided.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description restates the tool name almost exactly ('Redis: Get configuration' vs redis_get_conf), offering no specific scope or differentiation from siblings like redis_get_persistence_conf or redis_get_status. An agent cannot tell which Redis configuration is retrieved or how it differs from the sibling tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives such as redis_get_status or redis_get_persistence_conf. No context or prerequisites are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.