jules_send_message
Send instructions to Jules AI coding assistant within active development tasks to automate coding workflows, code reviews, and repository management.
Instructions
Send a message/instruction to Jules in an active task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | Yes | Message to send to Jules | |
taskId | Yes | Task ID or URL |
Input Schema (JSON Schema)
{
"properties": {
"message": {
"description": "Message to send to Jules",
"type": "string"
},
"taskId": {
"description": "Task ID or URL",
"type": "string"
}
},
"required": [
"taskId",
"message"
],
"type": "object"
}