Skip to main content
Glama
sassoftware

SAS MCP Server

Official
by sassoftware

update_business_rule

Modify an existing business rule by updating its name, conditions, actions, conditional chain type, and rule firing tracking settings.

Instructions

Update an existing rule inside a SAS Business Rules rule set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesRule name (max 30 chars).
actionsYesList of assignment/return actions to perform when matched.
rule_idYesThe specific rule UUID to update.
conditionsYesList of conditions (multiple conditions AND together).
ruleset_idYesThe parent rule set UUID.
conditionalYes"if" starts a new independent rule chain, "elseif" continues the previous rule's chain, "or" ORs into it.
rule_fired_tracking_enabledYesWhether to record when this rule fires.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, and the description only mentions 'update' which implies mutation but does not disclose any behavioral traits such as required permissions, atomicity, validations, or side effects. The description fails to provide transparency beyond the basic operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, concise sentence with no redundant information. It gets straight to the point, earning its place without waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 7 required parameters and no annotations, the description is too minimal. It does not explain that all parameters are required, nor does it provide context on parameters like 'conditional' or the relationship between 'rule_id' and 'ruleset_id'. An output schema exists, but the description should still cover key usage points.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema has 100% coverage with descriptions for all 7 parameters. The description does not add any additional meaning beyond what the schema already provides. Baseline score of 3 is appropriate as the description does not enhance parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool updates an existing rule inside a rule set, differentiating it from create_business_rule and delete_business_rule. The verb 'update' and specific resource 'rule inside a SAS Business Rules rule set' are precise.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implicitly indicates usage for updating existing rules, but lacks explicit guidance on when to use this tool versus alternatives like create_business_rule or delete_business_rule. No context on prerequisites or exclusive cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sassoftware/sas-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server