Skip to main content
Glama
landynsnipes

Enterprise MCP Kit

by landynsnipes

get_rack_context

Fetch rack context from NetBox by ID or exact site/rack name, providing a bounded device elevation summary and power-feed count with no write operations.

Instructions

Read one exact NetBox rack by ID or exact site and rack name, including a bounded device elevation summary and recorded power-feed count. This tool performs no write operations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameYes
roleYes
siteYes
sourceYes
statusYes
tenantYes
devicesYes
locationYes
truncatedYes
facilityIdYes
descriptionYes
deviceCountYes
heightUnitsYes
widthInchesYes
powerFeedCountYes

Schema Changelog

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

  1. First observedv0.2.0

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description must carry the behavioral burden, and it does by explicitly stating 'This tool performs no write operations' and describing the response as 'bounded'. It does not cover edge cases such as not-found behavior or authentication, but the central read-only side-effect guarantee is clearly disclosed.

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?

The description is two sentences with no redundant filler. It front-loads the action and resource, then adds the key behavioral guarantee, making every clause informative.

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 tool has an output schema and no true schema-defined parameters, so the description covers most operational facts. However, the unresolved mismatch between the stated selection criteria and the empty input schema, along with the lack of any siblings routing, leaves an agent uncertain about how to actually invoke the tool.

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 input schema declares zero properties, yet the description says the rack is selected 'by ID or exact site and rack name', implying parameters that are not present in the schema. The zero-parameter baseline would normally be 4, but the description introduces a misleading invocation contract that an agent cannot satisfy based on the provided schema.

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 uses a specific verb, 'Read', and names a precise resource: 'one exact NetBox rack'. It further specifies the returned content ('bounded device elevation summary' and 'recorded power-feed count'), making the tool's purpose clear and distinct from sibling tools that target devices, sites, connectivity, or power paths.

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

Usage Guidelines4/5

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

The description establishes a clear usage context: exact single-rack lookup by ID or exact site and rack name. It does not explicitly name alternatives or state when not to use this tool, so it falls short of full routing guidance, but the intended scenario is understandable.

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