Skip to main content
Glama
MarkAC007

mcp-server-scf

by MarkAC007

scf_create_custom_risk

Create a custom risk for your organization with an auto-generated code and matching risk assessment record.

Instructions

Create a custom org-defined risk (write — editor+ role). Auto-generates an R-ORG-N code and creates the matching risk assessment record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesRisk title (required, max 100 chars)
org_idYesOrganization UUID — obtain from scf_list_organizations
descriptionYesRisk description (required)
category_nameNoCategory label shown in UI (default 'Custom')
category_colorNoHex color for the category badge, e.g., '#6b7280' (default '#6b7280')
Behavior3/5

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

With no annotations, the description carries full burden. It discloses key effects: auto-generates code and creates risk assessment record. However, it lacks details on side effects, permissions beyond role, or rate limits.

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

Conciseness4/5

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

Description is concise (one sentence plus parenthetical) and clearly states the action, role, and automatic behaviors. However, it could benefit from slightly more structure, such as listing key parameters or effects.

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

Completeness3/5

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

For a creation tool with no output schema, the description covers the main action and auto-generation details. Missing hint about return value (likely created risk ID) but overall adequate.

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 covers all 5 parameters with descriptions (100% coverage). The tool description adds minimal parameter context beyond the schema, such as the role requirement, but does not elaborate on specific parameter usage.

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

Purpose4/5

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

Description clearly states the tool creates a custom org-defined risk, specifies it's a write operation requiring editor+ role, and mentions auto-generation of code and assessment record. It distinguishes from other risk tools by the term 'custom org-defined', but does not explicitly contrast with sibling scf_create_risk.

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?

Description indicates when to use (to create a custom org-defined risk) and the required role (editor+), but does not provide when not to use or mention alternative tools like scf_create_risk for standard risks.

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