Skip to main content
Glama
K3roru

tfs-mcp-server

by K3roru

Get current identity

get_current_identity
Read-onlyIdempotent

Fetch current user identity from TFS: ID, display name, account, and descriptor. Provides assignedToValue for work item updates and returns server deployment type and instance ID.

Instructions

Identify the user behind the configured PAT: id, display name, account (DOMAIN\user or e-mail), descriptor, plus a ready-to-use assignedToValue for update_work_item(s). Also returns basic server info (deployment type, instance id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is known. The description adds non-obvious behavioral context by disclosing that it returns basic server info and a derived `assignedToValue`, which an agent could not infer from the tool's name or annotations alone.

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 with no filler. It front-loads the primary purpose, then lists the returned fields and the practical `assignedToValue` use case, making every sentence informative.

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?

For a zero-parameter read-only tool with no output schema, the description provides a complete picture: it names the identity attributes, the derived assignment value, and the server info fields. An agent can confidently call this tool and know exactly what to expect.

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?

The tool has zero parameters and the empty input schema is fully covered, so there are no parameter semantics to clarify. The description correctly focuses on what is returned instead, which is the relevant semantic information for an agent.

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 names a specific verb ('Identify') and a specific resource ('the user behind the configured PAT'), and enumerates what is returned: id, display name, account, descriptor, assignedToValue, and server info. This clearly distinguishes it from sibling tools like search_identities, which searches, rather than returns the configured identity.

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 gives a clear usage context: it identifies the PAT's user and specifically calls out the `assignedToValue` for update_work_item(s), signaling when this tool is useful. It does not explicitly mention alternatives or when not to use it, but the provided integration hint is strong enough guidance for the main use case.

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