Skip to main content
Glama
MarkAC007

mcp-server-scf

by MarkAC007

scf_list_documents

Read-only

List generated ISMS documents for an organization, showing lifecycle status, section counts, unresolved conflicts, pending retirements, and staleness against current inputs.

Instructions

List generated ISMS documents (read — viewer role): lifecycle status, section counts, unresolved conflicts, pending retirements, and whether the document is stale against current org inputs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_idYesOrganization UUID — obtain from scf_list_organizations
statusNoFilter by lifecycle status (e.g. 'draft', 'approved', 'published')
document_typeNoFilter by document type (e.g. 'policy', 'procedure')

Schema Changelog

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

  1. Addedv2.1.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description reinforces this by stating 'read — viewer role'. It adds useful behavioral content by enumerating what the list reveals: lifecycle status, section counts, unresolved conflicts, pending retirements, and staleness against current org inputs. No contradiction with annotations is present.

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?

A single, front-loaded sentence that states the action, resource, access level, and key returned fields without redundancy. Every clause earns its place.

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 read-only list tool with fully documented parameters and no output schema, the description adequately covers what the call returns and the access context. The agent can correctly select and invoke the tool without needing additional undocumented guidance.

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 coverage is 100%, with all three parameters already documented in the input schema. The description's mention of 'lifecycle status' loosely aligns with the status filter but does not add new meaning beyond what the schema provides. This is the appropriate baseline when the schema carries the parameter burden.

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 verb ('List'), a specific resource ('generated ISMS documents'), and the scope ('read — viewer role'), immediately distinguishing it from singular tools like scf_get_document and from generator-related siblings like scf_list_document_generators. The colon-delimited content list further clarifies what kind of listing this is.

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 clearly signals this is a read-only listing operation with viewer-role access, giving an agent confidence about when it is appropriate to call. However, it does not explicitly name alternatives such as scf_get_document for retrieving a single document or scf_list_document_domains for related listings.

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