Skip to main content
Glama

Get Item

keychain_get_item
Read-only

Retrieve a vault item by its stable ID, with secrets redacted by default unless reveal=true is passed.

Instructions

Get the full vault item by stable item id. Secret fields and signed attachment URLs are redacted by default; pass reveal=true only when the caller is allowed to receive secrets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesStable Bitwarden object id returned by list/search/get/create tools.
revealNoWhether secret values are returned; default false and can be forced false by NOREVEAL.
Behavior5/5

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

The description discloses that secret fields and signed attachment URLs are redacted by default, and that the 'reveal' parameter can override this with a permission constraint. It also mentions 'NOREVEAL' can force false. This adds significant context beyond the annotations, which only indicate readOnlyHint=true.

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 consists of two concise, front-loaded sentences with no extraneous information. Every word adds value.

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?

Given no output schema, the description mentions 'full vault item' but does not detail the structure or fields returned. It covers the key behavioral aspects (redaction, reveal) and parameter usage, but lacks explicit return value documentation.

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 input schema has 100% description coverage, but the description adds meaningful context: for 'id', it specifies 'stable Bitwarden object id'; for 'reveal', it adds permission semantics (only when allowed). This goes beyond the schema's basic descriptions.

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 'Get the full vault item by stable item id.' It uses a specific verb (get) and resource (vault item by ID), distinguishing it from sibling tools like keychain_search_items which search by query.

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

Usage Guidelines4/5

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

The description explains when to use the 'reveal' parameter, stating it should only be set to true when the caller is allowed secrets. However, it does not explicitly contrast with alternatives or state when not to use this tool over other retrieval tools.

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/icoretech/warden-mcp'

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