Cache Org Users
cache_org_usersFetch and cache all organization users to disk for efficient repeated access.
Instructions
Fetch and cache all organization users to disk for efficient repeated access.
Args:
pageSize (number, optional): API page size for collection. Defaults to 250, max 500
orderBy (string, optional): Sort field for paginated collection. Defaults to id
orderByDirection ('asc'|'desc', optional): Sort direction
Returns: Cache metadata with resourceUri (coalesce://cache/...) for accessing the cached data via MCP resource read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderBy | No | Optional sort field used for paginated collection. Defaults to id. | |
| pageSize | No | Optional API page size used while collecting the full snapshot. Defaults to 250. | |
| orderByDirection | No | Optional sort direction used for paginated collection. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | ||
| fileUri | No | ||
| message | No | ||
| metaUri | No | ||
| orderBy | No | ||
| runType | No | ||
| cachedAt | No | ||
| pageSize | No | ||
| toolName | No | ||
| pageCount | No | ||
| runStatus | No | ||
| sizeBytes | No | ||
| totalRuns | No | ||
| autoCached | No | ||
| totalNodes | No | ||
| totalUsers | No | ||
| resourceUri | No | ||
| workspaceID | No | ||
| environmentID | No | ||
| maxInlineBytes | No | ||
| orderByDirection | No |