arcade-mcp/toolkits/datadog_api/arcade_datadog_api/wrapper_tools/SyncDatadogTeamsWithGithub.json
jottakka f05560bbf4
[MOAR][DATADOG] Adding DataDog starter toolkit (+590) (#633)
Co-authored-by: Francisco Liberal <francisco@arcade.dev>
2025-10-20 15:49:48 -03:00

204 lines
8.5 KiB
JSON

{
"name": "SyncDatadogTeamsWithGithub",
"fully_qualified_name": "DatadogApi.SyncDatadogTeamsWithGithub@0.1.0",
"description": "Link existing Datadog teams with GitHub teams by name matching.\n\nSynchronizes Datadog teams with GitHub teams by name, evaluating all current teams without making modifications. Requires a connected GitHub organization and appropriate permissions.",
"toolkit": {
"name": "ArcadeDatadogApi",
"description": null,
"version": "0.1.0"
},
"input": {
"parameters": [
{
"name": "source_platform",
"required": true,
"description": "Specify the external source platform for team synchronization. Only \"github\" is supported.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": [
"github"
],
"properties": null,
"inner_properties": null,
"description": "The external source platform for team synchronization. Only \"github\" is supported."
},
"inferrable": true,
"http_endpoint_parameter_name": "data.attributes.source"
},
{
"name": "synchronization_type",
"required": true,
"description": "Type of synchronization operation. Only \"link\" is supported to match existing teams by name.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": [
"link"
],
"properties": null,
"inner_properties": null,
"description": "The type of synchronization operation. Only \"link\" is supported, which links existing teams by matching names."
},
"inferrable": true,
"http_endpoint_parameter_name": "data.attributes.type"
},
{
"name": "team_sync_bulk_type",
"required": true,
"description": "Specifies the type for bulk team synchronization. Use 'team_sync_bulk'.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": [
"team_sync_bulk"
],
"properties": null,
"inner_properties": null,
"description": "Team sync bulk type."
},
"inferrable": true,
"http_endpoint_parameter_name": "data.type"
}
]
},
"output": {
"description": "Response from the API endpoint 'SyncTeams'.",
"available_modes": [
"value",
"error",
"null"
],
"value_schema": {
"val_type": "json",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
}
},
"requirements": {
"authorization": null,
"secrets": [
{
"key": "DATADOG_API_KEY"
},
{
"key": "DATADOG_APPLICATION_KEY"
},
{
"key": "DATADOG_BASE_URL"
}
],
"metadata": null
},
"deprecation_message": null,
"metadata": {
"object_type": "api_wrapper_tool",
"version": "1.1.0",
"description": "Tools that enable LLMs to interact directly with the Datadog API."
},
"http_endpoint": {
"metadata": {
"object_type": "http_endpoint",
"version": "1.2.0",
"description": ""
},
"url": "https://{datadog_base_url}/api/v2/team/sync",
"http_method": "POST",
"headers": {},
"parameters": [
{
"name": "data.attributes.source",
"tool_parameter_name": "source_platform",
"description": "The external source platform for team synchronization. Only \"github\" is supported.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": [
"github"
],
"properties": null,
"inner_properties": null,
"description": "The external source platform for team synchronization. Only \"github\" is supported."
},
"accepted_as": "body",
"required": true,
"deprecated": false,
"default": null,
"documentation_urls": []
},
{
"name": "data.attributes.type",
"tool_parameter_name": "synchronization_type",
"description": "The type of synchronization operation. Only \"link\" is supported, which links existing teams by matching names.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": [
"link"
],
"properties": null,
"inner_properties": null,
"description": "The type of synchronization operation. Only \"link\" is supported, which links existing teams by matching names."
},
"accepted_as": "body",
"required": true,
"deprecated": false,
"default": null,
"documentation_urls": []
},
{
"name": "data.type",
"tool_parameter_name": "team_sync_bulk_type",
"description": "Team sync bulk type.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": [
"team_sync_bulk"
],
"properties": null,
"inner_properties": null,
"description": "Team sync bulk type."
},
"accepted_as": "body",
"required": true,
"deprecated": false,
"default": null,
"documentation_urls": []
}
],
"documentation_urls": [],
"secrets": [
{
"arcade_key": "DATADOG_API_KEY",
"parameter_name": "DD-API-KEY",
"accepted_as": "header",
"formatted_value": null,
"description": "",
"is_auth_token": false
},
{
"arcade_key": "DATADOG_APPLICATION_KEY",
"parameter_name": "DD-APPLICATION-KEY",
"accepted_as": "header",
"formatted_value": null,
"description": "",
"is_auth_token": false
},
{
"arcade_key": "DATADOG_BASE_URL",
"parameter_name": "datadog_base_url",
"accepted_as": "path",
"formatted_value": null,
"description": "",
"is_auth_token": false
}
],
"request_body_spec": "{\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"description\": \"Team sync request.\",\n \"example\": {\n \"data\": {\n \"attributes\": {\n \"source\": \"github\",\n \"type\": \"link\"\n },\n \"type\": \"team_sync_bulk\"\n }\n },\n \"properties\": {\n \"data\": {\n \"description\": \"Team sync data.\",\n \"properties\": {\n \"attributes\": {\n \"description\": \"Team sync attributes.\",\n \"properties\": {\n \"source\": {\n \"description\": \"The external source platform for team synchronization. Only \\\"github\\\" is supported.\",\n \"enum\": [\n \"github\"\n ],\n \"example\": \"github\",\n \"type\": \"string\",\n \"x-enum-varnames\": [\n \"GITHUB\"\n ]\n },\n \"type\": {\n \"description\": \"The type of synchronization operation. Only \\\"link\\\" is supported, which links existing teams by matching names.\",\n \"enum\": [\n \"link\"\n ],\n \"example\": \"link\",\n \"type\": \"string\",\n \"x-enum-varnames\": [\n \"LINK\"\n ]\n }\n },\n \"required\": [\n \"source\",\n \"type\"\n ],\n \"type\": \"object\"\n },\n \"type\": {\n \"description\": \"Team sync bulk type.\",\n \"enum\": [\n \"team_sync_bulk\"\n ],\n \"example\": \"team_sync_bulk\",\n \"type\": \"string\",\n \"x-enum-varnames\": [\n \"TEAM_SYNC_BULK\"\n ]\n }\n },\n \"required\": [\n \"attributes\",\n \"type\"\n ],\n \"type\": \"object\"\n }\n },\n \"required\": [\n \"data\"\n ],\n \"type\": \"object\"\n }\n }\n },\n \"required\": true\n}",
"use_request_body_schema_mode": false,
"validate_request_body_schema": false
}
}