Skip to main content
Glama

seal_obligations

Read-onlyIdempotent

Audit all declared duties to find work that should have been sealed but wasn't. Returns verdict=met only when nothing is owed, missed, or unconfirmed, reporting breaches already on the chain.

Instructions

Sweep every declared duty for silence: work that should have been sealed by now and wasn't. verdict=met only when nothing is owed, missed, or unconfirmed. Breaches are already on the chain — this reports them, it cannot hide them. Returns {verdict, owed, missed, unconfirmed} — verdict=met means all three are empty. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.0

TDQS

A3.9/5.0
Behavior4/5

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

Beyond annotations that already declare readOnlyHint, idempotentHint, and destructiveHint, the description adds meaningful context: it reports breaches that are already on the chain and cannot hide them. It also clarifies the exact conditions for verdict=met, which is genuinely useful behavioral information.

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 tight and front-loaded with the core scanning purpose, then explains verdict logic and the return shape. The final 'Read-only.' is redundant with the annotations but harmless; otherwise every sentence contributes necessary context.

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 zero-parameter, read-only audit tool with no output schema, the description fully covers what the agent needs: the return object fields, the meaning of verdict=met, and the non-mutating nature of the operation. Nothing critical is missing.

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?

The tool has zero parameters and schema coverage is 100%, so there is nothing for the description to add about parameters. The baseline for no-parameter tools is 4, and the description appropriately focuses on result semantics instead.

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 identifies the action ('sweep every declared duty for silence') and the resource (obligations), and explains the verdict semantics. It does not explicitly contrast with sibling tools like seal_verify or seal_get, but the role of a global audit/report operation is clear enough to distinguish it.

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 description implies when this tool should be used: to check whether any declared duties are unsealed, owed, missed, or unconfirmed. However, it never explicitly states when to choose this over alternatives, so the usage guidance is left to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/aurumflux20/seal'

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