MCP tool

probierz_author_spec

SIDE-EFFECTING: use the authenticated Stado model router to draft one journey spec from a probe of the real app, verify it with an actual run, and keep it on green (registers the journey in the app manifest).

Input schema#

JSON Schema
{
  "type": "object",
  "properties": {
    "appId": {
      "type": "string"
    },
    "journey": {
      "type": "string"
    },
    "target": {
      "type": "string",
      "description": "web|electron|mobile:ios|mobile:android|desktop:mac|desktop:win|tui"
    },
    "desc": {
      "type": "string",
      "description": "Journey goal in one or two sentences."
    },
    "baseUrl": {
      "type": "string"
    },
    "appPath": {
      "type": "string"
    },
    "rounds": {
      "type": "number"
    }
  },
  "required": [
    "appId",
    "journey",
    "target",
    "desc"
  ]
}

Source snapshot#

Generated from `probierz-mcp` at https://github.com/wisent-ai/probierz.git revision `8ca8c1f19a5eb137164120d54f80405b0d0dbf14`.

The server reports version `0.1.0`; binary SHA-256: `72425bce4d10d4373586fb2ea7deb40be44bf277964e14aa53e52c9216e60bf4`; tools/list SHA-256: `856670843b435996d8cd5e1542c3001560c0cf11baf48a2c528f68e31600fdde`.