Skip to main content
Glama
MarkAC007

mcp-server-scf

by MarkAC007

scf_list_controls

List SCF security controls from the reference catalog. Returns paginated controls with SCF ID, title, description, and mapped frameworks. Filter by domain, framework, or free-text search.

Instructions

List SCF security controls from the reference catalog. Returns paginated controls with SCF ID, title, description, and mapped frameworks. Filter by domain, framework, or free-text search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size (1–100, default 25)
domainNoSCF domain code (e.g., 'GOV', 'AST', 'IAC') — obtain from scf_list_domains
offsetNoPagination offset — number of results to skip (default 0)
searchNoFree-text filter applied to control title and description
frameworkNoFramework slug (e.g., 'nist-800-53', 'iso-27001') — obtain from scf_list_frameworks
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses pagination via offset/limit, returned fields, and filtering capabilities. It doesn't mention destructive effects, auth needs, or rate limits, but as a read-only listing tool, this is adequate.

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, front-loaded with main purpose and returned fields, then filtering options. No redundant information.

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?

No output schema, but description specifies returned fields. Covers pagination and filtering. Could mention default sorting or order, but overall adequate for a listing tool with 5 optional parameters.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions for all 5 parameters. The description adds value by explaining that domain and framework values can be obtained from scf_list_domains and scf_list_frameworks respectively, and by summarizing the returned fields.

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 clearly states it lists SCF security controls from a reference catalog, specifies returned fields (SCF ID, title, description, mapped frameworks), and mentions filtering. It distinguishes itself from sibling tools like scf_list_domains and scf_list_evidence_catalog by focusing on controls.

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?

Description explains filtering by domain, framework, or free-text search, implying use cases for browsing the reference catalog. It doesn't explicitly exclude other tools or mention when not to use, but context among siblings is clear enough.

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