Skip to main content
Glama

List secrets managers

list_unified_workspace_secretsmanagers
Read-onlyIdempotent

list secrets managers

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo
limitNoMaximum number of results to return in one page (default 100)
orderNo
offsetNoNumber of results to skip, for pagination (default 0)
updated_gteNo(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / limit / description
      Added value: +"Maximum number of results to return in one page (default 100)"
    • addedInput schema / properties / offset / description
      Added value: +"Number of results to skip, for pagination (default 0)"
  2. Added

TDQS

C2/5.0
Behavior2/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and destructiveHint false. The description adds no behavioral context beyond those, such as pagination semantics, default page size, or that it returns all workspace secrets managers. With no output schema, the agent cannot infer what the response looks like.

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

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The phrase is concise but under-specified, adding no informational value beyond the title. There is no front-loaded behavioral or usage context; it is a restatement rather than a useful description.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite five optional parameters and no output schema, the description offers no information about result shape, sorting defaults, filtering, or pagination behavior. The annotations and schema cover safety and basic limits, but the description is incomplete for an agent deciding whether a result can be processed correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description does not explain any of the five parameters. The schema documents limit, offset, and updated_gte partially, but sort and order are left to enum-value inference. The description does not compensate for the 60% schema coverage or clarify updated_gte's filtering role.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

Tautological: description restates name/title.

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 gives no guidance on when to use this tool versus get_unified_workspace_secretsmanager, create_unified_workspace_secretsmanager, or other list tools. There is no mention of conditions such as needing all managers, paginating, or filtering, leaving the agent without decision support.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources