Skip to main content
Glama

mcp-server-tree-sitter

by wrale
MIT License
33
  • Apple
  • Linux

get_file_metadata

Retrieve file metadata by specifying the project name and file path, enabling efficient code analysis and context management within MCP server-tree-sitter.

Instructions

Get metadata for a file.

Args: project: Project name path: File path relative to project root Returns: File metadata

Input Schema

NameRequiredDescriptionDefault
pathYes
projectYes

Input Schema (JSON Schema)

{ "properties": { "path": { "title": "Path", "type": "string" }, "project": { "title": "Project", "type": "string" } }, "required": [ "project", "path" ], "title": "get_file_metadataArguments", "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