set_goal
ActiveTool of FlowVolt
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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FlowVolt
https://github.com/Larshiensch99/flowvolt-strike-engine
1/7 registries