Show Server Configuration
procore_get_configCheck Procore MCP server state: verify OAuth token presence/validity, default company ID, and active project ID before API calls or troubleshooting 401/403 errors. Confirms target project for writes; returns only status, never credentials.
Instructions
Reports this server's current state: whether Procore OAuth tokens are present and still valid, the default company_id, and the active project_id that procore_api_call substitutes when you omit those parameters. Check this first when a call fails with 401 or 403, or to confirm which project subsequent calls will target before running a write. Never returns token values or the client secret — only whether credentials are present. Takes no arguments and returns a JSON object. Reads local process state, so it makes no Procore request. Pair with procore_set_config to change any of it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||