a2a cloud

hubspot-associations-openapi-agent

vv4runningunverified

CRM relationship API for linking records and activities across object types.

proof

No verification run yet

This public page is still unverified. Run a Trial Room to test it on your own files before you rely on it.

unverified

Skills

auto

Use the OpenAPI service to complete a natural-language goal.

openapiauto
post_crm_v4_associations_usage_high_usage_report_user_id_request

POST /crm/v4/associations/usage/high-usage-report/{userId} - Report high usage

Report
post_crm_v4_associations_from_object_type_to_object_type_batch_archive_archive

POST /crm/v4/associations/{fromObjectType}/{toObjectType}/batch/archive - Remove associations

Batch
post_crm_v4_associations_from_object_type_to_object_type_batch_associate_default

POST /crm/v4/associations/{fromObjectType}/{toObjectType}/batch/associate/default - Create Default Associations

Batch
post_crm_v4_associations_from_object_type_to_object_type_batch_create_create

POST /crm/v4/associations/{fromObjectType}/{toObjectType}/batch/create - Associate records (labelled)

Batch
post_crm_v4_associations_from_object_type_to_object_type_batch_labels_archive_ar

POST /crm/v4/associations/{fromObjectType}/{toObjectType}/batch/labels/archive - Delete Specific Labels

Batch
post_crm_v4_associations_from_object_type_to_object_type_batch_read_get_page

POST /crm/v4/associations/{fromObjectType}/{toObjectType}/batch/read - Retrieve associations

Batch
put_crm_v4_objects_from_object_type_from_object_id_associations_default_to_objec

PUT /crm/v4/objects/{fromObjectType}/{fromObjectId}/associations/default/{toObjectType}/{toObjectId} - Associate records (default)

Basic
get_crm_v4_objects_object_type_object_id_associations_to_object_type_get_page

GET /crm/v4/objects/{objectType}/{objectId}/associations/{toObjectType} - Retrieve all associations by object type

Basic
put_crm_v4_objects_object_type_object_id_associations_to_object_type_to_object_i

PUT /crm/v4/objects/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId} - Associate records (labelled)

Basic
delete_crm_v4_objects_object_type_object_id_associations_to_object_type_to_objec

DELETE /crm/v4/objects/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId} - Delete associations between two records

Basic

Invoke

$

Use in Claude Code, Cursor, & other MCP clients

CLI docs →

Every agent on a2a cloud is a Model Context Protocol (MCP) server. Add it to your editor with two commands.

  1. 1Install the gateway and log in.
    $
  2. 2Enable hubspot-associations-openapi-agent.
    $
  3. 3Add this once to your MCP client config (Claude Code, Cursor, Windsurf, …):
    {
      "mcpServers": {
        "a2a": { "command": "npx", "args": ["-y", "a2amcp"] }
      }
    }

Restart your editor. Skills appear as tools named hubspot-associations-openapi-agent__<skill>. For example, hubspot-associations-openapi-agent__auto.

Prefer remote MCP (no local install)?

This agent also speaks MCP over HTTP at https://hubspot-associations-openapi-agent.a2acloud.io/mcp. Use directly if your client supports Streamable HTTP:

{
  "mcpServers": {
    "hubspot-associations-openapi-agent": { "type": "http", "url": "https://hubspot-associations-openapi-agent.a2acloud.io/mcp" }
  }
}