Skip to main content
Glama
hdyrawan

mcp-endpoint-central

by hdyrawan

List software metering rules

inventory_software_metering_summary
Read-only

Retrieves software metering rules and usage metrics across the network, including total run time, run count, and installation count.

Instructions

Retrieves all software metering rules with usage metrics across the network: total run time, run count, discovered installation count, and rule metadata. Use app_definition_id with inventory_computers_with_metering to see per-computer usage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoReturn the full, unprojected record for each row instead of the curated default field set.
pageNoPage number to retrieve. Default is 1.
pageLimitNoMax records per page (server cap is 1000). Defaults to the server's configured default page size.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral context by disclosing the exact data returned (run time, run count, installation count) and that it covers 'all software metering rules' across the network. It does not contradict annotations and provides additional useful detail beyond 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 two concise sentences. The first front-loads the main purpose and output, the second provides relevant cross-tool guidance. No unnecessary words or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no output schema, so the description properly explains what is returned (usage metrics and metadata). It also clarifies the aggregate scope ('across the network') and directs users to the per-computer alternative. Combined with complete schema coverage and strong annotations, the description is fully sufficient for an agent to select and invoke the tool correctly.

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 coverage is 100% with all three parameters (raw, page, pageLimit) fully described in the schema. The description does not add any parameter-specific information beyond what the schema already provides. Baseline 3 is appropriate because the schema carries the full burden of parameter semantics.

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 the tool's function: 'Retrieves all software metering rules with usage metrics across the network' and specifies the exact metrics returned (total run time, run count, discovered installation count, rule metadata). This distinguishes it from sibling tools like inventory_computers_with_metering by focusing on aggregate summary data.

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

Usage Guidelines5/5

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

The description explicitly provides an alternative tool: 'Use app_definition_id with inventory_computers_with_metering to see per-computer usage.' This tells the agent when to use a different tool, thereby implying when this tool is appropriate (for aggregate/network-level summaries). It gives clear context and a named alternative.

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/hdyrawan/mcp-endpoint-central'

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