> ## 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

title: "כלים"
description: "חפש כלים איטיים, כושלים או שמשמשים יותר מדי בהפעלות של סוכנים."
icon: "wrench"
--------------

כלים מקבצים קריאות כלים בין הפעלות כדי שתוכל להשוות בין זמן התגובה והפצת הקריאות.

<Tabs>
  <Tab title="Dashboard">
    1. עבור אל **Observe → Tools**.
    2. סנן לפי סביבה, שם כלי, סוכן או מזהה הפעלה.
    3. בדוק את זמן התגובה והפצת הכלים.
    4. בחר נקודה בתרשים או קטע כלי כדי לפתוח אירועים והפעלות תואמות.

           <img src="https://mintcdn.com/exosphere/WgPwQzedeDNwJBTy/images/dashboard/tools.png?fit=max&auto=format&n=WgPwQzedeDNwJBTy&q=85&s=8c087403835bb48541611630499afa3e" alt="דף הכלים המציג פירוקי זמן תגובה, הצלחה וכישלון, והפצת קריאות כלים." 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>
