Skip to main content
Glama
theonlytruebigmac

N-central MCP Server

list_active_issues

Read-only

List active issues for an organization unit, returning data in CSV or JSON format. Works with customer and site organization units.

Instructions

List active issues for an organization unit. Returns CSV or JSON. KNOWN N-CENTRAL BUG: _extra.deviceClassValue and _extra.deviceClassLabel are always null. The underlying endpoint only supports customer/site org units, not service-orgs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orgUnitIdYesThe organization unit ID
formatNoOutput format: "csv" or "json". Default varies by tool — list_* default to json; report_* default to csv.
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, so the description adds value with the known N-CENTRAL BUG about null fields and the endpoint limitation. This provides context beyond the annotations without contradicting them.

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 only two sentences, with the first sentence stating the core purpose and the second providing critical details about the bug and endpoint restrictions. Every sentence earns its place; no extraneous content.

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?

Given the tool's simplicity (two parameters, no output schema, no nested objects), the description covers purpose, output formats, a known bug, and a usage constraint. It lacks a definition of 'active issues' but is otherwise sufficient for a read-only list tool.

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?

With 100% schema description coverage, the input schema already thoroughly describes both parameters. The description's note about 'Returns CSV or JSON' is redundant, and the bug information pertains to output fields rather than parameters. Thus, the description adds minimal meaning beyond the 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 clearly states 'List active issues for an organization unit,' specifying the verb and resource. It distinguishes from sibling tools which list other entities like devices or users, making the tool's purpose specific and unambiguous.

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 explicitly notes that 'the underlying endpoint only supports customer/site org units, not service-orgs,' providing a clear constraint on when to use the tool. However, it does not mention alternative tools or scenarios where this tool should not be used.

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/theonlytruebigmac/n-central-mcp'

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