Skip to main content
Glama

ck_observability

Read-onlyIdempotent

Retrieve local observability reports for sessions, loop status, memory, costs, trends, evals, benchmarks, and advisory promotions. Read-only access ensures no executions or mutations.

Instructions

Read local observability reports for sessions, loop status, problems, memory, costs, trends, evals, generated benchmarks, history, and advisory promotion candidates. Read-only: no benchmark execution, draft approval, materialization, or promotion mutation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
byNo
daysNoNumber of days to look back for trend analysis.
limitNoMaximum number of results to return.
reportNoReport to return; defaults to overview.
surfaceNoCompatibility alias for report.
session_idNoUnique session identifier for correlating findings, proofs, budget, and audit trail.
stale_daysNoThreshold in days for marking entries as stale.
project_rootNoAbsolute path to the project root directory on the local filesystem.
workspace_idNoWorkspace identifier for cross-session scope.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
reportNo
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, destructiveHint. The description reinforces read-only behavior and adds extra context by listing excluded operations (e.g., benchmark execution, promotion mutation). No contradictions, and adds value beyond 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?

The description is extremely concise, consisting of two sentences. The first sentence lists all report types, and the second clarifies read-only scope. No redundant information; every word earns its place.

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?

Given the complexity of the tool (9 parameters, many enum values) and the presence of an output schema, the description adequately covers the core purpose and exclusions. It could be slightly more explicit about when to use specific report types, but overall sufficient for an agent to understand basic functionality.

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 high (89%), so the schema already documents most parameters. The description does not add parameter-level details but lists the report types, which overlap with the 'report' parameter enum. Baseline score of 3 is appropriate as the description does not significantly enhance parameter understanding beyond the 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 the tool reads local observability reports, listing specific report types (sessions, loop status, problems, memory, costs, trends, evals, etc.). It also explicitly states what it does not do (no benchmark execution, draft approval, etc.), which helps distinguish it from sibling tools that perform those mutations.

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 explicit 'Read-only' statement and lists excluded operations, guiding agents not to use this tool for mutations. However, it does not explicitly contrast with specific sibling tools like ck_validate or ck_execute_code, leaving some implicit guidance. Clear context for read-only usage is given.

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/aryaminus/controlkeel'

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