list_custom_component_installations
Retrieve a paginated list of custom component installations. Use the cursor to navigate through results and get object IDs for further processing.
Instructions
List custom component installations. :param limit: Maximum number of installations to return per page. :param after: The cursor to fetch the next page of results.
:returns: Custom component installations or error message.
The output is automatically stored and can be referenced in other functions.
Returns a formatted preview with an object ID (e.g., @obj_123).
Use the object store tools in combination with the object ID to view nested properties of the object.
Use the returned object ID to pass this result to other functions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| after | No |