Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,14 @@ To enable write operations, set `WRITE_MODE=true`. This unlocks tools that modif
| `search_users` | Search users in the organization with optional text search and pagination. | read |
| `search_apps` | Search the GenAI apps catalog by name, description, or URL. | read |
| `get_apps_by_ids` | Get specific GenAI apps from the catalog by their numeric IDs. | read |
| `get_discovered_applications` | List the GenAI applications (e.g. | read |
| `get_top_discovered_applications` | Return the top_n GenAI applications by session count between from_date and to_date. | read |
| `get_agents_overview` | High-level summary of agentic (MCP) activity for the tenant between from_date and to_date: the number of active AI agents and the number of discovered MCP servers, each with the absolute and percentage change vs the previous period. | read |
| `get_agents_top_platforms` | Return the top_n agent platforms (MCP hosts such as Claude Code or Cursor) by tool-invocation count between from_date and to_date. | read |
| `get_active_mcp_servers` | List MCP servers that were active (invoked at least once) between from_date and to_date. | read |
| `get_inactive_mcp_servers` | List MCP servers that are known to the tenant but had no activity between from_date and to_date. | read |
| `get_agents_tool_usage` | Break down MCP tool usage by operation type (Create/Read/Update/Delete/Unknown) between from_date and to_date. | read |
| `get_agents_invocations_overtime` | Return a time series of total MCP tool invocations between from_date and to_date — one point per time bucket ({time, invocations}). | read |

## Report Bug

Expand Down
8 changes: 8 additions & 0 deletions TOOLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,11 @@
| `search_users` | Search users in the organization with optional text search and pagination. | read |
| `search_apps` | Search the GenAI apps catalog by name, description, or URL. | read |
| `get_apps_by_ids` | Get specific GenAI apps from the catalog by their numeric IDs. | read |
| `get_discovered_applications` | List the GenAI applications (e.g. | read |
| `get_top_discovered_applications` | Return the top_n GenAI applications by session count between from_date and to_date. | read |
| `get_agents_overview` | High-level summary of agentic (MCP) activity for the tenant between from_date and to_date: the number of active AI agents and the number of discovered MCP servers, each with the absolute and percentage change vs the previous period. | read |
| `get_agents_top_platforms` | Return the top_n agent platforms (MCP hosts such as Claude Code or Cursor) by tool-invocation count between from_date and to_date. | read |
| `get_active_mcp_servers` | List MCP servers that were active (invoked at least once) between from_date and to_date. | read |
| `get_inactive_mcp_servers` | List MCP servers that are known to the tenant but had no activity between from_date and to_date. | read |
| `get_agents_tool_usage` | Break down MCP tool usage by operation type (Create/Read/Update/Delete/Unknown) between from_date and to_date. | read |
| `get_agents_invocations_overtime` | Return a time series of total MCP tool invocations between from_date and to_date — one point per time bucket ({time, invocations}). | read |
Loading
Loading