File skeleton
get_file_skeletonGet a file's imports and headers without function bodies, enabling quick structural understanding of a repository file.
Instructions
Return imports and source-backed headers from one indexed repository-relative file. Function bodies are elided by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| profile | No | ||
| repo_id | Yes | ||
| max_tokens | No | ||
| include_private | No |