Skip to main content
Glama

nolag_set_actor_scope

Assign an actor to a scope (isolates all communication) or set to null to unscope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actorIdYesActor token ID
scopeIdNoScope ID or null to unscope

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior3/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 discloses the effect of isolation and the reset behavior of null, but lacks details on side effects (e.g., impact on existing communications, reversibility, permission requirements).

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 a single, front-loaded sentence with no wasted words. It immediately states the core action and covers the two key scenarios.

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 2 parameters and no output schema. The description covers the main use case and the unscope alternative. However, given the lack of annotations, it could provide more context on how the assignment affects communication and any prerequisites, but it is adequate for this 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?

Both parameters have complete schema descriptions (100% coverage), making the input schema self-explanatory. The tool description mostly restates the scopeId null behavior already present in the schema, adding no additional semantic value beyond reinforcing the relationship.

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 'Assign' and the resource 'actor to a scope', distinguishing it from siblings as the only tool handling actor-scope assignment. The parenthetical 'isolates all communication' adds context, and the 'or set to null to unscope' clarifies both directions of the operation.

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 does not explicitly mention when to use this tool versus alternatives like create_actor or create_scope. It relies on the implied use case of assignment, with no explicit prerequisites, exclusions, or alternative tools mentioned.

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.

Resources