Skip to main content
Glama

list_tools

Discover available tools in the Azure DevOps MCP server to manage work items, wikis, and repositories for streamlined development workflows.

Instructions

Lists all available tools with their names.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The execution handler for the 'list_tools' tool within the _execute_tool method, which returns a list of all available tool names.
    elif name == "list_tools": return [tool.name for tool in self.tools]
  • Input schema definition for the 'list_tools' tool, specifying an empty object with no required properties.
    inputSchema={ "type": "object", "properties": {}, "additionalProperties": False }
  • Registration of the 'list_tools' tool object in the self.tools list during _setup_tools method.
    types.Tool( name="list_tools", description="Lists all available tools with their names.", inputSchema={ "type": "object", "properties": {}, "additionalProperties": False } ),

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

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