Skip to main content
Glama

set_connector_routing

Define or update connector routing by setting angle, locking, and optional waypoint coordinates for a stock-and-flow diagram.

Instructions

Set connector angle and/or explicit routing waypoints

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_idNoSession-scoped model ID. Optional; defaults to the current model for this session.
connector_uidNoConnector UID. Optional if from_var+to_var uniquely identify a connector.
from_varNoConnector source variable name (used for lookup when connector_uid is omitted)
to_varNoConnector target variable name (used for lookup when connector_uid is omitted)
angleNoConnector angle in degrees
angle_lockedNoWhether to preserve the explicit connector angle
points_lockedNoWhether to preserve explicit connector waypoints
pointsNoOptional connector waypoint list
Behavior2/5

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

Annotations indicate mutation (readOnlyHint=false), but description adds no further behavioral details such as whether existing waypoints are overwritten, if connector must exist, or side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Extremely concise (one sentence), but under-informative for an 8-parameter tool. Could be expanded without losing conciseness.

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?

Lacks context for many parameters (e.g., model_id optionality, connector identification options, independence of angle and points settings). Incomplete for a tool with many parameters and no output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but description adds no extra meaning beyond the parameter names. Does not explain relationships between angle/angle_locked/points/points_locked or the lookup logic.

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 'Set' and the resource 'connector angle and/or explicit routing waypoints', distinguishing it from sibling tools like add_connector (create) and list_connectors (read).

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like add_connector or sync_connectors_from_equations. No prerequisites or exclusions mentioned.

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/bradleylab/stella-mcp'

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