Safe Execute
neuroverse_executeParse, safety-check, and execute user requests in a single step. Translates raw input into an actionable result with intent extraction and safety filtering.
Instructions
Parse, safety-check, and execute a user request end-to-end.
Convenience tool that chains: Language → Intent → Safety → Execute.
Args:
text (string): Raw user input
user_id (string): User / agent identifier
Returns: JSON with safety verdict and execution result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Raw user input to parse, safety-check, and execute | |
| user_id | No | User / agent ID | anonymous |