Skip to main content
Glama

attest_control_baseline

Idempotent

File your operator's control-baseline attestation — the counterpart to counterparty_control_baseline. That tool asks what controls the OTHER side runs; this one publishes what YOUR side runs, so payers can see it before settling with you. No account, no key, one call. Gaps are allowed and expected: answer false where a control is not in place and describe how you plan to close it in gapPlan. A filing with declared gaps is worth far more than no filing — it lets a payer decide against a known shape instead of a blank. Get the control ids from the baseline list first. Only file for a party you are actually authorised to speak for.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entityYesThe accountable party's legal or commonly-used name, e.g. "Acme Robotics Ltd". This is who the attestation is about — not your agent's name.
agentIdNoOptional. If this party already has an agent registered with OceanAlt, link the attestation to it.
answersYesMap of control id to boolean, e.g. {"ACB-1.1": true, "ACB-2.1": false}. Control ids come from the baseline list (see baseline_controls).
contactNoOptional contact for follow-up. Not published.
gapPlanNoFor controls answered false: how and when you plan to close them. Plain text.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare the write behavior (readOnlyHint=false), idempotentHint, and openWorldHint. The description adds valuable context on top of these: it is a one-call publish without an account/key, gaps are allowed and expected, and the actual value for the payer of a filing with gaps. It doesn't describe the response or failure modes, but that's a minor omission given the annotation coverage and rich behavior notes.

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 front-loaded: the first sentence nails the purpose and sibling distinction, then the next sentences add prerequisites and gap semantics. Every sentence has a purpose and the tone is natural. It's a little long with the 'A filing with declared gaps...' paragraph, but even that sentence adds a useful normative expectation, so it stays effective rather than bloated.

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?

For a tool with 5 parameters (2 required), a nested object, and no output schema, the description covers the necessary usage context: what the tool is for, how it relates to the sibling, the prerequisite list, the authorization condition, the gap-filling behavior, and even the business reason behind it. Nothing an agent requires to invoke it correctly is missing.

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 100% and the schema already documents every parameter. The description adds a little extra semantic nuance (entity is the party, not the agent, and gapPlan is for false controls, plus the hint to derive control ids from baseline_controls), but it does not go far beyond the schema. This matches the baseline score of 3 for high schema coverage.

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 states a specific verb–resource pair ('File your operator's control-baseline attestation') and immediately contrasts it with the sibling tool counterparty_control_baseline: 'That tool asks what controls the OTHER side runs; this one publishes what YOUR side runs.' This gives the agent an unambiguous, scoped purpose and clear sibling differentiation.

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?

It explicitly says when to use this tool (file your own controls) versus the alternative (counterparty_control_baseline for the other party), names the prerequisite resource (get control ids from baseline_controls first), and imposes an authorization constraint ('Only file for a party you are actually authorised to speak for'). This provides the agent with both the context and the exclusions.

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