Skip to main content
Glama

goal-register-iteration-finding

Register an immutable LeanSolver finding against the currently tracked goal contract. subjectRefs must be goal-scoped refs of kind goal, criterion, or assumption. Returns the server-generated finding id to pass later as addressesFindingId; rejects stale contract tracking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYesevidence_mismatch, red_team_hole, assumption_invalidated, acceptance_gap, or manual_checkpoint
goalIdYesGoal UUID
summaryYesConcise observable weakness or gap
sourceRefsNoOptional immutable source refs (validated structurally; resolved by the certificate recorder)
subjectRefsYesGoal-scoped subject refs

TDQS

A4.1/5.0
Behavior4/5

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

Annotations only provide readOnlyHint=false and idempotentHint=false, so the description carries the burden of explaining meaningful behavior. It adds that the finding is immutable, that subjectRefs are validated as goal-scoped, and that stale contract tracking causes rejection. This goes beyond the annotations and gives the agent a clearer model of side effects and failure conditions.

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 two dense sentences with no filler. Each clause earns its place: the immutable nature, the tracked-contract prerequisite, the subjectRefs constraint, the return value, and the stale-rejection behavior are all packed in without redundancy.

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?

With no output schema, the description appropriately states the return value and its downstream purpose. It covers prerequisites, parameter constraints, and a failure mode. It does not fully explain the 'goal contract' concept or the exact meaning of 'finding', but for a domain-specific tool this is likely sufficient context for an agent familiar with the system.

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 description coverage is 100%, so the baseline is 3. The description adds meaningful semantics beyond the schema by specifying that subjectRefs must be goal-scoped refs of kind goal, criterion, or assumption, and by clarifying that the returned id is the addressesFindingId for later use. This is a genuine supplement to the parameter documentation.

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 action (register an immutable LeanSolver finding), the target ('currently tracked goal contract'), and a key constraint on subjectRefs. It does not explicitly differentiate from siblings like goal-record-iteration-certificate, but the specific 'finding' and 'addressesFindingId' language makes the purpose understandable.

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?

The description establishes clear context: the tool is used while a goal contract is being tracked, and stale tracking is rejected. It also indicates the returned id is meant to be passed later as addressesFindingId, giving downstream guidance. It does not explicitly name alternatives or when-not-to-use scenarios, so it stops short of a 5.

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

A3.9/5.0
Disambiguation4/5

Most tools have clear distinct purposes (goal-create vs goal-update vs goal-delete), but the evidence-related tools (goal-add-evidence-text, goal-attach-evidence, goal-request-upload) and note tools (goal-add-note) have overlapping concepts that require careful reading of descriptions to differentiate. Overall, the detailed descriptions help resolve ambiguity, but a few tools could be easily confused.

Naming Consistency4/5

The majority follow a consistent verb_noun pattern with a resource prefix (goal-create, goal-get, project-list, project-update). However, there are deviations like account-delete (noun-verb reversed), goal-todo, goal-summary, goal-tree, and goal-recent-unresolved that break the pattern. The inconsistency is minor but noticeable.

Tool Count2/5

With 38 tools, this server has a very large surface area. Even for a complex planner with evidence management, the number exceeds the 25-tool threshold for 'too many'. Many tools could potentially be consolidated (e.g., goal-add-note and goal-add-evidence-text), and the size may overwhelm agents during tool selection.

Completeness5/5

The tool set provides complete coverage of the domain: full goal lifecycle (create, get, update, delete, list, tree, move, reorder, block), evidence management (attach, request upload, text evidence, remove), acceptance criteria (add, update, remove, request change, resolve escalation), assumptions (add, update, remove, suggest, attach evidence), blockers, notes, project management (CRUD, dependencies), and configuration settings. No critical gaps are apparent.

Resources