Skip to main content
Glama
MarkAC007

mcp-server-scf

by MarkAC007

scf_scope_framework

Bulk-scope all controls from a compliance framework into your organization, creating scoped-control entries for each.

Instructions

Bulk-scope every control mapped to a framework into the organization (write — editor+ role). Creates a scoped-control entry for each control in the framework.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_idYesOrganization UUID — obtain from scf_list_organizations
framework_idYesFramework slug to scope (e.g., 'nist-800-53-r5') — obtain from scf_list_frameworks
Behavior2/5

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

No annotations are provided, so the description carries full responsibility. It discloses that the tool creates scoped-control entries, but it does not specify whether the operation is idempotent, what happens if controls are already scoped, or whether any data is destroyed. The write nature is implied but not detailed, leaving behavioral gaps.

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 extremely concise at two sentences, with no redundant or extraneous information. Every phrase earns its place, clearly communicating the action, scope, and role requirement.

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?

Despite the tool's complexity (bulk write operation) and lack of output schema or annotations, the description is minimal. It does not cover potential side effects, error states, idempotency, or format of the response. Important contextual details for a bulk operation are missing, making the description incomplete.

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 description coverage is 100%, with both parameters (org_id, framework_id) having clear descriptions instructing the user to obtain values from other tools (scf_list_organizations, scf_list_frameworks). The tool description adds no further parameter-level information, so baseline 3 is appropriate.

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 bulk-scopes every control in a framework into the organization by creating scoped-control entries. It uses specific verbs ('Bulk-scope', 'Creates') and resource ('scoped-control entry for each control'), and it distinguishes itself from sibling tools like scf_batch_update_controls (update vs create) and scf_list_scoped_controls (list vs create).

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 mentions the required role ('write — editor+ role'), which is helpful, but it does not explicitly state when to use this tool versus alternatives like scf_list_scoped_controls (to check existing scoping) or scf_update_scoped_control (to modify individual scoped controls). No guidance on prerequisites or when not to use it.

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