Skip to main content
Glama
459,394 tools. Updated 2026-08-17 07:11

"A method or tool for converting code into a tree structure" matching MCP tools:

  • Analyze repository structure and quality with a deep audit. Examine code structure, language mix, and quality signals for local or remote repositories.
    MIT
  • Append new PHP code statements to an existing method while correctly handling nested constructs like arrow functions and computed properties. Specify file, method, and code; optionally provide TypeScript types for variables.
    MIT
  • Search codebase for code structure using Tree-sitter AST patterns. Scans all files to match structural elements like functions or classes. Requires glob to limit scope.
    MIT
  • Retrieve a specific API specification's details by ID, including its domain and all collections with tag and method counts. Use it to explore an API's structure before diving into tags.
    Apache 2.0
  • Retrieve the hierarchical tree structure for an ontology class, showing its ancestor path and sibling nodes to understand its position in the ontology hierarchy.
    MIT

Matching MCP Servers

  • F
    license
    B
    quality
    C
    maintenance
    An MCP server that indexes source code into a local database and provides tools for querying code symbols, dependencies, and tree structure for JavaScript/TypeScript, Java, and Python.
    7

Matching MCP Connectors

  • Manage your Canvas coursework with quick access to courses, assignments, and grades. Track upcomin…

  • 连板网A股复盘数据: 连板天梯/题材/情绪周期/龙虎榜游资/个股涨停史 (A-share daily review, free read-only)

  • Parse Sigma condition expressions into a JSON parse tree, or retrieve structured parse errors for invalid input. Useful for validating and understanding detection logic.
    MIT
  • Retrieve a hierarchical directory tree of your repository, honoring .gitignore and optionally including hidden files. Use to understand project structure without shell commands.
    MIT
  • Perform structural PHP code search with AST queries to detect anti-patterns like ->setX(null) calls and method chains missing null guards.
    MIT
  • Retrieves headings from a note as a tree structure to identify valid sections for editing or retrieval operations.
    MIT
  • Convert a complex method into a method object class whose __call__ holds the method body, with the original method delegating to it. Preview changes first; set apply=true to write.
    MIT
  • Inspect code structure by analyzing classes, methods, and line numbers to prepare for refactoring. Specify file path and depth to control detail level.
    MIT