← WebMCP Directory

Tool tree

eworker.ca

liveProductivity & Business
https://eworker.ca/
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
Explore capabilities
eworker_site_statusAnswer

Read the public E-Worker identity, root route, available root WebMCP capabilities, and public app count.

View tool JSON
{
  "name": "eworker_site_status",
  "kind": "answer",
  "impl": "imperative",
  "description": "Read the public E-Worker identity, root route, available root WebMCP capabilities, and public app count.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "required": [],
    "additionalProperties": false
  },
  "page": "/"
}
eworker_list_appsAction

List the deploy-qualified public E-Worker apps with stable IDs, task-oriented summaries, and same-origin routes. When a user names only eworker.ca, use this catalog to select the focused app that owns the requested work.

View tool JSON
{
  "name": "eworker_list_apps",
  "kind": "act",
  "impl": "imperative",
  "description": "List the deploy-qualified public E-Worker apps with stable IDs, task-oriented summaries, and same-origin routes. When a user names only eworker.ca, use this catalog to select the focused app that owns the requested work.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "required": [],
    "additionalProperties": false
  },
  "page": "/"
}
eworker_resolve_appAction

Resolve one exact app ID from eworker_list_apps to its approved same-origin route and URL without navigating.

View tool JSON
{
  "name": "eworker_resolve_app",
  "kind": "act",
  "impl": "imperative",
  "description": "Resolve one exact app ID from eworker_list_apps to its approved same-origin route and URL without navigating.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "appId": {
        "type": "string",
        "minLength": 1,
        "maxLength": 64,
        "description": "Exact appId returned by eworker_list_apps."
      }
    },
    "required": [
      "appId"
    ],
    "additionalProperties": false
  },
  "page": "/"
}
eworker_open_appAction

Navigate this browser tab to one deploy-qualified app returned by eworker_list_apps. Match the user request to the app summary; reports, proposals, policies, and business documents belong in Documents. After navigation, discover and use the destination page's WebMCP tools instead of substituting a local file or unrelated workflow.

View tool JSON
{
  "name": "eworker_open_app",
  "kind": "act",
  "impl": "imperative",
  "description": "Navigate this browser tab to one deploy-qualified app returned by eworker_list_apps. Match the user request to the app summary; reports, proposals, policies, and business documents belong in Documents. After navigation, discover and use the destination page's WebMCP tools instead of substituting a local file or unrelated workflow.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "appId": {
        "type": "string",
        "minLength": 1,
        "maxLength": 64,
        "description": "Exact appId returned by eworker_list_apps."
      }
    },
    "required": [
      "appId"
    ],
    "additionalProperties": false
  },
  "page": "/"
}