Skip to main content
Glama

bulk_connect

Connect multiple sender-receiver pairs in one operation using the IS-05 bulk endpoint for efficient routing.

Instructions

Connect several Sender->Receiver pairs at once.

pairs is a list of objects like {"sender_id": "...", "receiver_id": "..."}. Batched per Node via the IS-05 /bulk/receivers endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pairsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are present, so the description carries full burden. It mentions batching via IS-05 endpoint but does not disclose potential partial failures, idempotency, atomicity, or error handling behavior for the batch 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?

Three concise sentences with no redundancy: purpose, parameter format, and implementation detail. Every sentence adds value.

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?

Despite having an output schema (unseen), the description lacks details on error handling, behavior on partial success, and comparison with connect_sender_to_receiver. For a bulk operation, this is insufficient context.

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 0%, but the description provides an explicit example of the expected object structure for the `pairs` parameter, compensating for the lack of schema descriptions and clarifying the required keys.

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 it connects multiple Sender→Receiver pairs simultaneously, distinguishing it from the sibling tool connect_sender_to_receiver which handles single pairs.

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?

Implied usage from 'several' and 'at once', and 'Batched per Node' gives some context, but there is no explicit guidance on when to prefer this over connect_sender_to_receiver, nor on prerequisites or 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/leif-cipriani/nmos-mcp'

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