deepwiki_fetch
Extract and organize GitHub repository documentation from DeepWiki with customizable modes, depth, and content filters for improved accessibility and clarity.
Instructions
Retrieves GitHub repository documentation from DeepWiki with enhanced content organization and filtering capabilities.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contentFilter | No | Filter content by type (default: 'all') | |
includeMetadata | No | Include repository metadata in output (default: false) | |
maxDepth | No | Maximum depth for crawling pages (default: 10) | |
mode | No | Output mode: 'aggregate' (combined content), 'pages' (JSON list), 'structured' (organized by content type) | |
url | Yes | DeepWiki URL or GitHub repository identifier (e.g., 'https://deepwiki.com/owner/repo' or 'owner/repo') |