resolve_path
Analyze file system paths to determine correct MCP parameters and suggest usage examples for Houtini-lm server integration.
Instructions
Analyze a file system path and suggest correct MCP parameters
WORKFLOW: System diagnostics and function discovery TIP: Start with health_check, use list_functions to explore capabilities SAVES: Claude context for strategic decisions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | File system path to analyze (file or directory) | |
suggestions | No | Include parameter suggestions and usage examples |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "File system path to analyze (file or directory)",
"type": "string"
},
"suggestions": {
"default": true,
"description": "Include parameter suggestions and usage examples",
"type": "boolean"
}
},
"required": [
"path"
],
"type": "object"
}