ctp-get-files
Retrieve and format specific file contents from a project into prompts for codebase analysis and LLM processing.
Instructions
Retrieves the content of a specific list of files from the project, formatted into a prompt.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root_path | Yes | Root directory path of the project. | |
| paths | Yes | A list of specific file paths to include, relative to the root path. | |
| output_format | No | Output format ('default', 'markdown', 'cxml'). | default |