Skip to main content
Glama

List your kept-alive test personas

list_kept_personas
Read-onlyIdempotent

Returns every persona this account has kept alive (created via submit_test with keepTestAccount=true and successfully signed back in). Each entry includes the personaId you'd pass as existingPersonaId to retest the same user, plus the originating customer site and credential expiry. Personas auto-expire 30 days after their last use; each successful retest bumps the expiry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNoTool result payload (JSON object)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, destructiveHint. Description adds value by disclosing auto-expiry (30 days after last use), expiry bump on retest, and entry contents (personaId, customer site, credential expiry). No contradictions.

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?

Two sentences, no waste. First sentence front-loads purpose and conditions; second adds critical details (expiry, retest behavior). Every sentence earns its place.

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?

With output schema present, description covers key behavioral aspects (expiry, retest interaction) and entry structure. Annotations cover safety. No gaps identified.

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?

Tool has no parameters; schema coverage is 100%. Description explains output content which serves as implicit parameter documentation. Baseline for 0 params is 4.

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?

Description clearly states it returns kept-alive personas with precise conditions (created via submit_test with keepTestAccount=true and signed back in). Distinct from sibling tools like list_test_identities.

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?

Implies usage context by explaining returned personaId can be passed as existingPersonaId for retesting. No explicit alternatives or when-not-to-use, but straightforward for a parameterless list 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.

Resources