Call read-only steamwebapi endpoint
call_readonly_endpointExecutes a documented steamwebapi GET endpoint with the caller API key from the MCP Authorization or X-Api-Key header. Refuses POST/PUT/PATCH/DELETE plus Proxy, Steam Guard and Tradeoffer endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Documented OpenAPI GET path, e.g. "/steam/api/item" or "/market/{market}/prices". | |
| timeoutMs | No | HTTP timeout in milliseconds. Defaults to 10000. | |
| parameters | No | Query and path parameters for the endpoint. Do not include `key`; pass your API key via the MCP Authorization or X-Api-Key header. | |
| maxResponseBytes | No | Maximum response characters returned to the agent. Larger responses are truncated. |