Skip to main content
Glama

Get agent outcome panel

get_agent_outcome_panel
Read-onlyIdempotent

Per-agent "what did the compute buy" facts for the operator: trailing-14-day credits, runs (with self-maintenance share), human-accepted vs denied outputs, pending cards, last-accepted date, and a playing-house flag (activity with zero accepted output). Use when the operator asks whether an agent is worth its spend, what an agent has been doing, or why credits are being used — for executives and managers reviewing their AI team.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idNoOptional: limit to one agent (uuid). Omit for the whole team.
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior, so the description doesn't need to restate those. It adds value by disclosing the data window (trailing 14 days), the 'self-maintenance share' concept, and the playing-house flag semantics, which are nontrivial behavioral/output traits. No contradiction with the annotations.

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 compact sentences front-load the high-value metric list and then state the use cases. Every clause contributes information; there is no filler or repetition of annotation fields.

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?

For a read-only panel with no output schema, the description enumerates the main content groups an agent should expect: credits, runs, accept/deny counts, pending cards, and date/flag. It could be more explicit about the response shape or default all-agent behavior, but the metric inventory is enough for a straightforward get tool.

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

Parameters3/5

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

Schema description coverage is 100%, so both parameters are already documented. The description adds only a slight reinforcement of the optional agent_id/whole-team distinction in its opening phrase; no parameter details beyond the schema are needed or provided.

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 names a specific resource ('agent outcome panel') and enumerates the concrete metrics it returns, such as trailing-14-day credits, accepted vs denied outputs, and a playing-house flag. This level of specificity differentiates it from sibling tools like get_agent_performance and get_credit_usage without needing to inspect schemas.

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?

It gives explicit trigger scenarios ('whether an agent is worth its spend, what an agent has been doing, or why credits are being used') and identifies the audience (executives/managers reviewing AI team). It does not explicitly name alternatives or state when not to use it, so it falls just short of a 5.

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