Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Shubhamsaboo/awesome-llm-apps/llms.txt
Use this file to discover all available pages before exploring further.
Tool Integration
Patterns for giving agents access to external tools, APIs, and functions.Function Tools
Define Python functions as tools.Built-in Tools
Use pre-built tools from frameworks.Third-Party Tools
Integrate external services.MCP Tools
Model Context Protocol for standardized tool access.Tool Configuration
Tool name for agent to reference
Clear description of what tool does and when to use it
JSON schema of tool parameters
Related Resources
MCP Agents
Learn about MCP integrations
Framework Guides
Framework-specific tool patterns
