Skip to main content
Glama

mcp-server-tree-sitter

by wrale
MIT License
33
  • Apple
  • Linux

get_node_types

Retrieve detailed descriptions of node types for a specified programming language using tree-sitter-based code analysis, enabling better understanding and context management for codebases.

Instructions

Get descriptions of common node types for a language.

Args: language: Language name Returns: Dictionary of node types and descriptions

Input Schema

NameRequiredDescriptionDefault
languageYes

Input Schema (JSON Schema)

{ "properties": { "language": { "title": "Language", "type": "string" } }, "required": [ "language" ], "title": "get_node_typesArguments", "type": "object" }

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