get_file_approval_status
Check the approval status of a file using its file path to ensure compliance with safety controls and workflows on the MCP Memory Server.
Instructions
Get approval status for a file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | Path to the file |
Input Schema (JSON Schema)
{
"properties": {
"filePath": {
"description": "Path to the file",
"type": "string"
}
},
"required": [
"filePath"
],
"type": "object"
}