Tool tree
Free, open-source desktop AI agent app for macOS, Windows, and Linux. Any model, local models, your own keys. Share skills and MCPs with your team.
page: Every page
navigate_toAction
Navigate the current tab to a key section of openworklabs.com. Use this when the user expresses intent to view pricing, download, enterprise, cloud, docs, trust, or feedback.
View tool JSON
{
"name": "navigate_to",
"kind": "act",
"impl": "imperative",
"description": "Navigate the current tab to a key section of openworklabs.com. Use this when the user expresses intent to view pricing, download, enterprise, cloud, docs, trust, or feedback.",
"inputSchema": {
"type": "object",
"properties": {
"destination": {
"type": "string",
"enum": [
"home",
"download",
"pricing",
"enterprise",
"cloud",
"docs",
"trust",
"feedback"
],
"description": "The named section to navigate to."
}
},
"required": [
"destination"
],
"additionalProperties": false
},
"page": "/"
}open_enterprise_contactSensitive Action
Navigate to the Enterprise page and scroll to the book-a-call section. Use this when the user wants to talk to sales or needs SSO, audit, or procurement support.
View tool JSON
{
"name": "open_enterprise_contact",
"kind": "transact",
"impl": "imperative",
"description": "Navigate to the Enterprise page and scroll to the book-a-call section. Use this when the user wants to talk to sales or needs SSO, audit, or procurement support.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}get_pricing_summaryAnswer
Return OpenWork's pricing tiers, what each includes, and the CTA destination. Read-only; does not navigate.
View tool JSON
{
"name": "get_pricing_summary",
"kind": "answer",
"impl": "imperative",
"description": "Return OpenWork's pricing tiers, what each includes, and the CTA destination. Read-only; does not navigate.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}get_download_linksAnswer
Return the canonical cloud signup URL users should visit before getting desktop app access. Read-only; does not navigate.
View tool JSON
{
"name": "get_download_links",
"kind": "answer",
"impl": "imperative",
"description": "Return the canonical cloud signup URL users should visit before getting desktop app access. Read-only; does not navigate.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}