Tool tree
page: Every page
subscribe_newsletterSensitive Action
Complete and submit the newsletter popup form on Draft & Goal. Existing validation, consent and CAPTCHA controls still apply.
View tool JSON
{
"name": "subscribe_newsletter",
"kind": "transact",
"impl": "imperative",
"description": "Complete and submit the newsletter popup form on Draft & Goal. Existing validation, consent and CAPTCHA controls still apply.",
"inputSchema": {
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "Work email",
"format": "email",
"maxLength": 254
}
},
"required": [
"email"
]
},
"page": "/"
}log_inAction
Open Draft & Goal Studio in this tab to log in or continue an authenticated session.
View tool JSON
{
"name": "log_in",
"kind": "act",
"impl": "imperative",
"description": "Open Draft & Goal Studio in this tab to log in or continue an authenticated session.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}open_cookie_preferencesAction
Open the CookieYes privacy preference panel without changing any consent choice.
View tool JSON
{
"name": "open_cookie_preferences",
"kind": "act",
"impl": "imperative",
"description": "Open the CookieYes privacy preference panel without changing any consent choice.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}save_cookie_preferencesAction
Save an explicit CookieYes consent choice. Necessary cookies remain enabled. This changes browser privacy preferences.
View tool JSON
{
"name": "save_cookie_preferences",
"kind": "act",
"impl": "imperative",
"description": "Save an explicit CookieYes consent choice. Necessary cookies remain enabled. This changes browser privacy preferences.",
"inputSchema": {
"type": "object",
"properties": {
"choice": {
"type": "string",
"description": "Consent choice to save",
"enum": [
"necessary_only",
"selected",
"all"
]
},
"functional": {
"type": "boolean",
"description": "Allow functional cookies when choice is selected"
},
"analytics": {
"type": "boolean",
"description": "Allow analytics cookies when choice is selected"
},
"performance": {
"type": "boolean",
"description": "Allow performance cookies when choice is selected"
},
"advertisement": {
"type": "boolean",
"description": "Allow advertising cookies when choice is selected"
}
},
"required": [
"choice"
]
},
"page": "/"
}search_siteAnswer
Search Draft & Goal's static site index and return matching pages.
View tool JSON
{
"name": "search_site",
"kind": "answer",
"impl": "imperative",
"description": "Search Draft & Goal's static site index and return matching pages.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search terms"
},
"limit": {
"type": "integer",
"description": "Maximum results, from 1 to 10",
"minimum": 1,
"maximum": 10,
"default": 5
}
},
"required": [
"query"
]
},
"page": "/"
}navigate_toAction
Navigate this browser tab to a path on dng.ai.
View tool JSON
{
"name": "navigate_to",
"kind": "act",
"impl": "imperative",
"description": "Navigate this browser tab to a path on dng.ai.",
"inputSchema": {
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "A same-origin absolute path such as /platform/agents/",
"pattern": "^/",
"maxLength": 2048
}
},
"required": [
"path"
]
},
"page": "/"
}page: Home
book_demoSensitive Action
Open the Draft & Goal demo booking form.
View tool JSON
{
"name": "book_demo",
"kind": "transact",
"impl": "imperative",
"description": "Open the Draft & Goal demo booking form.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}list_articlesAnswer
List the structured articles, case studies, and content cards visible on this page.
View tool JSON
{
"name": "list_articles",
"kind": "answer",
"impl": "imperative",
"description": "List the structured articles, case studies, and content cards visible on this page.",
"inputSchema": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"description": "Maximum items to return",
"minimum": 1,
"maximum": 50,
"default": 20
}
}
},
"page": "/"
}page: Brand assets
list_brand_assetsAnswer
List the brand assets available for download on this page.
View tool JSON
{
"name": "list_brand_assets",
"kind": "answer",
"impl": "imperative",
"description": "List the brand assets available for download on this page.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/company/brand-assets/"
}download_brand_assetAction
Start downloading a Draft & Goal brand asset.
View tool JSON
{
"name": "download_brand_asset",
"kind": "act",
"impl": "imperative",
"description": "Start downloading a Draft & Goal brand asset.",
"inputSchema": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Asset id returned by list_brand_assets",
"enum": [
"complete-brand-kit",
"logo-horizontal-lockup-black-svg",
"logo-horizontal-lockup-black-png",
"logo-horizontal-lockup-white-svg",
"logo-horizontal-lockup-white-png",
"logo-wordmark-black-svg",
"logo-wordmark-black-png",
"logo-wordmark-white-svg",
"logo-wordmark-white-png",
"logo-split-lockup-black-svg",
"logo-split-lockup-black-png",
"logo-split-lockup-white-svg",
"logo-split-lockup-white-png",
"logo-stacked-lockup-black-svg",
"logo-stacked-lockup-black-png",
"logo-stacked-lockup-white-svg",
"logo-stacked-lockup-white-png",
"logo-orbital-lockup-black-svg",
"logo-orbital-lockup-black-png",
"logo-orbital-lockup-white-svg",
"logo-orbital-lockup-white-png",
"logo-symbol-black-svg",
"logo-symbol-black-png",
"logo-symbol-white-svg",
"logo-symbol-white-png",
"master-ai",
"master-eps",
"master-pdf",
"brand-guidance"
]
}
},
"required": [
"id"
]
},
"page": "/company/brand-assets/"
}list_brand_valuesAnswer
List copyable Draft & Goal brand values such as colors and asset references.
View tool JSON
{
"name": "list_brand_values",
"kind": "answer",
"impl": "imperative",
"description": "List copyable Draft & Goal brand values such as colors and asset references.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/company/brand-assets/"
}copy_brand_valueAction
Copy a brand value to the browser clipboard.
View tool JSON
{
"name": "copy_brand_value",
"kind": "act",
"impl": "imperative",
"description": "Copy a brand value to the browser clipboard.",
"inputSchema": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Value id returned by list_brand_values",
"enum": [
"value_1",
"value_2",
"value_3",
"value_4",
"value_5",
"value_6"
]
}
},
"required": [
"id"
]
},
"page": "/company/brand-assets/"
}