search_roadmap
Find Microsoft 365 roadmap features using keyword, product, status, cloud, and date filters. Track recent additions and updates with flexible search.
Instructions
Search the Microsoft 365 Roadmap for features matching keywords and filters.
Combines keyword search, product filtering, status filtering, cloud instance filtering, and recency filtering into a single flexible tool. All filter parameters are optional and can be combined. When no filters are provided, returns the most recent features.
Use this tool to:
Browse recent roadmap features (no filters)
Search for features by keyword (query="Copilot")
Filter by product (product="Microsoft Teams")
Find features by status (status="In development", "Rolling out", "Launched")
Filter by cloud instance (cloud_instance="GCC High", "DoD", "GCC")
Retrieve a specific feature by ID (feature_id="534606")
List recently added features (added_within_days=30)
Filter by release phase (release_phase="General Availability", "Preview")
Filter by platform (platform="Web", "iOS", "Android")
Filter by rollout date (rollout_date="2026-03")
Filter by preview date (preview_date="2026-07")
List recently modified features (modified_within_days=7)
Combine any of the above (query="Copilot" + product="Teams" + cloud_instance="GCC")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 10, max: 100). Ignored when feature_id is provided. | |
| query | No | Optional keyword to match against title and description (case-insensitive). | |
| status | No | Optional status filter. Valid values: In development, Rolling out, Launched. | |
| product | No | Optional product tag to filter by (case-insensitive partial match, e.g. "Teams" matches "Microsoft Teams"). | |
| platform | No | Optional platform filter (case-insensitive partial match). | |
| feature_id | No | Optional roadmap ID to retrieve a single specific feature. When provided, all other filters are ignored. | |
| preview_date | No | Optional preview availability date filter (partial string match against previewAvailabilityDate, e.g. "2026-07"). | |
| rollout_date | No | Optional rollout date filter (partial string match against generalAvailabilityDate, e.g. "2026-03"). | |
| release_phase | No | Optional release phase filter (case-insensitive partial match). | |
| cloud_instance | No | Optional cloud instance filter (case-insensitive partial match, e.g. "GCC" matches "GCC", "GCC High" matches "GCC High"). | |
| include_facets | No | When True, includes taxonomy facets (products, statuses, release_rings, platforms, cloud_instances) with occurrence counts in the response. Use with limit=0 to get only facets without features. Facets are computed from matched results after filters are applied. | |
| added_within_days | No | Optional number of days to look back for recently added features (clamped to 1-365). Only features with a created date within this window are returned. | |
| modified_within_days | No | Optional number of days to look back for recently modified features (clamped to 1-365). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||