mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-13 14:32:47 +00:00
23 lines
456 B
Plaintext
23 lines
456 B
Plaintext
---
|
|
title: "Tools: Reference"
|
|
description: "Reference for tool invocation contracts, argument schemas, and runtime safeguards."
|
|
icon: "book"
|
|
mode: "wide"
|
|
---
|
|
|
|
## Tool contract
|
|
|
|
- deterministic input schema
|
|
- stable output schema
|
|
- explicit error behavior
|
|
|
|
## Runtime safeguards
|
|
|
|
- timeout and retry policy
|
|
- idempotency for side effects
|
|
- validation before commit
|
|
|
|
## Canonical source
|
|
|
|
Primary API details live in [/en/concepts/tools](/en/concepts/tools).
|