Skip to main content
Glama

PocketFlow MCP Server

by tmtcomeup

get_repository_structure

Generate the file structure of a GitHub repository with options to include, exclude, and set maximum depth for analysis. Supports advanced codebase exploration.

Instructions

Get the file structure of a GitHub repository

Input Schema

NameRequiredDescriptionDefault
exclude_patternsNoFile patterns to exclude
github_tokenNoOptional GitHub token
include_patternsNoFile patterns to include
max_depthNoMaximum directory depth
repo_urlYesGitHub repository URL

Input Schema (JSON Schema)

{ "properties": { "exclude_patterns": { "description": "File patterns to exclude", "items": { "type": "string" }, "type": "array" }, "github_token": { "description": "Optional GitHub token", "type": "string" }, "include_patterns": { "description": "File patterns to include", "items": { "type": "string" }, "type": "array" }, "max_depth": { "default": 3, "description": "Maximum directory depth", "type": "number" }, "repo_url": { "description": "GitHub repository URL", "type": "string" } }, "required": [ "repo_url" ], "type": "object" }
Install Server

Other Tools from PocketFlow MCP Server

Related Tools

    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/tmtcomeup/pocketflow-mcp'

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