list_platforms
Retrieve an inventory of platforms and permission scopes assigned to the agent. Enables verification of access rights.
Instructions
list_platforms: List the platforms and permission scopes this agent has access to. Input: None. Returns: { platforms: [{ platformId, platformName, scopes, requireApproval }], version: "" }. Version: a deterministic hash that only changes when the platform set or scopes change. Cache the value across calls in the same session — only refresh when you suspect platforms have changed (e.g. user mentions a new connection). Auth: Bearer JWT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platforms | Yes | ||
| version | No |