view_file
Access and display the contents of a text file by specifying its path. Simplify file viewing within the MCP server for efficient file operations.
Instructions
View a text file at the specified path
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"title": "Path",
"type": "string"
}
},
"required": [
"path"
],
"title": "view_fileArguments",
"type": "object"
}