snow_fsm_dispatch_manage

Unified tool for ServiceNow Field Service Management dispatch lookups. Modern ServiceNow FSM does not store dispatch in a single table — there is no wm_agent / wm_dispatch_group table. This tool composes the answer from several real tables: sys_user (filtered by wm_* role) for technicians, sys_us...

Server Serac serac-labs/serac
Category Read
Risk class Low
Parameters 00 required

What snow_fsm_dispatch_manage does on Serac

AI agents call snow_fsm_dispatch_manage to retrieve information from Serac without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

Why snow_fsm_dispatch_manage needs a policy

The tool is described as performing lookups and composing answers from multiple tables — purely a read/query operation. However, it has medium severity because it exposes potentially sensitive operational data about technicians, schedules, and assignment groups that could be misused for social engineering or operational disruption.

From the tool's definition Unified tool for ServiceNow Field Service Management dispatch lookups... This tool composes the answer from several real tables...

Questions about snow_fsm_dispatch_manage

What does the snow_fsm_dispatch_manage tool do? +

Unified tool for ServiceNow Field Service Management dispatch lookups. Modern ServiceNow FSM does not store dispatch in a single table — there is no wm_agent / wm_dispatch_group table. This tool composes the answer from several real tables: sys_user (filtered by wm_* role) for technicians, sys_user_group for assignment groups, wm_agent_schedule_attribute_plan for per-user schedule policy, and wm_work_order_task_potential_assignment_groups for which groups are eligible for a specific work task. Companion tool: snow_fsm_work_order_manage handles wm_order CRUD and snow_fsm_parts_manage handles sm_part_requirement CRUD. Actions: - list_agents - list sys_user rows that hold any FSM role (wm_agent, wm_dispatcher, wm_manager, ...). Optional filters: role, group, location, active flag, and free-text name search - list_groups - list sys_user_group rows. Optional filter: name LIKE search and active flag. Use for picking an assignment_group on a wm_order - list_schedules - list wm_agent_schedule_attribute_plan rows for a given sys_user (or the full set with no filter). Returns home base, travel radius, overtime / penalty rates and the schedule window - list_potential_groups_for_task - list wm_work_order_task_potential_assignment_groups rows for a given wm_task sys_id. Tells you which assignment groups are eligible to take that task - assign_to_work_order - patch a wm_order with assigned_to (sys_user) and/or assignment_group (sys_user_group). Inherited from task — both fields exist on wm_order even though they aren. It is categorised as a Read tool in the Serac MCP Server, which means it retrieves data without modifying state.

How do I enforce a policy on snow_fsm_dispatch_manage? +

Register the Serac MCP server in PolicyLayer and add a rule for snow_fsm_dispatch_manage: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Serac. Nothing to install.

What risk level is snow_fsm_dispatch_manage? +

snow_fsm_dispatch_manage is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit snow_fsm_dispatch_manage? +

Yes. Add a rate_limit block to the snow_fsm_dispatch_manage rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block snow_fsm_dispatch_manage completely? +

Set action: deny in the PolicyLayer policy for snow_fsm_dispatch_manage. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides snow_fsm_dispatch_manage? +

snow_fsm_dispatch_manage is provided by the Serac MCP server (serac-labs/serac). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

snow_fsm_dispatch_manage is one line of Serac's registry record.

The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.