get_documentation_file
Retrieve specific Godot Engine documentation file content by providing the relative file path to access official class references, tutorials, and features.
Instructions
Get the content of a specific documentation file.
Args: file_path: Path to the documentation file relative to the docs directory (e.g., "classes/class_camera2d.md").
Returns: The content of the requested documentation file, or an error message if not found.
Usage Example: - get_documentation_file("classes/class_camera2d.md") -> Content of class_camera2d.md
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |