Cache Environment Nodes
cache_environment_nodesFetch and cache all environment nodes to disk for efficient repeated access, reducing API calls and improving performance.
Instructions
Fetch and cache all environment nodes to disk for efficient repeated access.
Args:
environmentID (string, required): The environment ID
detail (boolean, optional): Fetch expanded node details. Defaults to true
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 |
|---|---|---|---|
| detail | No | When true, fetches expanded node details. Defaults to true. | |
| 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. | |
| environmentID | Yes | The environment ID | |
| 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 |