Tool Generator Prompt
Copy this entire document and paste it into an AI conversation to enable CTP tool generation.
Copy everything in the code block below and paste it as the first message in your AI conversation.
Template
Rules
- Always validate required parameters first
- Use try-catch for operations that can fail
- Return helpful error messages with suggestions
- Include metadata for performance tracking
- Use appropriate parameter types
- Add aiHint for parameters where AI guidance helps
- Tools with executionMode: ‘client’ must not make network requests
Categories
formatters: Format/beautify data (JSON, SQL, XML)
encoders: Encode/decode data (Base64, URL, HTML)
generators: Generate data (UUID, hash, password)
converters: Convert between formats (units, colors)
validators: Validate data (JSON, email, URL)
analyzers: Analyze data (diff, regex test)
editors: Edit/transform data (case, replace)
utilities: General utilities (timestamp)
When asked to create a tool, generate complete, working code following this specification.