Skip to main content
Glama

ck_regression_result

Record external regression-test results from CI/CD systems to capture proof bundles for release-readiness reviews. Requires session, engine, flow, and outcome.

Instructions

Record external regression-test evidence from CI/CD systems (Bug0, Passmark, custom runners) so proof bundles and release-readiness checks account for external validation. Write operation — creates a DB record. Returns the recorded result ID. Required: session_id, engine (name of the test system), flow_name (test suite or flow identifier), outcome (passed/failed/flaky/skipped). Optional: commit_sha to link results to a specific revision, environment (ci/staging/production), external_run_id for cross-referencing the originating system, evidence for a structured payload. Use after an external test run to close the proof loop before calling ck_review_submit for a completion review. Retrieve past results with ck_memory_search using record_type: regression.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commit_shaNoGit commit SHA associated with the test run.
engineYesName of the external regression test engine (e.g., Bug0, Passmark).
environmentNoExecution environment label (e.g., production, staging, ci).
evidenceNoStructured evidence payload from the external system.
external_run_idNoExternal system run identifier for cross-referencing.
flow_nameYesName of the regression test flow or test suite.
metadataNo
outcomeYesResult classification of the operation.
session_idYesUnique session identifier for correlating findings, proofs, budget, and audit trail.
summaryNoBrief human-readable summary of the record.
task_idNoTask identifier within the session for scoped operations.
Behavior4/5

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

With no annotations, description carries the burden and states it's a write operation creating a DB record and returns the recorded result ID. However, it lacks details on idempotency, error conditions, or side effects beyond creation.

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 a single well-organized paragraph covering purpose, usage, parameters, and alternatives without redundancy. Every sentence adds essential information.

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 11 parameters and no output schema, the description explains purpose, required/optional parameters, usage sequence, and expected return. It could elaborate on the 'evidence' payload but remains sufficient for agent decision-making.

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 91%, so baseline is 3. The description adds value by grouping required vs optional parameters and explaining their roles in the workflow (e.g., linking to specific revisions). Minor omission of metadata, summary, and task_id.

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 verb 'Record' and the resource 'external regression-test evidence from CI/CD systems'. It distinguishes from siblings by mentioning the proof loop and linking to ck_review_submit, and contrasts with ck_memory_search for retrieval.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use: 'Use after an external test run to close the proof loop before calling ck_review_submit'. Also provides an alternative for retrieval: 'Retrieve past results with ck_memory_search using record_type: regression'.

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