Skip to main content
Glama

ck_regression_result

Record external regression-test outcomes from CI/CD systems to create proof bundles and validate release readiness. Use to close proof loops before completion review.

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.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
engineNo
flow_nameNo
outcomeNo
recordedNo
result_idNo
Behavior4/5

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

Annotations declare readOnlyHint=false, destructiveHint=false, idempotentHint=false. Description adds that it is a write operation, creates a DB record, and returns the result ID. No contradiction. Describes outcome enum values but not side effects like idempotency; annotations cover those.

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?

Description is moderately concise, front-loads the core purpose, then lists parameters and usage context. Each sentence serves a purpose, though the parameter listing could be tighter. Slightly verbose but well-organized.

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?

Covers purpose, usage context, return value (result ID), required and optional parameters, and references sibling tools for retrieval. Does not detail the structure of the 'evidence' payload, but output schema exists to cover that. Adequate for the complexity (11 params, nested objects).

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 coverage is 91%, so parameters are already well-described. Description reiterates required (session_id, engine, flow_name, outcome) and optional (commit_sha, environment, external_run_id, evidence) parameters with minimal added meaning beyond the schema. Groups them but does not explain parameter formats or constraints.

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?

Description clearly states it records external regression-test evidence from CI/CD systems, names specific example systems (Bug0, Passmark), and distinguishes from siblings by referencing ck_memory_search for retrieval and ck_review_submit for follow-up.

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?

Explicitly says 'Use after an external test run to close the proof loop before calling ck_review_submit for a completion review.' Also lists required parameters and mentions retrieval alternative. Does not explicitly state when not to use, but context is clear.

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