Get contract external metadata
get_contract_external_metadataRetrieve the external system link (e.g., HubSpot deal ID) recorded on a contract. Returns null if no link exists.
Instructions
Reads the external-system link recorded on a contract -- for Rad AI this is the linked HubSpot deal (id, integration_name, record_type). Returns an empty/null shape if the contract isn't linked. Pairs with set_contract_external_metadata (write) and find_contracts_by_external_metadata (reverse lookup).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract_id | Yes | Composite contract ID, e.g. 'T-123' or 'H-45'. |