Skip to main content
Glama

Azure DevOps MCP Server

tool-definitions.ts410 B
import { zodToJsonSchema } from 'zod-to-json-schema'; import { ToolDefinition } from '../../shared/types/tool-definition'; import { GetMeSchema } from './schemas'; /** * List of users tools */ export const usersTools: ToolDefinition[] = [ { name: 'get_me', description: 'Get details of the authenticated user (id, displayName, email)', inputSchema: zodToJsonSchema(GetMeSchema), }, ];

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