Skip to main content
Glama

MCP Azure DevOps Server

by Vortiago

get_projects

Retrieve all accessible projects from an Azure DevOps organization. Filter projects by state or limit the number of results to quickly access relevant project details.

Instructions

Get all projects in the organization that the authenticated user has access to. Args: state_filter: Filter on team projects in a specific state (e.g., "WellFormed", "Deleting") top: Maximum number of projects to return Returns: Formatted string containing project information

Input Schema

NameRequiredDescriptionDefault
state_filterNo
topNo

Input Schema (JSON Schema)

{ "properties": { "state_filter": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "State Filter" }, "top": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Top" } }, "title": "get_projectsArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Azure DevOps 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/Vortiago/mcp-azure-devops'

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