Skip to main content
Glama

CertScore.ai MCP Light

Get scan status

certscore_get_scan_status
Read-onlyIdempotent

Returns lifecycle status for a stable CertScore scanId. Active responses include phase, heartbeat, estimated progress, retryAfterSeconds, and sometimes a bounded preliminary preConsentPreview. Terminal responses include completion status, CertScore score and risk metadata when available, coverage, persisted execution region and timestamps, report URL, and a next-action field. Preliminary observations are distinct from completed findings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scanIdYesStable CertScore scan ID returned by certscore_scan_site.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
noGoNo
typeNo
errorYes
jobIdNo
linksNo
phaseNo
scoreNo
domainNo
scanIdNo
statusNo
scan_idNo
stalledNo
coverageNo
scanFromNo
createdAtNo
reportUrlNo
riskLevelNo
startedAtNo
provenanceYes
scoreLabelYes
completedAtNo
scoreStatusNo
scoreVersionNo
lastUpdatedAtNo
phaseStartedAtNo
scoreUpdatedAtNo
lastHeartbeatAtNo
progressPercentNo
scanTimeSecondsNo
preConsentPreviewNo
resultDispositionNo
retryAfterSecondsNo
progressIsEstimateNo
recommendedNextToolYes
recommendedNextActionYes
interpretationGuidanceYes
estimatedRemainingSecondsNo
observationOnlyDisclaimerYes

TDQS

A3.9/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. The description adds meaningful behavioral context: active responses include phase, heartbeat, progress, retryAfterSeconds, and a bounded preliminary preview, while terminal responses include score and risk metadata. It also warns that preliminary observations are distinct from completed findings, which goes beyond 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?

The description is compact and well-structured: it opens with the core purpose, then enumerates active and terminal response contents, and closes with an important caveat. Every sentence contributes useful information without repetition or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the output schema exists and annotations cover safety characteristics, the description provides enough behavioral detail for an agent to understand what this status endpoint returns, including lifecycle states and the distinction between preliminary and final results. No critical guidance is missing for calling the tool correctly.

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?

The schema already provides 100% coverage for the single scanId parameter, including the note that it is returned by certscore_scan_site. The description adds no additional parameter-level semantics, so the baseline score of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns lifecycle status for a stable CertScore scanId and distinguishes active versus terminal responses. It identifies the resource and operation precisely, though it does not explicitly contrast itself with sibling tools such as certscore_get_scan_bundle.

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

Usage Guidelines3/5

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

The mention of retryAfterSeconds and stable scanId implies a polling use case after certscore_scan_site, but the description gives no explicit when-to-use guidance or alternatives. It does not state when to prefer this tool over certscore_get_scan_bundle.

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.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool maps to a distinct stage of the scan lifecycle: creating/reusing a scan, checking its status, and retrieving the completed evidence bundle. There is no meaningful overlap between the three tools, and their descriptions reinforce their unique roles.

Naming Consistency5/5

All tools share a consistent certscore_ prefix and follow a clear verb_noun pattern: scan_site, get_scan_status, get_scan_bundle. The naming convention is uniform and predictable, making it easy to infer each tool's function.

Tool Count5/5

Three tools is an appropriate scope for a lightweight privacy-scan MCP server. Each tool covers an essential part of the workflow, and there is no redundancy or filler.

Completeness4/5

The core workflow is fully covered: trigger a scan, poll for status, and retrieve the evidence bundle. Minor conveniences such as listing past scans or canceling a scan are absent, but they are not essential for the server's stated purpose.