Skip to main content
Glama

Azure DevOps MCP Server

get_project

Retrieve detailed information about a specific project in Azure DevOps using the project ID or name, enabling streamlined access to project data through the MCP server.

Instructions

Get details of a specific project

Input Schema

NameRequiredDescriptionDefault
projectIdYesThe ID or name of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "description": "The ID or name of the project", "type": "string" } }, "required": [ "projectId" ], "type": "object" }

You must be authenticated.

Other Tools from Azure DevOps MCP Server

Related Tools

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/Tiberriver256/mcp-server-azure-devops'

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