Skip to main content
Glama
J-MaFf

s2-netbox-mcp

by J-MaFf

get_access_levels

Retrieve all access levels configured in the S2 NetBox system, with optional pagination for large result sets.

Instructions

Lists access levels configured on the NetBox system (wraps NBAPI GetAccessLevels).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
WANTKEYNoOptional. Per NBAPI GetAccessLevels.
STARTFROMKEYNoOptional. Pagination cursor (key) to continue listing from a previous call.
STARTFROMNAMENoOptional. Pagination cursor (name) to continue listing from a previous call.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.3

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. 'Lists' implies a non-mutating read operation and the NetBox system scope is stated, but pagination behavior, effect of WANTKEY, and response shape are not described. This is minimally adequate for a simple list tool 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?

A single sentence that front-loads the action, resource, and system context with no redundant wording. Every word earns its place.

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?

For a low-complexity list tool with all parameters documented in the schema and no required inputs, the description is reasonably complete. The absence of an output schema and explicit pagination detail is a minor gap, but an agent can safely invoke and understand this read-only listing operation.

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?

Schema description coverage is 100%, so the baseline baseline is 3 and the schema already explains all three optional parameters. The tool description itself adds no parameter-level meaning beyond what the schema provides.

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?

Description uses a specific verb ('Lists') and resource ('access levels configured on the NetBox system'), and names the underlying API wrapper ('NBAPI GetAccessLevels'). This makes the plural list operation distinguishable from siblings like get_access_level or get_access_level_names.

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 conveys a clear list operation but gives no explicit when-to-use guidance, exclusions, or alternatives. With many similar access-level siblings, an agent must infer selection from the resource name rather than being told how this tool differs.

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