Skip to main content
Glama
K3roru

tfs-mcp-server

by K3roru

Get work item

get_work_item
Read-onlyIdempotent

Fetch a specific work item's full details, including metadata, rich-text content, relations, and optional comments.

Instructions

Get a single work item: metadata (type, title, state, assignee, area/iteration, tags, dates), rich-text content (description, repro steps, acceptance criteria), relations (parent/children/links) and optionally its comments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesWork item id
expandNoWhich extra data to expand when `fields` is not given.all
fieldsNoRestrict returned fields to these reference names (e.g. System.Title, System.State). When omitted, all fields plus relations are returned.
formatNoHow to return rich-text fields (Description, Repro Steps, comments): converted to plain text/markdown, or raw HTML.text
projectNoTeam project name or id. Overrides TFS_DEFAULT_PROJECT. Work items and repos may live in different projects.
includeCommentsNoAlso fetch the discussion comments.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare read-only and idempotent behavior, so the bar is lower. The description adds useful behavioral context by listing what the response will include: metadata, rich-text content, relations, and optionally comments. It does not discuss auth, rate limits, or default expansions, but for a read-only getter this is adequate.

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, well-structured sentence that leads with the core action ('Get a single work item') and then organizes the response details into clear categories. There is no filler or redundant restatement of the title.

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

Completeness4/5

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

With no output schema, the description carries the burden of explaining return values, and it does so at a useful level of detail. It covers metadata, rich-text fields, relations, and comments, though it could have briefly noted default behaviors or the expand/fields relationship. Overall, it is sufficient for an agent to understand what this tool provides.

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?

Input schema coverage is 100%, so the schema already documents all six parameters clearly. The description adds minimal parameter-level meaning beyond mentioning rich-text content and optional comments, which maps loosely to format and includeComments. This matches the baseline of 3 for well-covered schemas.

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 ('Get') and resource ('a single work item'), and enumerates the returned content: metadata, rich-text content, relations, and optional comments. This clearly distinguishes it from plural sibling tools like get_work_items and from comment-specific tools like get_work_item_comments.

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 phrase 'Get a single work item' gives clear context for when to use this tool versus list-style or comment-only tools. However, it does not explicitly name alternatives or state when not to use them, so it falls short of a perfect score.

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

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/K3roru/tfs-mcp-server'

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