{ "name": "CreateMilestone", "fully_qualified_name": "PylonApi.CreateMilestone@0.1.0", "description": "Create a new milestone in a project management system.\n\nThis tool is used to create a milestone within a project management application. It should be called when there's a need to add a new milestone to track progress or set goals in a project. The tool confirms the creation of the milestone.", "toolkit": { "name": "PylonApi", "description": null, "version": "0.1.0" }, "input": { "parameters": [ { "name": "milestone_name", "required": true, "description": "The name of the milestone to be created. This is the title that will be displayed for the milestone.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Name for this milestone" }, "inferrable": true, "http_endpoint_parameter_name": "name" }, { "name": "project_id_for_milestone", "required": true, "description": "The unique identifier for the project to which this milestone belongs. Required for associating the milestone with the correct project.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Project ID for this milestone" }, "inferrable": true, "http_endpoint_parameter_name": "project_id" }, { "name": "milestone_due_date", "required": false, "description": "Due date for this milestone in RFC 3339 format (e.g., 2023-12-31T23:59:59Z).", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Due date for this milestone, in RFC 3339 format" }, "inferrable": true, "http_endpoint_parameter_name": "due_date" }, { "name": "account_id_for_project", "required": false, "description": "Account ID for the project. This is needed to associate the milestone with the correct account.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Account ID for this project" }, "inferrable": true, "http_endpoint_parameter_name": "account_id" } ] }, "output": { "description": "Response from the API endpoint 'CreateMilestone'.", "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": "PYLON_SECRET_TOKEN" } ], "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 pylon API." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.2.0", "description": "" }, "url": "https://api.usepylon.com/milestones", "http_method": "POST", "headers": {}, "parameters": [ { "name": "name", "tool_parameter_name": "milestone_name", "description": "Name for this milestone", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Name for this milestone" }, "accepted_as": "query", "required": true, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "due_date", "tool_parameter_name": "milestone_due_date", "description": "Due date for this milestone, in RFC 3339 format", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Due date for this milestone, in RFC 3339 format" }, "accepted_as": "query", "required": false, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "project_id", "tool_parameter_name": "project_id_for_milestone", "description": "Project ID for this milestone", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Project ID for this milestone" }, "accepted_as": "query", "required": true, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "account_id", "tool_parameter_name": "account_id_for_project", "description": "Account ID for this project", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Account ID for this project" }, "accepted_as": "query", "required": false, "deprecated": false, "default": null, "documentation_urls": [] } ], "documentation_urls": [], "secrets": [ { "arcade_key": "PYLON_SECRET_TOKEN", "parameter_name": "Authorization", "accepted_as": "header", "formatted_value": "Bearer {authorization}", "description": "", "is_auth_token": false } ], "request_body_spec": null, "use_request_body_schema_mode": false, "validate_request_body_schema": false } }