Skip to main content
Glama

container_members

Manage container membership by adding or removing selected shapes from an existing Visio container.

Instructions

Add shapes to or remove shapes from an existing container.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
actionYes
member_idsYes
container_idYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations present, the description carries the full burden of disclosing behavior. It reveals the mutating nature (add/remove) but does not explain side effects, such as whether duplicate members are handled, what happens if the container does not exist, whether changes are reversible, or whether any permissions are required.

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 well-formed sentence with no filler. It puts the core operation front and center and earns every word.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the absence of annotations, output schema, and parameter documentation, the description is too thin to fully support correct invocation. It leaves the optional page parameter unexplained and does not cover error cases, idempotency, or what response the caller should expect.

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 0%, so the description must compensate. It loosely maps member_ids to 'shapes' and container_id to 'existing container,' and action to add/remove. However, it does not explain the optional page parameter or clarify the expected format or semantics of the IDs.

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 states a clear verb-add/remove-with a specific resource (shapes) and target (an existing container). It distinguishes itself from siblings like add_container (which creates a container) and drop_shape (which drops shapes without container context).

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 implies the tool is for modifying membership of an existing container, which gives some usage context. However, it does not explicitly state when to prefer this tool over alternatives such as add_container, drop_shapes, or badge_container, nor does it mention any prerequisites or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/jagarlamudisrinath/visio-mcp'

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