Skip to main content
Glama
landynsnipes

Enterprise MCP Kit

by landynsnipes

get_site_overview

Retrieve a single NetBox site's overview with devices, racks, circuits, contacts, and software compliance. Read-only access provides a bounded summary without write operations or bulk enumeration.

Instructions

Read one exact NetBox site and a bounded summary of its devices, racks, active circuits, contacts, and software compliance. This tool performs no write operations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameYes
regionYes
sourceYes
statusYes
tenantYes
devicesYes
facilityYes
rackCountYes
truncatedYes
deviceCountYes
activeCircuitCountYes
softwareUnknownCountYes
contactAssignmentCountYes
softwareCompliantCountYes
softwareNonCompliantCountYes

Schema Changelog

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

  1. First observedv0.2.0

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does state that the tool performs no write operations and returns only a bounded summary, which is useful. However, it does not elaborate on potential side effects, error behavior, authentication needs, or how 'bounded' manifests in the response. The disclosure is present but minimal.

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, front-loaded with the core action and resource, and every word contributes meaningful information. The summary scope is presented immediately after the verb, and the safety note is concise without padding.

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?

The description covers the tool's purpose, scope, and non-mutating nature, which is adequate given the output schema exists. However, it omits crucial parameter semantics — especially since neither parameter is marked required — and gives no explicit guidance on choosing between id and name. These gaps prevent the description from being fully self-sufficient.

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?

The schema provides only raw types for id and name with no descriptions, and the description itself adds no parameter-level detail. It is not clear whether one identifier is required, whether they are mutually exclusive, or what happens if both are provided. Since schema description coverage is 0%, the description needed to compensate but did not.

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 a specific verb ('Read'), a precise resource ('one exact NetBox site'), and the bounded scope of the return value (devices, racks, active circuits, contacts, software compliance). This distinguishes it from the sibling tools, all of which target different resources or aspects of the network.

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 usage: call this when you need a single site's overview rather than a device-, rack-, or connectivity-level view. However, it does not explicitly state when to use this tool versus the listed siblings, nor does it mention exclusions or prerequisites. The 'one exact' wording helps but leaves the routing decision mostly to inference.

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/landynsnipes/enterprise-mcp-kit'

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