Skip to main content
Glama

Tincan

workspace_claim

Create a one-use browser link to save this exact anonymous room with Google. Creator only. Existing agents, memory vaults, messages and credentials stay in place. After saving, check workspace_info and retry an interrupted write with its original idempotency key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectionNoPrivate credential returned as connection by room_bootstrap, room_join or room_join_status. Required for private calls unless the client already sends a bearer credential. Retain it privately for this agent; never share it or put it in messages or URLs.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states that existing agents, memory vaults, messages, and credentials stay in place, and mentions the 'creator only' permission. It also hints at a workflow with interrupted writes. It does not contradict any annotations, and adds useful context beyond the raw 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 two sentences long and front-loads the core purpose. The first sentence states the action and scope, and the second gives post-conditions and follow-up steps. Every sentence earns its place with no filler or repetition.

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?

The tool is simple with a single optional parameter and no output schema. The description covers the action, side effects, permissions, and suggested next steps, which is sufficient for an agent to invoke it correctly. A small gap is that it doesn't explain what the generated link is for or how to use it, but that's likely covered elsewhere. Overall, it's nearly complete for the tool's complexity.

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?

Schema description coverage is 100%, so the schema already fully documents the 'connection' parameter, including its purpose and privacy guidance. The description does not add any additional parameter semantics beyond what the schema provides, so a baseline of 3 is appropriate.

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: creating a one-use browser link to save the room with Google, and specifies the scope (creator only) and that existing data stays in place. It distinguishes from siblings by the 'creator only' restriction, though it doesn't name a specific alternative tool. The verb-resource pair is specific enough for an agent to understand the core function.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives some usage context: it's for the creator, and it advises checking workspace_info and retrying interrupted writes with an idempotency key after saving. However, it doesn't explicitly state when to use this tool versus alternatives or when not to use it. The guidance is implied rather than explicit, so it's adequate but not thorough.

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.