Skip to main content
Glama

bgp_sessions

Read-onlyIdempotent

Retrieve BGP sessions from LibreNMS, filtered by hostname, ASN, IP, state, or admin status.

Instructions

List BGP sessions from LibreNMS with optional filters.

Returns: dict: The JSON response from the API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostnameNoFilter by device hostname
asnNoFilter by local ASN
remote_asnNoFilter by remote ASN
remote_addressNoFilter by remote IP address
local_addressNoFilter by local IP address
bgp_descrNoFilter by BGP description (SQL LIKE)
bgp_stateNoFilter by BGP state (e.g., established)
bgp_adminstateNoFilter by admin state (start, stop, running)
bgp_familyNoFilter by address family: 4 (IPv4) or 6 (IPv6)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds 'Returns: dict: The JSON response from the API,' which is basic but doesn't contradict annotations. No deeper behavioral context (e.g., pagination, rate limits) is provided.

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: the first clearly states purpose, the second specifies return type. No unnecessary words, front-loaded with the key action.

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

Completeness3/5

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

With an output schema present, return values need not be detailed. However, missing behavioral info like whether results are paginated, sorted, or limited. For a listing tool, this context would help agent usage.

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?

Input schema covers 100% of 9 parameters with descriptions. The description only mentions 'optional filters' generically, adding no new semantic meaning beyond the schema. Baseline is appropriate.

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 tool lists BGP sessions from LibreNMS with optional filters. The verb 'List' and resource 'BGP sessions' are specific and distinct from siblings like bgp_session_get (likely single session) and bgp_session_edit (mutation).

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 (e.g., bgp_session_get for a specific session, or ports_list for other network data). No exclusions or prerequisites 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/mhajder/librenms-mcp'

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