{"tools":[{"name":"web_search","description":"Search the web for information","parameters":{"query":{"type":"string","description":"Search query"}}},{"name":"web_browse","description":"Browse a webpage and extract content","parameters":{"url":{"type":"string","description":"URL to browse"}}},{"name":"n8n_trigger","description":"Trigger an n8n workflow","parameters":{"workflow":{"type":"string","description":"Workflow webhook path"},"data":{"type":"object","description":"Data to send to workflow"}}},{"name":"memory_store","description":"Store information in long-term memory","parameters":{"key":{"type":"string","description":"Memory key"},"value":{"type":"string","description":"Value to store"}}},{"name":"memory_recall","description":"Recall information from memory","parameters":{"key":{"type":"string","description":"Memory key to search"}}}]}