Documentation Index Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt
Use this file to discover all available pages before exploring further.
Tag
Gestire tag delle risorse e assegnazioni dei tag.
Gli esempi usano la modalità codice A2A. MCP espone la stessa modalità codice tramite lo strumento execute.
Funzioni
tags.add(account_id: str, tag_name: str, color_hex?: str, description?: str | null) -> Tag
Tag: tags.add.
Proprietà Valore Proprietà Valore Autorizzazione richiesta tag.manageAutenticazione richiesta sìModalità di esecuzione syncCapacità tag.manageTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica POST /v1/public/accounts/{account_id}/tags
Nome Tipo Obbligatorio account_idstrsì tag_namestrsì color_hexstrno descriptionstr | nullno
Campo Tipo Obbligatorio color_hexstrsì idstrsì namestrsì created_atstr | nullno descriptionstr | nullno updated_atstr | nullno
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "tags.add(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , tag_name= \" <string> \" , color_hex= \" <string> \" , description= \" <string> \" )"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : "<string>"
},
"responses" : [
{
"index" : 0 ,
"function" : "tags.add" ,
"status" : "completed" ,
"result" : "<string>"
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "tags.add(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , tag_name= \" <string> \" , color_hex= \" <string> \" , description= \" <string> \" )"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : \" <string> \"\n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" tags.add \" , \n \" status \" : \" completed \" , \n \" result \" : \" <string> \"\n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}
tags.delete(account_id: str, tag_id: str) -> {}
Tag: tags.delete.
Proprietà Valore Proprietà Valore Autorizzazione richiesta tag.manageAutenticazione richiesta sìModalità di esecuzione syncCapacità tag.manageTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica DELETE /v1/public/accounts/{account_id}/tags/{tag_id}
Nome Tipo Obbligatorio account_idstrsì tag_idstrsì
Campo Tipo Obbligatorio result{}sì
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "tags.delete(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , tag_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" )"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : {}
},
"responses" : [
{
"index" : 0 ,
"function" : "tags.delete" ,
"status" : "completed" ,
"result" : {}
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "tags.delete(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , tag_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" )"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : {} \n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" tags.delete \" , \n \" status \" : \" completed \" , \n \" result \" : {} \n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}
tags.domains.assign
tags.domains.assign(account_id: str, tag_id: str, domain_ids: [str]) -> Tag
Tag: tags.domains.assign.
Proprietà Valore Proprietà Valore Autorizzazione richiesta tag.manageAutenticazione richiesta sìModalità di esecuzione syncCapacità tag.manageTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica POST /v1/public/accounts/{account_id}/tags/{tag_id}/domains/assign
Nome Tipo Obbligatorio account_idstrsì tag_idstrsì domain_ids[str]sì
Campo Tipo Obbligatorio domain_ids[str]sì tag_idstrsì
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "tags.domains.assign(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , tag_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , domain_ids= \" example.com \" )"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : {
"domain_ids" : [
"<string>"
],
"tag_id" : "<string>"
}
},
"responses" : [
{
"index" : 0 ,
"function" : "tags.domains.assign" ,
"status" : "completed" ,
"result" : {
"domain_ids" : [
"<string>"
],
"tag_id" : "<string>"
}
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "tags.domains.assign(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , tag_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , domain_ids= \" example.com \" )"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : { \n \" domain_ids \" : [ \n \" <string> \"\n ], \n \" tag_id \" : \" <string> \"\n } \n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" tags.domains.assign \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" domain_ids \" : [ \n \" <string> \"\n ], \n \" tag_id \" : \" <string> \"\n } \n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}
tags.domains.unassign
tags.domains.unassign(account_id: str, tag_id: str, domain_ids: [str]) -> {}
Tag: tags.domains.unassign.
Proprietà Valore Proprietà Valore Autorizzazione richiesta tag.manageAutenticazione richiesta sìModalità di esecuzione syncCapacità tag.manageTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica POST /v1/public/accounts/{account_id}/tags/{tag_id}/domains/unassign
Nome Tipo Obbligatorio account_idstrsì tag_idstrsì domain_ids[str]sì
Campo Tipo Obbligatorio result{}sì
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "tags.domains.unassign(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , tag_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , domain_ids= \" example.com \" )"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : {}
},
"responses" : [
{
"index" : 0 ,
"function" : "tags.domains.unassign" ,
"status" : "completed" ,
"result" : {}
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "tags.domains.unassign(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , tag_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , domain_ids= \" example.com \" )"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : {} \n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" tags.domains.unassign \" , \n \" status \" : \" completed \" , \n \" result \" : {} \n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}
tags.list(account_id: str, page?: int, page_size?: int) -> Page[Tag]
Tag: tags.list.
Proprietà Valore Proprietà Valore Autorizzazione richiesta tag.viewAutenticazione richiesta sìModalità di esecuzione syncCapacità tag.viewTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica GET /v1/public/accounts/{account_id}/tags
Nome Tipo Obbligatorio account_idstrsì pageintno page_sizeintno
Campo Tipo Obbligatorio items[{"color_hex": str, "id": str, "name": str, "created_at"?: str | null, "description"?: str | null, "updated_at"?: str | null}]sì pageintsì page_sizeintsì totalintsì
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "tags.list(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , page=123, page_size=123)"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : "<string>"
},
"responses" : [
{
"index" : 0 ,
"function" : "tags.list" ,
"status" : "completed" ,
"result" : "<string>"
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "tags.list(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , page=123, page_size=123)"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : \" <string> \"\n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" tags.list \" , \n \" status \" : \" completed \" , \n \" result \" : \" <string> \"\n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}
tags.update(account_id: str, tag_id: str, color_hex?: str | null, description?: str | null, tag_name?: str | null) -> Tag
Tag: tags.update.
Proprietà Valore Proprietà Valore Autorizzazione richiesta tag.manageAutenticazione richiesta sìModalità di esecuzione syncCapacità tag.manageTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica PATCH /v1/public/accounts/{account_id}/tags/{tag_id}
Nome Tipo Obbligatorio account_idstrsì tag_idstrsì color_hexstr | nullno descriptionstr | nullno tag_namestr | nullno
Campo Tipo Obbligatorio color_hexstrsì idstrsì namestrsì created_atstr | nullno descriptionstr | nullno updated_atstr | nullno
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "tags.update(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , tag_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , color_hex= \" <string> \" , description= \" <string> \" , tag_name= \" <string> \" )"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : "<string>"
},
"responses" : [
{
"index" : 0 ,
"function" : "tags.update" ,
"status" : "completed" ,
"result" : "<string>"
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "tags.update(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , tag_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , color_hex= \" <string> \" , description= \" <string> \" , tag_name= \" <string> \" )"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : \" <string> \"\n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" tags.update \" , \n \" status \" : \" completed \" , \n \" result \" : \" <string> \"\n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}