Skip to main content
Glama

Get check telemetry

get_check_telemetry
Read-onlyIdempotent

Read recent quality-check telemetry for the current company. Returns per-(run,check) verdicts (pass/fail/flag/hold/error/skipped) across the brand/legal/ethics/security gates, the Pledge stamp, the ICP consult, and the craft gate — so you can see which checks fire findings, which HOLD content (false-hold rate), and which run clean. Use it to answer 'which gate holds the most for this company' or 'has the security gate ever fired on these posts'. Free-text preview fields are tagged as data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax rows to return (default 50, hard cap 200).
verdictNoOptional filter: pass | fail | flag | hold | error | skipped.
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.
check_nameNoOptional filter: brand | legal | ethics | security | pledge_stamp | icp_quality | craft.
content_grainNoOptional filter by content grain (the safety/topic axis).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint/idempotentHint/destructiveHint, and the description reinforces that with 'Read' and 'Returns'. It adds behavioral value by explaining what data comes back (per-run/per-check verdicts), how to derive false-hold rate, and that free-text preview fields are tagged as data. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences: purpose, return contents, and example questions. It is front-loaded and each sentence carries information. The 'Free-text preview fields are tagged as data' line is slightly cryptic but still earns its place as a data-format caution.

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?

With no output schema, the description adequately describes the returned data (verdicts per run/check across specific gates) and the analytic use cases. It does not detail pagination or exact response structure, but the limit parameter is documented in schema and the return shape is clear enough for an agent to call and interpret the tool.

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?

Schema coverage is 100%, so the baseline is 3. The description adds semantic richness beyond the schema by mapping human-readable gate labels (Pledge stamp, ICP consult) to the check_name enum values and explaining the verdict categories in context, which helps an agent pick correct filter values.

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 opens with a specific verb-resource pair ('Read recent quality-check telemetry') and scopes it to the current company. It names the exact verdict types and gate categories, making it unmistakably distinct from sibling tools like run_quality_check or get_activity_health.

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 provides concrete example questions ('which gate holds the most for this company', 'has the security gate ever fired on these posts') that signal when to use the tool. It does not explicitly name an alternative for running checks, but the read-vs-run distinction is strongly implied and clear.

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