check_facebook_credentials
Confirm Facebook credentials are configured and valid by checking the access token against the Graph API, returning scopes, expiry, and token status.
Instructions
Check whether Facebook credentials are configured and still valid.
Loads credentials from ~/.facebook-automata-mcp/credentials.json (or FACEBOOK_MCP_* environment variables), calls GET /me to confirm the access token still works, and — if app_id/app_secret are also configured — calls /debug_token to report scopes, expiry, and whether the token is still valid according to Facebook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||