Get secrets manager
get_unified_workspace_secretsmanagerretrieve secrets manager
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the workspace to get |
get_unified_workspace_secretsmanagerretrieve secrets manager
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the workspace to get |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, openWorldHint=true, and destructiveHint=false. The description adds no behavioral details beyond these annotations, such as what happens when the ID is invalid, whether partial data is returned, or any resource existence behavior.
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 only three words, which is concise but under-specified. It restates the tool name without adding informative context, so it does not earn its place as a useful summary.
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?
Despite a simple one-parameter schema and rich annotations, the description leaves important gaps: it doesn't clarify that the target is the workspace's secrets manager rather than a generic secret, doesn't describe return value behavior, and doesn't mention when to prefer this over the list variant. The schema covers the id parameter, but the overall purpose scope remains ambiguous.
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 coverage is 100%: the only parameter, id, is described as 'The ID of the workspace to get'. The description adds no extra parameter semantics or format details beyond the schema, so the baseline of 3 is appropriate.
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 'retrieve secrets manager' is a near-verbatim restatement of the name/title 'get secrets manager' and adds no specifics about the workspace-scoped nature of the resource. It names a resource type, but it is ambiguous ('secrets manager' could be generic) and doesn't differentiate from the many get_* siblings beyond that label.
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 about when to call this tool versus list_unified_workspace_secretsmanagers or get_unified_webhook/connection. No context is given about prerequisites, alternatives, or scenarios where this tool is the right choice.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.