Tool tree
codaquest_get_pricingAnswer
Read Codaquest's published prices for weekly coding courses, school-holiday camps and the Codaquest+ membership. Prices are in EUR including VAT. Use this instead of reading numbers off the page.
View tool JSON
{
"name": "codaquest_get_pricing",
"kind": "answer",
"impl": "imperative",
"description": "Read Codaquest's published prices for weekly coding courses, school-holiday camps and the Codaquest+ membership. Prices are in EUR including VAT. Use this instead of reading numbers off the page.",
"inputSchema": {
"type": "object",
"properties": {}
}
}codaquest_get_contactAnswer
Read how to reach Codaquest: the Brussels address, the email addresses for parents and for schools or companies, and the phone number.
View tool JSON
{
"name": "codaquest_get_contact",
"kind": "answer",
"impl": "imperative",
"description": "Read how to reach Codaquest: the Brussels address, the email addresses for parents and for schools or companies, and the phone number.",
"inputSchema": {
"type": "object",
"properties": {}
}
}codaquest_read_page_as_markdownAnswer
Read any page of www.codaquest.com as markdown instead of HTML. Pass a path such as /cours or /bootcamp; defaults to the page currently open.
View tool JSON
{
"name": "codaquest_read_page_as_markdown",
"kind": "answer",
"impl": "imperative",
"description": "Read any page of www.codaquest.com as markdown instead of HTML. Pass a path such as /cours or /bootcamp; defaults to the page currently open.",
"inputSchema": {
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Path on www.codaquest.com, for example /cours"
}
}
}
}codaquest_open_free_trial_bookingAction
Open the free trial lesson booking form. The first lesson is free, with no card and no commitment. A person completes the form: it asks for the child's first name, age and level, so it is not filled in on their behalf.
View tool JSON
{
"name": "codaquest_open_free_trial_booking",
"kind": "act",
"impl": "imperative",
"description": "Open the free trial lesson booking form. The first lesson is free, with no card and no commitment. A person completes the form: it asks for the child's first name, age and level, so it is not filled in on their behalf.",
"inputSchema": {
"type": "object",
"properties": {}
}
}codaquest_newsletter_signupSensitive Action
Subscribe an email address to the Codaquest newsletter, which announces new course terms and school-holiday camp dates in Brussels.
View tool JSON
{
"name": "codaquest_newsletter_signup",
"kind": "transact",
"impl": "declarative",
"description": "Subscribe an email address to the Codaquest newsletter, which announces new course terms and school-holiday camp dates in Brussels.",
"inputSchema": {
"type": "object",
"properties": {
"website": {
"type": "string"
}
}
}
}