New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

snow_csm_contract_manage

Wraps ast_contract (asset contract) + service_entitlement + service_offering. CSM (com.sn_customerservice) does not have native contract tables; ast_contract is the closest functional equivalent and service_entitlement.contract is a native reference to it. Actions: - list_contracts — query ast_co...

SERVERSerac SOURCEserac-labs/serac
Medium RISK CLASS
Category Write
Parameters 00 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/serac/snow-csm-contract-manage.md

What snow_csm_contract_manage does on Serac

AI agents use snow_csm_contract_manage to create or update resources in Serac, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Serac environment.

Why snow_csm_contract_manage is rated Medium

The tool performs multiple operations across the spectrum, but the create_contract action is a reversible write operation that modifies ServiceNow's contract database. While list and get operations are read-only, the creation capability is the most severe function exposed.

From the tool's definition Tool description explicitly includes 'create_contract — create an ast_contract' action, which creates new data records. Also includes 'list_contracts' (Read) and 'get_contract' (Read), but the presence of create capability elevates this to Write category.

Questions about snow_csm_contract_manage

What does the snow_csm_contract_manage tool do? +

Wraps ast_contract (asset contract) + service_entitlement + service_offering. CSM (com.sn_customerservice) does not have native contract tables; ast_contract is the closest functional equivalent and service_entitlement.contract is a native reference to it. Actions: - list_contracts — query ast_contract, optional filters: account, vendor, customer, state, active_only - get_contract — fetch one ast_contract row by sys_id or number, with related entitlement and offering counts - create_contract — create an ast_contract; vendor + vendor_contract + contract_model are required by the schema - list_entitlements — query service_entitlement, optional filters: contract, account, asset, active_only - link_entitlement_to_contract — set service_entitlement.contract on an existing entitlement (the schema. It is categorised as a Write tool in the Serac MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

How do I enforce a policy on snow_csm_contract_manage? +

Register the Serac MCP server in PolicyLayer and add a rule for snow_csm_contract_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_csm_contract_manage? +

snow_csm_contract_manage is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit snow_csm_contract_manage? +

Yes. Add a rate_limit block to the snow_csm_contract_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_csm_contract_manage completely? +

Set action: deny in the PolicyLayer policy for snow_csm_contract_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_csm_contract_manage? +

snow_csm_contract_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.

More on Serac, and thousands of servers like it.

Across the catalogue

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Serac's. Pull the full record:

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.