AiDD MCP Server
by skydeckai
read_file
Read the complete contents of a file from the file system. Handles various text encodings and provides detailed error messages if the file cannot be read. Use this tool when you need to examine the contents of a single file. Only works within the allowed directory.Example: Enter 'src/main.py' to read a Python file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Path to the file to read |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- create_directory
- delete_file
- directory_tree
- edit_file
- execute_code
- get_allowed_directory
- get_file_info
- git_add
- git_checkout
- git_commit
- git_create_branch
- git_diff
- git_diff_staged
- git_diff_unstaged
- git_init
- git_log
- git_reset
- git_show
- git_status
- list_directory
- move_file
- read_file
- read_multiple_files
- search_files
- tree_sitter_map
- update_allowed_directory
- write_file