Agent Tool Definitions Generator
Generates complete JSON Schema tool definitions for your agent — names, disambiguating descriptions, typed parameters with enums, and the error returns — ready to paste.
Free — no card needed
Create a free account
to open Agent Tool Definitions Generator — and the other 364 prompts across 21 categories.
Already have an account?
Running it, start to finish
- Describe the agent and the capabilities it needs in plain language.
- Check the disambiguation table quotes a real separating sentence for every pair.
- Add the error-handling lines to your system prompt.
What you get back
The output this produces, every time.
- Groups capabilities by the decisions the model makes rather than by your endpoint list.
- Writes when-not-to-use into every description, which is what prevents wrong selection.
- Defines the failure returns, so the agent does not misread an error as data.
Getting better results
Where this usually goes wrong, and how to avoid it.
- Resist one tool per endpoint. It is the most common design and produces the most retries. If the model never chooses between two, they are one tool.
- Use enums aggressively. Any closed set as an enum rather than a string removes a whole class of malformed call before it happens.
- Fix ambiguities with context, not longer descriptions. Descriptions past about four sentences stop helping. The system prompt is where remaining ambiguity gets resolved.
More AI Agents prompts
All AI Agents →- AI Agents
Chatbot Persona Generator
Generates a complete conversational persona — name, voice, greeting, sample exchanges, boundaries and what it says when it does not know — consistent across every interaction.
ClaudeChatGPTGemini001Open → - AI Agents
Personal Assistant Agent System Prompt
Generates a personal assistant prompt with your preferences, your priorities, what it may decide alone, and what it must always ask you about first.
ClaudeChatGPTGemini001Open → - AI Agents
Custom AI Agent Builder
Generates a complete, production-ready system prompt for any agent you describe — with its role, operating procedure, refusal rules, stop conditions and a worked example, ready to paste.
ClaudeChatGPTGemini001Open →
Written for The AI University. Every prompt in this library is original work — authored, tested and revised here, not collected from elsewhere. 365 of them, free with an account.
