GTM server status
server_infoCheck GTM MCP server status to determine which capabilities are implemented, whether the CRM is reachable, and if write tools are enabled. Use it before calling any data-modifying tool or after a failed write to avoid unsupported actions.
Instructions
Report which GTM capabilities this server can currently perform.
Call this first when you are unsure whether a GTM capability is available, or when a data-modifying call has failed and you need to know whether writes are disabled. It takes no arguments, reads no customer data, and changes nothing.
Returns which tools are implemented versus merely planned, whether the CRM database is reachable, and whether write tools are permitted to modify data. Do not call tools listed under planned capabilities; they are not registered and the call will fail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | Server package version. | |
| environment | Yes | Environment the server is running in. | |
| server_name | Yes | Configured name of this server. | |
| dry_run_writes | Yes | When true, write tools validate and audit but never persist changes. | |
| database_available | Yes | Whether the CRM database is reachable. CRM tools fail when false. | |
| write_tools_enabled | Yes | Whether write tools may modify data. When false they refuse every call. | |
| planned_capabilities | Yes | GTM capabilities that are designed but not yet callable. Do not attempt to call these. | |
| implemented_capabilities | Yes | GTM capabilities that are implemented and callable right now. |