Skip to main content
Glama

start_hypothesis_verification

Send selected Co-Scientist hypotheses to a verification session, transferring top-ranked hypotheses for independent checks without copying the full transcript.

Instructions

Send selected Co-Scientist hypotheses to the verification session.

AUTOMATIC TRIGGERS - Call this when:

  • Generation has produced a shortlist

  • You need to transfer top hypotheses to independent verification

  • You want to avoid copying the full generation transcript

WORKFLOW POSITION: Use after submit_hypothesis has indexed at least one packet. If hypothesis_ids is omitted, top_k highest-scored packets are sent.

PARAMETERS:

  • run_id: Co-Scientist run ID

  • hypothesis_ids: Optional explicit hypothesis IDs to verify

  • top_k: Optional override for how many top hypotheses to send

  • created_by: Optional actor for the handoff artifact/message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
top_kNo
run_idYes
created_byNo
hypothesis_idsNo
Behavior3/5

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

With no annotations, the description carries the full burden and does add meaningful behavior: the default top_k fallback, the handoff artifact/message concept, and the note about avoiding copying the full transcript. However, it does not disclose side effects such as whether this creates a persistent artifact, whether the verification session is asynchronous, or whether any prior state is overwritten. There is no contradiction with annotations, but the behavioral disclosure is incomplete.

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 well-structured with clear sections for triggers, workflow position, and parameters. The first sentence delivers the core purpose efficiently. Some minor redundancy exists between the trigger bullets and workflow position, but overall each section serves a distinct and useful role without excessive padding.

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 no output schema and no annotations, the description covers the essential invocation details: when to call, what parameters to use, and the default behavior. It is missing only a clarification of what the tool returns or confirms after the handoff, but for a transfer-style action this is a minor gap rather than a critical one. The description is sufficient for an agent to select and call the tool correctly in most cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/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 fully compensate, and it does. The dedicated PARAMETERS section explains each of the four parameters in plain language and clarifies the relationship between hypothesis_ids and top_k. It also provides the practical detail that omitted hypothesis_ids triggers top_k-based selection, which the raw schema does not convey.

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?

Description opens with a specific verb and resource: 'Send selected Co-Scientist hypotheses to the verification session.' It clearly distinguishes the tool from related siblings by naming the conceptual 'verification session' and by referencing the workflow with submit_hypothesis. This leaves no ambiguity about what the tool accomplishes.

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 'AUTOMATIC TRIGGERS' section explicitly lists when to call the tool, and the 'WORKFLOW POSITION' states that it should be used after submit_hypothesis has indexed at least one packet. It also explains the default selection behavior when hypothesis_ids is omitted. It lacks explicit when-not-to-use guidance or named alternatives, but the context is strong enough for correct routing.

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/Vedant9500/OpenLMlib'

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