Skip to main content
Glama
trustable-ai

openserverless-mcp

Official
by trustable-ai

secret_unbind

Remove a generated secret binding from multiple OpenServerless endpoints in one atomic operation, preserving the secret value.

Instructions

Atomically remove one generated secret binding from multiple OpenServerless endpoints without deleting the secret value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
secretYesThe bound parameter name to remove
endpointsYesEvery endpoint from which the generated binding must be removed
Behavior4/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It reveals two meaningful traits: the operation is atomic, and it does not delete the underlying secret value. This goes beyond the schema by informing the agent about side effects and transactional guarantees. It could be richer (e.g., error behavior or what happens if no binding exists), but for a two-parameter tool the disclosure is solid.

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

Conciseness5/5

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

The description is a single, well-structured sentence that front-loads the verb and object, then adds the atomicity and safety qualifiers. Every word earns its place, with no filler or redundant restatement.

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?

For a simple two-parameter tool with a detailed schema and no output schema, the description covers the essential behavioral context: what is removed, from where, atomically, and what is preserved. It does not describe return values or error conditions, but these are not critical for correct invocation given the tool's simplicity.

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?

Schema description coverage is 100%, so the baseline is 3. The description does not add parameter-specific guidance beyond the schema; it merely restates the general operation. The schema already documents 'secret' as the bound parameter name and lists valid endpoint formats, so no significant semantic gap exists.

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 uses a specific verb ('remove') and resource ('generated secret binding'), and defines the exact scope: multiple OpenServerless endpoints. It also includes a key qualifier, 'without deleting the secret value', which clearly distinguishes unbinding from secret deletion. This is unambiguous even without consulting the schema.

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

Usage Guidelines3/5

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

The description implies its use case: when a secret binding must be removed from endpoints while keeping the secret value intact. However, it does not explicitly state when to prefer this over sibling tools like secret_bind or secret_status, nor does it mention any exclusions or prerequisites. Clear context is present, but no explicit when-to-use or alternative guidance.

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/trustable-ai/openserverless-mcp'

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