Skip to main content
Glama

_delimit_secret_impl

Provides secure management of secrets with operations to store, retrieve, list, revoke, and audit access.

Instructions

Manage secrets broker.

Actions: store, get, list, revoke, access_log.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoWhich secret operation to perform.list
nameNoSecret name (for store/get/revoke/access_log).
valueNoSecret value (for action='store').
scopeNoComma-separated allowed agents/tools or 'all' (for action='store').all
descriptionNoHuman-readable description (for action='store').
agent_typeNoRequesting agent identity (for action='get').
toolNoRequesting tool name (for action='get').

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 only lists actions (store, get, list, revoke, access_log) implying mutation and read operations, but does not disclose side effects, authorization requirements, or any potential destructive behavior (e.g., revoke may be irreversible). Minimal behavioral transparency.

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

Conciseness3/5

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

The description is very concise (two lines), but the opening 'Manage secrets broker' is vague and could be more specific. It front-loads actions, which is helpful, but brevity sacrifices clarity on usage and constraints.

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?

Given the tool has 7 parameters, a complex action selector, and many sibling tools for individual actions, the description lacks completeness. It does not explain the purpose of the underscore prefix (suggesting internal implementation), nor does it clarify that the output schema exists or how parameters interact with actions. Incomplete for effective agent use.

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?

Input schema coverage is 100%, so baseline is 3. The description adds no extra meaning beyond listing the actions; it does not explain parameter relationships (e.g., which parameters are required for each action) or add context like sensitivity of the value field. Adequate but no added value.

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 it manages a secrets broker and lists five specific actions (store, get, list, revoke, access_log). This provides a clear verb+resource scope. However, it does not differentiate from the many sibling tools that specialize in each action (e.g., delimit_secret_store, delimit_secret_get), which may confuse an agent.

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 instead of the dedicated secret tools like delimit_secret_store or delimit_secret_get. The description does not mention alternatives or context, leaving the agent to infer from the action parameter. This is insufficient for proper tool selection.

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/delimit-ai/delimit-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server