graph_api_request
Send raw calls to any Meta Graph API endpoint using the configured access token. Use this escape hatch for operations not covered by other tools.
Instructions
Advanced/escape hatch: make a raw call to any Meta Graph API endpoint with the configured access token. Use this for anything the other tools don't cover yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path starting with '/', e.g. '/me' or '/{page-id}/tabs'. | |
| method | Yes | ||
| params | No | Query params (GET) or form fields (POST). |