Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
AI Agents
/
Tool Design
Tool Design
Subtopic
7 questions
Questions tagged with Tool Design — part of AI Agents.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
How should an agent degrade gracefully when a third-party API tool with 99% uptime is unavailable?
Multiple Choice
Medium
·
Qual 4.0
Why should agent tools be atomic rather than composite, and what goes wrong when a tool tries to do too much?
Short Answer
Medium
·
Qual 4.0
Anthropic
What is the primary engineering reason to keep agent tools atomic rather than bundling multiple operations?
Multiple Choice
Medium
·
Qual 4.0
Anthropic
What is the most reliable way to prevent an agent from generating tool calls that break when an external API updates its schema?
Multiple Choice
Medium
·
Qual 4.0
Spot the idempotency violation in this agent retry logic
Spot the Error
Hard
·
Qual 4.0
Spot the error in this agent runtime's tool-call handling code
Spot the Error
Hard
·
Qual 4.0
OpenAI
What is a hallucinated tool call and how does a production runtime defend against it?
Short Answer
Medium
·
Qual 4.0
OpenAI