arcade-mcp/toolkits/posthog_api/arcade_posthog_api/wrapper_tools/UpdateTaskInProject.json
jottakka b7bb2c8d03
[MOAR][PostHog] Adding PostHog starter toolkit (+722) (#654)
Co-authored-by: Francisco Liberal <francisco@arcade.dev>
2025-10-27 12:22:18 -03:00

419 lines
20 KiB
JSON

{
"name": "UpdateTaskInProject",
"fully_qualified_name": "PosthogApi.UpdateTaskInProject@0.1.0",
"description": "Update a specific task within a project.\n\nUse this tool to modify details of a specific task within a specified project in order to manage work assignments effectively.",
"toolkit": {
"name": "ArcadePosthogApi",
"description": null,
"version": "0.1.0"
},
"input": {
"parameters": [
{
"name": "task_uuid",
"required": true,
"description": "A UUID string that uniquely identifies the specific task to be updated.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "A UUID string identifying this task."
},
"inferrable": true,
"http_endpoint_parameter_name": "id"
},
{
"name": "project_identifier",
"required": true,
"description": "The unique ID of the project to access for task updates. Retrieve this using the /api/projects/ endpoint.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/."
},
"inferrable": true,
"http_endpoint_parameter_name": "project_id"
},
{
"name": "task_update_details",
"required": false,
"description": "A JSON object containing task details to update. Includes fields like id, title, description, position, and others.",
"value_schema": {
"val_type": "json",
"inner_val_type": null,
"enum": null,
"properties": {
"id": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"task_number": {
"val_type": "integer",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"slug": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"title": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"description": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"origin_product": {
"val_type": "string",
"inner_val_type": null,
"enum": [
"error_tracking",
"eval_clusters",
"user_created",
"support_queue",
"session_summaries"
],
"properties": null,
"inner_properties": null,
"description": "* `error_tracking` - Error Tracking\n* `eval_clusters` - Eval Clusters\n* `user_created` - User Created\n* `support_queue` - Support Queue\n* `session_summaries` - Session Summaries"
},
"position": {
"val_type": "integer",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"github_integration": {
"val_type": "integer",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "GitHub integration for this task"
},
"repository_config": {
"val_type": "json",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "Repository configuration with organization and repository fields"
},
"repository_list": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"primary_repository": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"latest_run": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"created_at": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"updated_at": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
}
},
"inner_properties": null,
"description": ""
},
"inferrable": true,
"http_endpoint_parameter_name": "requestBody"
}
]
},
"output": {
"description": "Response from the API endpoint 'tasks_partial_update'.",
"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": "POSTHOG_SERVER_URL"
},
{
"key": "POSTHOG_PERSONAL_API_KEY"
}
],
"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": "{posthog_server_url}/api/projects/{project_id}/tasks/{id}/",
"http_method": "PATCH",
"headers": {},
"parameters": [
{
"name": "id",
"tool_parameter_name": "task_uuid",
"description": "A UUID string identifying this task.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "A UUID string identifying this task."
},
"accepted_as": "path",
"required": true,
"deprecated": false,
"default": null,
"documentation_urls": []
},
{
"name": "project_id",
"tool_parameter_name": "project_identifier",
"description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/."
},
"accepted_as": "path",
"required": true,
"deprecated": false,
"default": null,
"documentation_urls": []
},
{
"name": "requestBody",
"tool_parameter_name": "task_update_details",
"description": "",
"value_schema": {
"val_type": "json",
"inner_val_type": null,
"enum": null,
"properties": {
"id": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"task_number": {
"val_type": "integer",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"slug": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"title": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"description": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"origin_product": {
"val_type": "string",
"inner_val_type": null,
"enum": [
"error_tracking",
"eval_clusters",
"user_created",
"support_queue",
"session_summaries"
],
"properties": null,
"inner_properties": null,
"description": "* `error_tracking` - Error Tracking\n* `eval_clusters` - Eval Clusters\n* `user_created` - User Created\n* `support_queue` - Support Queue\n* `session_summaries` - Session Summaries"
},
"position": {
"val_type": "integer",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"github_integration": {
"val_type": "integer",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "GitHub integration for this task"
},
"repository_config": {
"val_type": "json",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "Repository configuration with organization and repository fields"
},
"repository_list": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"primary_repository": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"latest_run": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"created_at": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
},
"updated_at": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
}
},
"inner_properties": null,
"description": ""
},
"accepted_as": "body",
"required": false,
"deprecated": false,
"default": null,
"documentation_urls": []
}
],
"documentation_urls": [],
"secrets": [
{
"arcade_key": "POSTHOG_SERVER_URL",
"parameter_name": "posthog_server_url",
"accepted_as": "path",
"formatted_value": null,
"description": "",
"is_auth_token": false
},
{
"arcade_key": "POSTHOG_PERSONAL_API_KEY",
"parameter_name": "Authorization",
"accepted_as": "header",
"formatted_value": "Bearer {authorization}",
"description": "",
"is_auth_token": false
}
],
"request_body_spec": "{\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"string\",\n \"format\": \"uuid\",\n \"readOnly\": true\n },\n \"task_number\": {\n \"type\": \"integer\",\n \"readOnly\": true,\n \"nullable\": true\n },\n \"slug\": {\n \"type\": \"string\",\n \"readOnly\": true\n },\n \"title\": {\n \"type\": \"string\",\n \"maxLength\": 255\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"origin_product\": {\n \"enum\": [\n \"error_tracking\",\n \"eval_clusters\",\n \"user_created\",\n \"support_queue\",\n \"session_summaries\"\n ],\n \"type\": \"string\",\n \"description\": \"* `error_tracking` - Error Tracking\\n* `eval_clusters` - Eval Clusters\\n* `user_created` - User Created\\n* `support_queue` - Support Queue\\n* `session_summaries` - Session Summaries\"\n },\n \"position\": {\n \"type\": \"integer\",\n \"maximum\": 2147483647,\n \"minimum\": -2147483648\n },\n \"github_integration\": {\n \"type\": \"integer\",\n \"nullable\": true,\n \"description\": \"GitHub integration for this task\"\n },\n \"repository_config\": {\n \"description\": \"Repository configuration with organization and repository fields\"\n },\n \"repository_list\": {\n \"type\": \"string\",\n \"readOnly\": true\n },\n \"primary_repository\": {\n \"type\": \"string\",\n \"readOnly\": true\n },\n \"latest_run\": {\n \"type\": \"string\",\n \"readOnly\": true\n },\n \"created_at\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"readOnly\": true\n },\n \"updated_at\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"readOnly\": true\n }\n }\n }\n },\n \"application/x-www-form-urlencoded\": {\n \"schema\": {\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"string\",\n \"format\": \"uuid\",\n \"readOnly\": true\n },\n \"task_number\": {\n \"type\": \"integer\",\n \"readOnly\": true,\n \"nullable\": true\n },\n \"slug\": {\n \"type\": \"string\",\n \"readOnly\": true\n },\n \"title\": {\n \"type\": \"string\",\n \"maxLength\": 255\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"origin_product\": {\n \"enum\": [\n \"error_tracking\",\n \"eval_clusters\",\n \"user_created\",\n \"support_queue\",\n \"session_summaries\"\n ],\n \"type\": \"string\",\n \"description\": \"* `error_tracking` - Error Tracking\\n* `eval_clusters` - Eval Clusters\\n* `user_created` - User Created\\n* `support_queue` - Support Queue\\n* `session_summaries` - Session Summaries\"\n },\n \"position\": {\n \"type\": \"integer\",\n \"maximum\": 2147483647,\n \"minimum\": -2147483648\n },\n \"github_integration\": {\n \"type\": \"integer\",\n \"nullable\": true,\n \"description\": \"GitHub integration for this task\"\n },\n \"repository_config\": {\n \"description\": \"Repository configuration with organization and repository fields\"\n },\n \"repository_list\": {\n \"type\": \"string\",\n \"readOnly\": true\n },\n \"primary_repository\": {\n \"type\": \"string\",\n \"readOnly\": true\n },\n \"latest_run\": {\n \"type\": \"string\",\n \"readOnly\": true\n },\n \"created_at\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"readOnly\": true\n },\n \"updated_at\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"readOnly\": true\n }\n }\n }\n },\n \"multipart/form-data\": {\n \"schema\": {\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"string\",\n \"format\": \"uuid\",\n \"readOnly\": true\n },\n \"task_number\": {\n \"type\": \"integer\",\n \"readOnly\": true,\n \"nullable\": true\n },\n \"slug\": {\n \"type\": \"string\",\n \"readOnly\": true\n },\n \"title\": {\n \"type\": \"string\",\n \"maxLength\": 255\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"origin_product\": {\n \"enum\": [\n \"error_tracking\",\n \"eval_clusters\",\n \"user_created\",\n \"support_queue\",\n \"session_summaries\"\n ],\n \"type\": \"string\",\n \"description\": \"* `error_tracking` - Error Tracking\\n* `eval_clusters` - Eval Clusters\\n* `user_created` - User Created\\n* `support_queue` - Support Queue\\n* `session_summaries` - Session Summaries\"\n },\n \"position\": {\n \"type\": \"integer\",\n \"maximum\": 2147483647,\n \"minimum\": -2147483648\n },\n \"github_integration\": {\n \"type\": \"integer\",\n \"nullable\": true,\n \"description\": \"GitHub integration for this task\"\n },\n \"repository_config\": {\n \"description\": \"Repository configuration with organization and repository fields\"\n },\n \"repository_list\": {\n \"type\": \"string\",\n \"readOnly\": true\n },\n \"primary_repository\": {\n \"type\": \"string\",\n \"readOnly\": true\n },\n \"latest_run\": {\n \"type\": \"string\",\n \"readOnly\": true\n },\n \"created_at\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"readOnly\": true\n },\n \"updated_at\": {\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"readOnly\": true\n }\n }\n }\n }\n }\n}",
"use_request_body_schema_mode": true,
"validate_request_body_schema": true
}
}