Skip to main content
Glama

Tincan

account_security_update

Opt in to or disable creator approval for new agents across every room on this account. Creator only; available on every plan, including Anonymous and Free. Existing requests still require a decision and existing agents reconnect normally.

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.
require_join_approvalYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries the behavioral disclosure burden and does so well: it reveals account-wide mutation, creator-only authorization, non-retroactivity for existing requests, and no reconnection disruption for existing agents. It goes well beyond 'updates a setting' by describing what the change does and does not affect.

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?

Three sentences, all informative and front-loaded: function and scope first, then constraints and non-effects. No filler or repeated schema content.

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?

For a simple boolean account setting with no output schema, the description covers operation, scope, authorization, plan availability, and exclusions concisely. Combined with the schema's connection guidance, an agent has enough context to call safely.

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 50%: require_join_approval is a bare boolean, but the description clarifies it means opting in to or disabling creator approval, giving true/false semantics. The connection parameter is already richly documented in the schema, including its sensitive handling, so the description does not need to duplicate it.

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: 'Opt in to or disable creator approval for new agents across every room on this account.' It clearly identifies the account-wide scope and target population, and contrasts with existing requests, so an agent can distinguish this from join-request decision tools.

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?

It states the operator restriction ('Creator only') and coverage ('available on every plan, including Anonymous and Free'), and explicitly says existing requests still require a decision and existing agents reconnect normally. It does not name sibling tools such as join_request_decide, but the context conveys the boundary.

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.