MCP
fetch
Get a specific entity, schema, metric, or the full business status.
Usage
Get an entity:
{ "type": "Contact", "id": "contact_uLoSfycy" }Get with relationships:
{ "type": "Contact", "id": "contact_uLoSfycy", "include": ["deals", "organization"] }Get a metric:
{ "type": "Metric", "id": "mrr" }Get the full business status:
{ "type": "Status" }Get a schema definition:
{ "type": "Schema", "id": "Contact" }Parameters
| Parameter | Type | Description |
|---|---|---|
type | string | Entity type, Metric, Status, or Schema |
id | string | Entity ID (not required for Status) |
include | string[] | Relationships to include |
asOf | string | Time travel -- fetch as of ISO timestamp |