Skip to main content
Glama
MarkAC007

mcp-server-scf

by MarkAC007

scf_batch_update_controls

Update up to 500 scoped controls in a single transaction using their SCF identifiers.

Instructions

Batch-update up to 500 scoped controls in one transaction (write — editor+ role). Each operation identifies its target by scf_id; status values are lowercase.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_idYesOrganization UUID — obtain from scf_list_organizations
operationsYesUpdate operations to apply (1–500 per call)
Behavior4/5

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

With no annotations provided, the description discloses important behavior: batch size limit, transaction semantics, required role, and the lowercase status requirement. It does not detail rollback behavior or partial failure consequences, which would improve transparency.

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?

Single sentence that conveys all critical information efficiently, front-loaded with the action and scope. No redundant or filler content.

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

Completeness4/5

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

For a batch update tool without output schema, the description covers key aspects: batch size, transaction atomicity, role requirement, identifier format, and status case. Missing details about the return value (e.g., success/failure counts) but still adequate for safe invocation.

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?

Schema coverage is 100%, so the baseline is 3. The description adds batch size limits and notes the required scf_id in each operation, but does not significantly deepen understanding beyond the schema's property descriptions.

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 performs a batch update of scoped controls, specifying the maximum quantity (500) and transaction nature. It distinguishes from the sibling scf_update_scoped_control, which handles single updates.

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

Usage Guidelines4/5

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

The description includes the required role ('editor+'), case formatting for status, and the transaction guarantee. While it doesn't explicitly contrast with alternatives, the batch vs single update distinction is implicit from the tool name and sibling context.

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/MarkAC007/mcp-server-scf'

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