Tags
Resourcetags en tagtoewijzingen beheren. De voorbeelden gebruiken de A2A-codemodus. MCP biedt dezelfde codemodus via het hulpmiddelexecute.
Functies
tags.add
tags.add.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | tag.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | tag.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | POST /v1/public/accounts/{account_id}/tags |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
tag_name | str | ja |
color_hex | str | nee |
description | str | null | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
color_hex | str | ja |
id | str | ja |
name | str | ja |
created_at | str | null | nee |
description | str | null | nee |
updated_at | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
Aanvraag:Respons:
MCP-voorbeeld
MCP-voorbeeld
Aanvraag:Respons:
tags.delete
tags.delete.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | tag.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | tag.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | DELETE /v1/public/accounts/{account_id}/tags/{tag_id} |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
tag_id | str | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
result | {} | ja |
A2A-voorbeeld
A2A-voorbeeld
Aanvraag:Respons:
MCP-voorbeeld
MCP-voorbeeld
Aanvraag:Respons:
tags.domains.assign
tags.domains.assign.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | tag.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | tag.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | POST /v1/public/accounts/{account_id}/tags/{tag_id}/domains/assign |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
tag_id | str | ja |
domain_ids | [str] | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
domain_ids | [str] | ja |
tag_id | str | ja |
A2A-voorbeeld
A2A-voorbeeld
Aanvraag:Respons:
MCP-voorbeeld
MCP-voorbeeld
Aanvraag:Respons:
tags.domains.unassign
tags.domains.unassign.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | tag.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | tag.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | POST /v1/public/accounts/{account_id}/tags/{tag_id}/domains/unassign |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
tag_id | str | ja |
domain_ids | [str] | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
result | {} | ja |
A2A-voorbeeld
A2A-voorbeeld
Aanvraag:Respons:
MCP-voorbeeld
MCP-voorbeeld
Aanvraag:Respons:
tags.list
tags.list.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | tag.view | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | tag.view |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | GET /v1/public/accounts/{account_id}/tags |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
page | int | nee |
page_size | int | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
items | [{"color_hex": str, "id": str, "name": str, "created_at"?: str | null, "description"?: str | null, "updated_at"?: str | null}] | ja |
page | int | ja |
page_size | int | ja |
total | int | ja |
A2A-voorbeeld
A2A-voorbeeld
Aanvraag:Respons:
MCP-voorbeeld
MCP-voorbeeld
Aanvraag:Respons:
tags.update
tags.update.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | tag.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | tag.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | PATCH /v1/public/accounts/{account_id}/tags/{tag_id} |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
tag_id | str | ja |
color_hex | str | null | nee |
description | str | null | nee |
tag_name | str | null | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
color_hex | str | ja |
id | str | ja |
name | str | ja |
created_at | str | null | nee |
description | str | null | nee |
updated_at | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
Aanvraag:Respons:
MCP-voorbeeld
MCP-voorbeeld
Aanvraag:Respons: