Skip to main content
Glama
wrale

mcp-server-tree-sitter

by wrale

list_projects_tool

Retrieve a comprehensive list of all registered projects with detailed information. Enhances code analysis by providing structured project data for efficient context management.

Instructions

List all registered projects.

Returns: List of project information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler and registration for the list_projects_tool. This function is decorated with @mcp_server.tool() which registers it with the MCP server and implements the tool logic by returning the list of registered projects from the project_registry.
    @mcp_server.tool() def list_projects_tool() -> List[Dict[str, Any]]: """List all registered projects. Returns: List of project information """ return project_registry.list_projects()

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/wrale/mcp-server-tree-sitter'

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