Skip to main content
Glama
MarkAC007

mcp-server-scf

by MarkAC007

scf_create_system

Create a new system in your organization's infrastructure inventory, linking it to capabilities and evidence for security compliance tracking.

Instructions

Create a system in the organization's infrastructure inventory (write — editor+ role). Systems can be linked to capabilities and evidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesHuman-readable system name (required)
org_idYesOrganization UUID — obtain from scf_list_organizations
statusNoLifecycle status (default: active)active
vendorNoLegacy free-text vendor name (prefer vendor_id for a structural link)
categoryNoFree-text category (e.g., 'SIEM', 'Endpoint', 'Identity')
vendor_idNoVendor UUID to structurally link this system to — obtain from scf_list_vendors (same org)
descriptionNoFree-text description of the system
system_typeYesSystem classification: cloud_provider, identity_provider, ticketing, logging, security_tool, code_repository, document_management, or custom
catalog_template_idNoSystem-catalog template ID to link — obtain from scf_list_system_catalog
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that the operation is a write (creation) and requires "editor+" role. It also notes potential linking to capabilities/evidence. However, it does not mention side effects (e.g., whether name must be unique), error conditions, or the return value.

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?

Two sentences deliver the essential information: action, resource, role, and a key relationship. No superfluous words. Front-loaded with the main purpose.

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?

The description is adequate for a simple create operation with good schema coverage, but it lacks details on return values, failure modes, or uniqueness constraints, which would be useful given the 9 parameters.

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%, so the baseline is 3. The description adds no extra parameter meanings beyond what the schema already provides; it only adds a general note about linking to capabilities/evidence.

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?

The description clearly states the action ("Create") and resource ("system in the organization's infrastructure inventory"). It also mentions the required role ("editor+") and that systems can be linked to capabilities/evidence. However, it does not explicitly differentiate from the sibling tool scf_update_system, though the verb implies creation.

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

Usage Guidelines2/5

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

The description indicates the required role ("editor+") but provides no guidance on when to use this tool versus alternatives like scf_update_system or scf_list_systems. There is no mention of 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