File Reader Tool
Functions
Link copied to clipboard
@Tool(description = "List directory contents." )
Link copied to clipboard
@Tool(description = "Read a UTF-8 text file within the project directory. Supports line-based reading and safety limits." )
Link copied to clipboard
@Tool(description = "Read multiple files at once." )
Link copied to clipboard
@Tool(description = "Resolve a path hint using fuzzy matching if it doesn't exist." )
Link copied to clipboard
@Tool(description = "Search for files by name or glob pattern within the project. Example: searchFiles("Toolkit", "*.kt")" )
Link copied to clipboard
@Tool(description = "Search for text within files in the project. Example: searchInFiles("TODO", "**/*.kt")" )