Skip to main content
Glama

get_spec

Retrieve the complete ROBINS-I V2 specification for risk-of-bias assessment: preliminaries, signalling questions with response options, evidence policy, and algorithm fingerprint. Choose compact or full detail for introspection.

Instructions

Return the encoded ROBINS-I V2 specification: 13 preliminaries, 40 signalling questions across 6 domains (domain 1 in two variants), the response vocabularies, the evidence policy, and the algorithm fingerprint.

OPTIONAL in the assessment flow — introspection only. assess_result already carries the rubric for the domain in hand, so calling both duplicates the payload. detail='compact' (default) gives question ids, own-words labels, response options and evidence modes; detail='full' adds every intent and assessor note.

The descriptions are this implementation's own wording, NOT the published signalling-question text, which is not redistributable. The published question IDs are what make the output interoperable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailNocompact
spec_versionNorobins-i-v2-cohort-0.1.0

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainsNo
judgementsNo
attributionNo
spec_versionNo
tool_versionNo
preliminariesNo
source_statusNo
variant_scopeNo
assessment_unitNo
evidence_policyNo
guideline_scopeNo
override_policyNo
judgement_sourceNo
human_ratificationNo
response_semanticsNo
source_status_noteNo
variant_scope_noteNo
assessment_unit_noteNo
algorithm_fingerprintNo
judgement_source_noteNo
response_vocabulariesNo
Behavior4/5

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

No annotations are provided, so the description takes full responsibility. It discloses that calling this tool alongside assess_result duplicates payload, that the spec descriptions are this implementation's own wording and not the redistributable published text, and that published question IDs ensure interoperability. These are meaningful behavioral traits beyond a simple 'return spec'. It doesn't explicitly mention permissions or side effects, but 'Return' suggests a read-only operation.

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 organized into three focused paragraphs: what it returns, usage guidance, and a legal/behavioral caveat. The first sentence front-loads the core purpose, and every subsequent sentence adds distinct value—no filler. Despite being longer than some tool descriptions, this length is justified by the need to cover copyright and duplication warnings.

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?

Given the tool's complexity and the presence of an output schema (which handles return-value details), the description covers the essential context: purpose, usage, parameter semantics for detail, and licensing limitations. The only gap is the unexplained spec_version parameter, though its name and default make it reasonably clear. Overall, the description provides a complete picture for an optional introspection tool.

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 description thoroughly explains the detail parameter: 'detail="compact" (default) gives question ids, own-words labels, response options and evidence modes; detail="full" adds every intent and assessor note.' However, it does not explain the spec_version parameter, which is only inferable from its name and default value. With schema description coverage at 0%, this partial compensation is adequate but not complete.

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 'Return the encoded ROBINS-I V2 specification' and enumerates its contents (preliminaries, signalling questions, response vocabularies, etc.), which is a specific verb+resource. It also distinguishes itself from assess_result by explicitly labeling itself as 'OPTIONAL in the assessment flow — introspection only', making the tool's role clear.

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 gives explicit usage guidance: 'OPTIONAL in the assessment flow — introspection only. assess_result already carries the rubric for the domain in hand, so calling both duplicates the payload.' This tells the agent when to use it, when not to, and names the alternative. It also explains the difference between compact and full detail, guiding parameter selection.

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