list_personas
List the expert personas available to sit on a Perspect AI panel (id, name, discipline).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
List the expert personas available to sit on a Perspect AI panel (id, name, discipline).
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description does not explicitly state whether the operation is read-only or has side effects. While 'List' suggests a read operation, the lack of explicit disclosure about side effects or return format leaves some ambiguity for the agent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise and to the point, using a single sentence to convey the tool's purpose and expected output. No unnecessary words or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description includes the key output fields (id, name, discipline), giving the agent enough context to know what to expect. For a simple list operation with no parameters and no output schema, this is sufficiently complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so schema coverage is trivially 100%. According to the baseline for 0 parameters, a score of 4 is appropriate; the description does not need to add parameter details since none exist.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: listing expert personas available for a Perspect AI panel, including specific fields (id, name, discipline). It distinguishes itself from the sibling tool run_debate, which performs a different action.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use this tool (when you need to see available personas) and contrasts with run_debate, but it does not explicitly state 'use this when...' or mention any alternatives. The context is clear enough for a simple list operation.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.