Skip to main content
Glama

submit_answers

Submit signalling-question answers for a domain to compute the ROBINS-I judgement, or finalize the overall assessment and get the rendered report of record.

Instructions

Submit one domain's signalling-question answers and get back the COMPUTED domain judgement, or (domain=0) finalize the assessment.

Each element of answers is one question: question, response, evidence_mode, rationale, plus the evidence that mode requires — quotes for manuscript_positive, search_cue or search_terms for manuscript_absent, prior_ref for reviewer_prior. Answer only the questions the algorithm reaches; omit the rest rather than answering NA. support is your narrative for the domain as a whole and appears in the report.

Three things are enforced here, and all three are the point of the tool: every quote is resolved to character offsets in the ingested bundle and an unresolvable one is REJECTED with the nearest text found; every claim of absence is backed by a search THE SERVER runs, so it is reproducible; and the judgement is computed by the published algorithm from your answers, never asserted by you. If the traversal reaches a question you did not answer, the call returns status='incomplete' naming it — supply it and call again.

override_judgement sets the domain judgement against the algorithm and REQUIRES override_justification. Overrides cannot hide: the report shows both values and the override enters the ratification queue.

domain=0 finalizes: it computes the overall judgement (worst of the six domains by default), assembles the stamped assessment and returns the rendered report inline. overall_escalate applies the tool's permitted escalation — several moderates to serious, or several seriouses to critical — and requires a justification. The returned report is THE ARTIFACT OF RECORD: present that, not a table of your own, and repeat its ratification queue if it is non-empty, because an assessment with unratified items is not final.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes
renderNo
answersNo
supportNo
result_idYes
overall_escalateNo
overall_overrideNo
direction_of_biasNo
override_judgementNo
override_justificationNo
overall_direction_of_biasNo
overall_override_justificationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo
notesNo
domainNo
recordNo
reportNo
statusNo
domainsNo
overallNo
acceptedNo
evidenceNo
judgementNo
next_stepNo
result_idNo
overriddenNo
provenanceNo
attributionNo
not_reachedNo
needs_answerNo
overall_labelNo
judgement_labelNo
domains_completeNo
evidence_warningsNo
overall_algorithmNo
ratification_queueNo
algorithm_judgementNo
domains_outstandingNo
needs_answer_at_nodeNo
Behavior5/5

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

With no annotations, the description fully discloses tool behavior: the three enforced invariants (quote resolution, server-run absence search, algorithm-computed judgement), the requirement for override justification, the visibility of overrides in the report and ratification queue, and the distinction that incomplete calls require re-calling. It also warns that unratified items mean the assessment is not final. This is rich, honest context.

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 long (roughly 250 words) but every sentence carries operational weight, covering modes, answer format, enforcement, overrides, escalation, and finalization. It uses clear paragraph breaks and a numbered 'three things are enforced' list for readability. While it is more verbose than necessary for a simple tool, the complexity of the tool justifies the density; it loses a point only for being on the longer side.

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 tool's complexity (12 parameters, two modes, override and escalation logic) and the complete absence of schema descriptions or annotations, the description is remarkably thorough. It covers the answer item structure, the three enforcement mechanisms, the incomplete status and retry behavior, override justification and visibility, the finalization flow, and how to handle the returned report. Output schema exists, so the description doesn't need to detail return fields, but it still explains the meaning of the report and ratification queue.

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 0%, so the description must compensate. It explains the structure of `answers` in detail (fields per question, evidence-mode-specific requirements), clarifies `support` as the narrative, and defines the behavior of `override_judgement`, `override_justification`, `domain` (0 finalizes), and `overall_escalate`. However, it omits explicit explanations for parameters like `render`, `direction_of_bias`, `overall_override`, and `overall_direction_of_bias`, though these are less central and somewhat self-explanatory.

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 opens with a specific verb and resource: 'Submit one domain's signalling-question answers and get back the COMPUTED domain judgement, or (domain=0) finalize the assessment.' This clearly distinguishes the tool's two modes and sets it apart from siblings like render_report or assess_result. The resource is well-defined and the outcome is explicit.

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?

The description provides extensive usage guidance: instructing to answer only questions the algorithm reaches, explaining the incomplete status and retry flow, detailing override and escalation requirements, and stating when to use domain=0 for finalization. It also clarifies what not to do (e.g., answering NA) and that the returned report is the artifact of record, not a custom table. This gives the agent clear decision rules for invoking the tool correctly.

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/Black-Swan-Causal-Labs/robins-i-mcp'

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