Skip to main content
Glama

lab_open

Idempotent

Open a shared research lab, retrieve its trial history, and link subsequent trials to the same investigation for persistent context.

Instructions

Open a research lab and get its recent trial history for context -- including trials other agents recorded, so parallel agents can share one investigation. Use a lab for systematic investigations whose expected-vs-actual results must outlive the session. Binds the lab to this connection so later trial_record calls inherit it. A lab is just a label -- a new one needs no setup; it exists once its first trial is recorded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labYeslab name (a stable label for a line of investigation)
goalNooptional note on what this lab is investigating
Behavior4/5

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

The description discloses key behaviors: that opening a lab retrieves recent trial history, that it binds the lab to the current connection, and that a lab is just a label with no setup required. Annotations indicate idempotentHint=true and readOnlyHint=false, which align with the described behavior (idempotent open, not read-only due to binding side effect). No contradictions found.

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 moderately sized, well-structured, and front-loaded with the primary action and purpose. Every sentence adds value, but it could be slightly tighter without losing key information.

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 simplicity and the presence of annotations, the description adequately covers purpose, usage, behavior, and parameter context. The lack of an output schema is mitigated by mentioning 'get its recent trial history'. The tool fits well among siblings like trial_record and trial_query.

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 coverage is 100%, with clear descriptions for 'lab' and 'goal'. The description adds value by explaining that 'lab' is a stable label and needs no setup, and clarifies the optional 'goal' parameter as a note. This context enhances the schema.

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 clearly states the verb 'Open' and the resource 'research lab', and specifies that it retrieves recent trial history for context. It also distinguishes its purpose by mentioning parallel agents sharing one investigation, which adds specificity beyond a simple open operation.

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 provides explicit guidance on when to use a lab ('systematic investigations whose expected-vs-actual results must outlive the session') and explains that it binds to the connection for later trial_record calls. However, it does not explicitly state when not to use this tool or mention alternatives.

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/0spoon/seamless'

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