read_full_guide
Retrieve the complete content of a guide by providing its guide ID. Ideal for getting full context for a short guide or implementing a feature from scratch.
Instructions
Get the complete content of a guide.
Use this tool when:
You need the full context of a guide
The guide is short and you want everything
You're implementing a feature from scratch
Warning: Large guides (>20k chars) will be truncated. Use consult_guide_for_task for specific sections.
Args: guide_id: Guide ID (e.g., 'python/fastapi-production')
Returns: Full guide content or table of contents if truncated
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guide_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||