Skip to main content
Glama
danielealbano

mcp-for-azure-devops-boards

azdo_query_work_items

Query Azure DevOps work items using filters like assignee, state, tags, dates, and board columns to find specific tasks and track project progress.

Instructions

Query work items by filters

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
area_pathNoArea path to filter by (e.g., "MyProject\\Team1"). Uses UNDER operator to include child paths.
changed_date_fromNoFilter by changed date (from). Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ
changed_date_toNoFilter by changed date (to). Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ
created_date_fromNoFilter by creation date (from). Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ
created_date_toNoFilter by creation date (to). Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ
exclude_assigned_toNoAssignees to exclude
exclude_board_columnNoBoard columns to exclude
exclude_board_rowNoBoard rows/swimlanes to exclude
exclude_changed_byNoChanged by users to exclude
exclude_stateNoStates to exclude (e.g., ["Closed", "Removed"])
exclude_tagsNoTags to exclude (e.g., ["wontfix"])
exclude_work_item_typeNoWork item types to exclude
include_assigned_toNoAssignees to include (e.g., ["John Doe", "jane@example.com"])
include_board_columnNoBoard columns to include (e.g., ["Active", "Resolved"])
include_board_rowNoBoard rows/swimlanes to include (e.g., ["General", "Scraping Platform"])
include_changed_byNoChanged by users to include (e.g., ["John Doe", "jane@example.com"])
include_latest_n_commentsNoInclude the latest N comments (optional). Set to -1 for all comments.
include_stateNoStates to include (e.g., ["Active", "Resolved"])
include_tagsNoTags to include (e.g., ["bug", "critical"])
include_work_item_typeNoWork item types to include (e.g., ["Bug", "User Story"])
iteration_pathNoIteration path to filter by (e.g., "MyProject\\Sprint 1"). Uses UNDER operator to include child paths.
organizationYesAzDO org name
projectYesAzDO project name
state_change_date_fromNoFilter by state change date (from). Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ
state_change_date_toNoFilter by state change date (to). Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ
Behavior2/5

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

No annotations are provided, so the description carries full burden but adds minimal behavioral context. It implies a read operation ('query') but doesn't disclose pagination, rate limits, authentication needs, or what happens with no filters (e.g., returns all work items?). For a tool with 25 parameters and no annotation coverage, this is a significant gap in transparency.

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 a single, efficient sentence with zero waste. It's appropriately sized and front-loaded, though its brevity contributes to gaps in other dimensions. Every word earns its place, making it structurally sound.

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

Completeness2/5

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

Given high complexity (25 parameters, no output schema, no annotations), the description is incomplete. It doesn't explain return values, error conditions, or how filters combine (AND/OR logic). For a query tool with many options, more context is needed to guide effective use, especially without annotations or output schema.

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 parameters are well-documented in the schema itself. The description adds no additional meaning beyond 'by filters', which is already implied by the parameter names. Baseline 3 is appropriate as the schema does the heavy lifting, but the description doesn't compensate with higher-level context like filter interactions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Query work items by filters' states the basic action (query) and resource (work items) but is vague about scope and differentiation. It doesn't specify whether this returns all work items with optional filtering or only filtered subsets, nor how it differs from sibling tools like 'azdo_get_work_items' or 'azdo_query_work_items_by_wiql'. The purpose is understandable but lacks specificity.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. With siblings like 'azdo_get_work_items' (likely for fetching specific items) and 'azdo_query_work_items_by_wiql' (using WIQL queries), the description offers no context on use cases, prerequisites, or trade-offs. This leaves the agent guessing about tool selection.

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/danielealbano/mcp-for-azure-devops-boards'

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