Skip to main content
Glama

Create credential

create_credential
Idempotent

Create an additional credential for your identity. Retry with the same op_key to get the same token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
op_keyYesOperation key you choose, 8 to 128 characters. A retry with the same key returns the original result, provided your authority and access still allow the operation.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, idempotentHint=true, destructiveHint=false, and openWorldHint=false. The description reinforces idempotency by naming op_key and noting the same token is returned, which clarifies the return value somewhat, but it omits auth/permission requirements and what a credential actually grants.

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?

Two short sentences with the core action front-loaded and no filler. The second sentence is compact and useful, though 'token' is introduced without definition, leaving a slight ambiguity.

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

Completeness3/5

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

For a single-parameter tool with no output schema and full schema coverage, the description is minimally adequate. It does not explain what the returned credential can be used for, its lifetime, or whether it must be stored, all of which matter for a credential-creating tool.

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 coverage is 100% and the op_key description in the schema already documents length bounds and idempotent retry behavior. The description's 'Retry with the same op_key' only restates what the schema parameter description already covers, so it adds no new parameter meaning.

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?

States a specific verb and resource ('Create an additional credential for your identity') and the word 'additional' hints that this supplements rather than replaces existing credentials. It does not, however, distinguish itself from close siblings such as create_capability, recover_credential, or revoke_credential, which an agent may confuse with it.

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 when-to-use guidance, no prerequisites (e.g., existing identity/auth requirements), and no comparison to alternatives like recover_credential or revoke_credential. The retry note is about invocation mechanics, not about when to choose this tool.

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.