get_skill_section
Fetch a specific H2 section from a large skill by heading name to avoid truncation. Get precise content when the full skill was truncated.
Instructions
Fetch a single H2 section of a skill by heading name. Use for large skills where get_skill returned truncated: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill name | |
| section | Yes | H2 heading to fetch (case-insensitive; substring ok) |