Skip to main content
Glama

manage_network

View network status and manage NetworkManager connections: connect, disconnect, delete, or modify network profiles.

Instructions

Manage NetworkManager connections and view network status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
nameNo
propertiesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states 'manage' and 'view' without disclosing that actions like delete, modify, up, and down can have destructive effects or require specific permissions. The absence of behavioral details leaves the agent uninformed about 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?

A single sentence that starts with the main purpose ('Manage NetworkManager connections') achieves front-loading. However, it is so brief that it sacrifices useful detail, making it minimally acceptable rather than optimally concise.

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

Completeness1/5

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

Given 3 parameters, 0% schema coverage, an output schema (not detailed), and many sibling tools, the description is extremely incomplete. It fails to explain how to perform various actions, what the output contains, or any constraints. This leaves an AI agent with insufficient information for correct invocation.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no explanation of parameters (action, name, properties). The enum values are listed in the schema but the description adds no meaning about how to use them, such as what values for properties or how name interacts with actions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states 'Manage NetworkManager connections and view network status', specifying the resource and an action. It distinguishes from siblings like manage_firewall and manage_vm, which target different system resources. However, it could be more specific by listing the actual actions supported (e.g., up, down, modify).

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. Siblings exist for network-related tasks (e.g., manage_firewall) but the description does not provide criteria for choosing manage_network. It neither includes when-not-to-use nor mentions prerequisites or context.

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/rolandreads/bazzite-mcp'

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