Skip to main content
Glama
MarkAC007

mcp-server-scf

by MarkAC007

scf_generate_documents

Queue ISMS document generation for multiple generators, skipping existing documents unless force is set. Returns a task ID to track progress via status polling.

Instructions

Queue ISMS document generation for one or more generators (write — admin role). Returns a task_id; poll scf_get_document_generation_status. Existing documents are skipped unless force is set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNoRegenerate even when a document already exists for that generator and domain (default false)
org_idYesOrganization UUID — obtain from scf_list_organizations
requestsYesBetween 1 and 40 generation requests to queue in this batch
Behavior4/5

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

With no annotations provided, the description carries the full disclosure burden. It openly states that the operation is a write, requires an admin role, is queued asynchronously via task_id, and skips existing documents unless force is set. It does not detail failure modes or downstream effects, but the core behavior is transparent.

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 compact and front-loaded with the action and role, followed by the return/polling contract and the force behavior. Every sentence carries essential information and there is no filler or redundant restatement.

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

Completeness5/5

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

For a tool with no output schema and no annotations, this description covers the key operational context: it is asynchronous, returns a task_id, directs to the status tool, and explains the skip/force behavior. The schema covers the required parameters and value sources, so together they give an agent enough to call and interpret the tool correctly.

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 reinforces force semantics and the idea of multiple generators, but it does not add new parameter-level meaning beyond what the schema already documents. The skip/force wording mirrors the force property description rather than adding novel information.

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 states a specific action ('Queue ISMS document generation') on a specific resource ('one or more generators') and clearly distinguishes the tool from the related status-polling sibling by naming scf_get_document_generation_status. It also flags the write and admin-role nature, which differentiates it from read-only document tools.

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 gives an explicit post-call workflow: returns a task_id and tells the agent to poll the status tool. It also explains the force/skip behavior. However, it does not explicitly state when not to use this tool or name alternatives for listing existing documents, so it stops short of full alternative routing.

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