Skip to main content
Glama
woofdogtw
by woofdogtw

network_route_create

Create a network route to forward all uplink data from a specified network to an application, ensuring the application receives the network data directly.

Instructions

Create a network route linking a network to an application. All uplink data from the network will be forwarded to the application.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkIdYesThe network ID to route.
applicationIdYesThe application ID to receive network data.

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It usefully discloses the consequence that all uplink data from the network will be forwarded to the application. It does not discuss idempotency, duplicate behavior, permissions, or response behavior, which leaves some transparency gaps for a create 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?

Two sentences, no filler, and the core operation and relationship are front-loaded. The additional data-flow consequence earns its place by clarifying the tool's effect.

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?

This is a simple tool with two required parameters, no nested objects, and no output schema. The description adequately explains what the route does and what data it carries. It could mention duplicate or overwrite behavior, but that is not essential for invoking the tool correctly.

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?

The input schema already documents both parameters with 100% coverage. The description adds useful context about the network-to-application linkage and the uplink data flow, but it does not significantly extend the meaning beyond the schema descriptions.

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 specific action ('create'), a specific resource ('network route'), and the relationship ('linking a network to an application'). It is clearly distinguishable from sibling tools like device_route_create and network_route_delete/list/count.

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 use case: use this when you want to forward a network's uplink data to an application. However, it does not explicitly mention alternatives or state when not to use it, leaving the agent to infer routing context from the tool name and sibling list.

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/woofdogtw/sylvia-iot-mcp'

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