Get Platform Info (IGDB)
igdb.platforms.infoLook up gaming platforms by ID or search by name. Obtain abbreviation, generation, platform family, versions, and summary.
Instructions
Look up gaming platforms by ID or search by name — abbreviation, generation, platform family, versions, and summary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | IGDB platform ID (numeric, e.g. 48 for PlayStation 4, 6 for PC). Use either id or query. | |
| query | No | Search query for platform name (e.g. "PlayStation", "Nintendo Switch"). Use either id or query. | |
| limit | No | Maximum number of results when searching by query (default 10, max 50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |