Skip to main content
Glama

Get Credential Request Status

vault_credential_request_status
Read-onlyIdempotent

Get the status of a pending credential request by ID. Poll this after vault_credential_request_create until status is FULFILLED, then use credentialId as a normal vault credential. maskedPreview shows a redacted hint of the filled value once available — the plaintext is never returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestIdYesCredential-request ID.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds useful transparency by noting that maskedPreview is redacted and plaintext is never returned, which sets accurate expectations about response content.

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 concise, front-loaded with the primary action, and every sentence adds meaningful guidance. There is no redundant or filler content.

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

Completeness5/5

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

The description includes key workflow context, result handling instructions, and security behavior. It is fully sufficient for an agent to understand the tool's role and expected output without needing additional context.

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

Parameters4/5

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

The only parameter, requestId, is described as 'Credential-request ID.' The description contextually links it to the create operation, making its origin clear. Schema coverage is complete, and no additional explanation is required.

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: get the status of a pending credential request by ID. It also differentiates from sibling tools by explaining its role in the polling workflow after creation and before using the credential.

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?

Explicit guidance is provided: poll this tool after vault_credential_request_create until status is FULFILLED, then use the returned credentialId as a normal vault credential. This removes ambiguity about when and how to use it.

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.