Skip to main content
Glama
trsdn

Microsoft Events MCP Server

by trsdn

get_event_stats

Get accurate event statistics: counts by format, topic, product, region, and more. Uses API facets for reliable aggregates; see list_filters for valid filters.

Instructions

Get statistics about events: counts by format, topic, product, region, etc.

Uses the API facets for fast, accurate counts (single API call). Use list_filters first to discover valid filter values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoAPI locale (default: de-de).de-de
filtersNoOptional comma-separated filter string, e.g. "topic:ai". Use list_filters to get all available category:value pairs.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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. It discloses a performance characteristic ('Uses the API facets for fast, accurate counts') and a prerequisite (list_filters). However, it does not cover error conditions, authentication, or response structure, though the latter is likely covered by the output schema.

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 sentences: the first front-loads the purpose, the second adds usage guidance and an efficiency note. No wasted words.

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?

With only two optional parameters and an output schema provided, the description adequately covers purpose, a key dependency, and implementation detail. It does not need to explain return values because the output schema exists. Complete for its complexity.

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 is 3. The description adds 'Use list_filters first' (already echoed in the schema) and implies filter categories, but adds marginal value beyond the structured parameter 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 the tool's function: 'Get statistics about events' with specific dimensions ('counts by format, topic, product, region, etc.'). This distinguishes it from siblings: search_events (lists events), get_event_details (single event), and list_filters (returns filter categories).

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 direct usage context: 'Use list_filters first to discover valid filter values' and notes the efficiency of 'single API call'. It lacks explicit when-not-to-use guidance compared to alternatives, but the context is clear and actionable.

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/trsdn/msevent-mcp'

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