Skip to main content
Glama
Eric2XU

mcp-ignite-server

by Eric2XU

search_sessions

Find Microsoft Ignite sessions by title, description, speaker, or tags. Optionally filter to only favorited or scheduled sessions.

Instructions

Search sessions by title, description, speaker, or tags

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query string
filterFavoritesNoOnly show favorited sessions
filterScheduledNoOnly show sessions in your schedule

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2025.0.2

TDQS

A3.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It indicates the tool searches by certain fields but does not describe match behavior, result scope, filtering semantics, or read-only nature. Some behavior is implied by 'Search', but meaningful context is missing.

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 front-loaded sentence conveys the core purpose and searchable fields without wasted words. It is appropriately sized for a straightforward search tool.

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?

For a simple three-parameter search tool with high schema coverage, the description is minimally viable. However, with no annotations and no usage guidance relative to sibling tools, an agent receives only basic search semantics and no behavioral or return context.

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?

Schema coverage is 100%, so the baseline is 3. The description adds real semantic value by explaining what the query parameter matches against (title, description, speaker, tags), going beyond the generic schema text 'Search query string'.

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 states a specific verb ('Search') and resource ('sessions'), and lists the fields matched: title, description, speaker, or tags. This clearly distinguishes it from sibling tools like search_speakers and get_all_sessions.

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 word 'Search' implies use for targeted lookup rather than listing all sessions, but no explicit guidance is given about when to prefer this over get_all_sessions or search_speakers. There are no exclusions or alternative routing instructions.

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