You're viewing a demo portfolio

Join the waitlist
PRSM

set_goal

Active

Tool of FlowVolt

declared in 0.1.0

Set this tenant's meeting goal: the weekly qualified-meeting target the engine paces toward. The Conductor reads this every run to allocate capacity. Use when the calling agent (or operator) wants more or fewer meetings per week, or to pause/resume the engine for this tenant. Returns: { client_id, weekly_meeting_target, status }.

Parameters schema

{
  "type": "object",
  "required": [
    "weekly_meeting_target"
  ],
  "properties": {
    "status": {
      "enum": [
        "active",
        "paused"
      ],
      "type": "string",
      "description": "Pacing gate. \"paused\" excludes the tenant from Conductor plans entirely. Default \"active\"."
    },
    "weekly_meeting_target": {
      "type": "number",
      "description": "Qualified meetings per week to pace toward. Integer >= 0. Example: 3"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FlowVolt

https://github.com/Larshiensch99/flowvolt-strike-engine

1/7 registries
View full server →
set_goal — FlowVolt — PRSM MCP