Skip to main content
Glama
MarkAC007

mcp-server-scf

by MarkAC007

scf_create_system

Create a system in an organization's infrastructure inventory. Specify name, type, and optional vendor or category, then link it to capabilities and evidence for 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

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.7.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already signal mutation (readOnlyHint=false) and non-destructiveness (destructiveHint=false), and the description adds the specific authorization requirement 'editor+ role,' which is genuinely useful behavioral context beyond the annotations. The note that systems can be linked to capabilities and evidence also clarifies the entity's relationships, though it stops short of describing side effects or return behavior.

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, front-loaded sentence that establishe the action, the resource, the permission level, and a key relational capability without any filler. Every phrase earns its place.

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?

Given the schema covers all nine parameters (including required fields, enums, and source lookups) and the description supplies the role requirement, the tool is callable with no critical gaps. The absence of an output schema means the return payload is not described, but for a simple CRUD create this is a minor omission rather than a blocker.

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 each parameter already documented (e.g., org_id says 'obtain from scf_list_organizations,' vendor_id and catalog_template_id have similar sourcing notes. The description adds no parameter-level semantics, so the baseline 3 applies.

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 opens with a specific verb and resource: 'Create a system in the organization's infrastructure inventory,' which unambiguously distinguishes this from sibling tools such as scf_update_system, scf_list_systems, and scf_create_vendor. The parentetical '(write — editor+ role)' further clarifies the action type.

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 create verb plus the 'wite' marker give clear context for when tis tool applies, and the absence of an explicit alternative-routing note is acceptable because the sibling list contains scf_update_system for modifications and scf_list_systems for reads. It does not name those alternatives explicitly, but the usage context is unmistakeable.

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