> ## Documentation Index
> Fetch the complete documentation index at: https://docs.befailproof.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Tools

> एजेंट सेशन के पार धीमे, विफल, या अत्यधिक उपयोग किए जाने वाले टूल्स खोजें।

Tools सेशन के पार टूल कॉल को समूहीकृत करता है ताकि आप लेटेंसी और कॉल वितरण की तुलना कर सकें।

<Tabs>
  <Tab title="Dashboard">
    1. **Observe → Tools** पर जाएं।
    2. पर्यावरण, टूल नाम, एजेंट, या सेशन ID के आधार पर फ़िल्टर करें।
    3. लेटेंसी और टूल वितरण की समीक्षा करें।
    4. मेलिंग इवेंट्स और सेशन खोलने के लिए चार्ट पॉइंट या टूल सेगमेंट चुनें।

           <img src="https://mintcdn.com/exosphere/WgPwQzedeDNwJBTy/images/dashboard/tools.png?fit=max&auto=format&n=WgPwQzedeDNwJBTy&q=85&s=8c087403835bb48541611630499afa3e" alt="लेटेंसी, सफलता और विफलता ब्रेकडाउन, और टूल-कॉल वितरण दिखाने वाला Tools पेज।" width="3200" height="2000" data-path="images/dashboard/tools.png" />
  </Tab>

  <Tab title="CLI">
    ```bash theme={null}
    fp list tools
    fp events --event-type tool_use,tool_result --env production --since 24h
    fp --json events --full --session-id <session-id> --all
    ```
  </Tab>
</Tabs>
