deepwiki_fetch
Fetch and organize GitHub repository documentation from DeepWiki. Filter by content type, control crawling depth, and choose output mode for structured, aggregated, or page-based results.
Instructions
Retrieves GitHub repository documentation from DeepWiki with enhanced content organization and filtering capabilities.
Input Schema
TableJSON 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') |