Skip to main content
Glama

list_agent_identities

List all agent machine identities in your organization to view key metadata such as name, creation date, last-used timestamp, and revocation status. Manage access and audit agent credentials efficiently.

Instructions

List all agent machine identities for the organisation.

Each identity has a name, key prefix (vib_…), creation date, last-used timestamp, rotation history, and revocation status. The raw key is never stored — only its SHA-256 hash is retained after creation.

Use create_agent_identity to issue a new identity for a service or agent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the raw key is never stored, only its SHA-256 hash is retained, which is a security-relevant behavioral trait. It also lists the fields returned (name, key prefix, dates, rotation history, revocation status). It does not mention permissions or side effects, but for a list operation, the disclosure is adequate.

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 three sentences long: the first states the primary purpose, the second details the fields, and the third provides a usage guideline for a sibling tool. Every sentence adds value without redundancy or wasted words.

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?

Given the simplicity of the tool (0 parameters, no output schema), the description is complete. It explains the tool's function, the structure of each identity, and a behavioral note about key storage. It also mentions the sibling for creation, covering the necessary context for an agent to use the tool correctly.

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 0 parameters, so schema coverage is 100% and the baseline is 4. The description adds context about what each identity contains (e.g., key prefix, creation date, last-used timestamp, rotation history, revocation status, and the hash note), which helps the agent understand the output format despite no output schema.

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 'List all agent machine identities' with a specific verb ('List') and resource ('agent machine identities'). It distinguishes from the sibling 'create_agent_identity' by being a read-only operation, and the purpose is unambiguous.

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 explicitly directs to use 'create_agent_identity' for issuing new identities, providing an alternative for a related operation. However, it does not explicitly mention when not to use this tool relative to other siblings like 'revoke_agent_identity' or 'rotate_agent_identity', though the purpose is clear enough to infer that this is for listing only.

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/VibOpsai/vibops-mcp'

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