Skip to main content
Glama

delimit_secret_get

Request just-in-time access to a stored secret. The broker audits each access and checks agent scope.

Instructions

Request just-in-time access to a stored secret.

When to use: when a tool or agent needs a credential at execution time. The broker logs every access for audit. When NOT to use: to add a secret (use delimit_secret_store) or to examine the audit log (use delimit_secret_access_log).

Sibling contrast: delimit_secret_store writes; this reads with audit; delimit_secret_access_log shows the resulting access trail.

Side effects: appends an access log entry via ai.secrets_broker.get_secret. Does not return secrets to scopes that were not authorised at store time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoSecret name to retrieve. Required.
agent_typeNoIdentity of the requesting agent (used by the broker to check scope).
toolNoName of the requesting tool (used by the broker to check scope).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, description carries full burden. It discloses side effect (appends access log entry) and behavioral constraint (does not return secrets to unauthorized scopes). Could mention failure modes, but transparent enough.

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?

Concise and front-loaded with main action. Each sentence adds value (when-to-use, sibling contrast, side effects). Could combine some sentences, but overall efficient.

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?

Covers usage context, side effects, and authorization constraints. Does not describe return structure, but output schema exists. Could mention error scenarios (e.g., missing secret), but still fairly complete.

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 has 100% coverage with descriptions. The description does not add extra meaning beyond what schema already provides (e.g., required status, broker scope check). Baseline 3 applies.

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

Purpose5/5

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

The description clearly states the tool's purpose: 'Request just-in-time access to a stored secret.' It uses specific verb 'request' and resource 'stored secret', and distinguishes itself from siblings (delimit_secret_store writes, delimit_secret_access_log shows audit trail).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly provides 'When to use' (credential needs at execution time) and 'When NOT to use' (to add a secret or examine audit log), with direct references to alternate tools. Also includes sibling contrast.

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