Skip to main content
Glama
AIops-tools

fabric-aiops

org_licensing

Retrieve organization licensing status, expiration, and per-device-type counts.

Instructions

[READ] Org licensing overview: status, expiration, per-device-type counts.

Args:
    org_id: Meraki organization id; omit to use the target's default org.
    target: Target name from config; omit for the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_idNo
targetNo
Behavior2/5

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

No annotations are provided. The description only says '[READ]' which hints at idempotency but does not explicitly state that the tool has no side effects, requires specific permissions, or is safe to call repeatedly. For a tool with no annotations, more behavioral context would be expected.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and to the point, with two lines for the overview and three lines for parameter descriptions. It is efficient but could be more tightly integrated (e.g., inline parameter docs).

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?

Given the tool's simplicity (2 optional params, no output schema), the description provides reasonable completeness: it states the purpose and parameter defaults. However, it does not describe the return format or any constraints, which would be helpful for an agent.

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

Parameters4/5

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

The input schema has 0% description coverage, but the description's 'Args' section adds useful meaning: it explains that org_id is the 'Meraki organization id; omit to use the target's default org' and target is 'Target name from config; omit for the default.' This compensates well for the lack of schema descriptions.

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 it is a READ operation for 'Org licensing overview' and lists specific data points: status, expiration, per-device-type counts. This is a specific verb-resource combination that distinguishes it from sibling tools like org_get (general org info) and org_admins.

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 includes '[READ]' hint and explains parameters, but does not explicitly state when to use this tool over alternatives. There is no mention of when not to use it or references to sibling tools. Usage is implied by the name and content.

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/AIops-tools/Fabric-AIops'

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