Skip to main content
Glama

netbox_get_object

Retrieve a single NetBox object by numeric ID from any endpoint. Use this to fetch details of a specific resource.

Instructions

Get a single object from a NetBox endpoint by its numeric ID.

    Args:
        endpoint: An "app.endpoint" string, e.g. "dcim.devices".
        id: The object's numeric ID.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
endpointYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are present, so the description carries the burden of behavioral disclosure. The verb "Get" clearly indicates a read-only operation, but no mention is made of not-found behavior, authentication requirements, or error cases. For a simple GET-style tool this is adequate but not rich.

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 plus a compact Args block. No filler, the main action is front-loaded, and every line earns its place by explaining how to invoke the tool.

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?

With only two parameters, an output schema to cover return values, and a straightforward read operation, the description is nearly complete. It lacks only minor details such as behavior for invalid IDs or unavailable endpoints, which are acceptable gaps for a simple getter.

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

Parameters5/5

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

Schema description coverage is 0%, and the description fully compensates by explaining both parameters: endpoint is an "app.endpoint" string with a concrete example ("dcim.devices"), and id is the object's numeric ID. This adds meaningful guidance beyond the schema's bare types and titles.

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 starts with a precise verb and resource: "Get a single object from a NetBox endpoint by its numeric ID." This clearly differentiates from list_objects (single vs. multiple), and from create/update/delete operations, so an agent can select it correctly.

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 provides clear usage context: use when you want one object by numeric ID. It does not explicitly name alternatives or say when not to use it, but the "single object" framing inherently distinguishes it from list_objects without needing exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/David41186/netbox-mcp'

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