Skip to main content
Glama
MarkAC007

mcp-server-scf

by MarkAC007

scf_list_capabilities

Read-only

List an organization's security capabilities to identify supported infrastructure functions and map them to evidence.

Instructions

List an organization's capabilities. Capabilities map to systems and evidence, showing what security functions the infrastructure supports.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_idYesOrganization UUID — obtain from scf_list_organizations

Schema Changelog

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

  1. First observedv1.7.0

TDQS

B3.4/5.0
Behavior2/5

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

The readOnlyHint annotation already covers the read-only safety profile. The description adds conceptual domain context ('Capabilities map to systems and evidence') but does not disclose behavioral details such as pagination, filtering, ordering, response shape, or any other runtime behavior beyond simply listing.

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 two concise sentences with the action front-loaded in the first sentence and a useful domain clarification in the second. There is no filler or repetition of the tool name beyond the natural verb usage.

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?

For a simple read-only list operation with one well-documented required parameter, the description is largely adequate. It lacks explicit output shape or pagination details, but the combination of tool name, description, and schema provides enough context for an agent to invoke the tool successfully.

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?

The schema already fully documents the single org_id parameter, including its UUID format and the guidance to obtain it from scf_list_organizations. The description restates the organization scope but adds little beyond what the schema provides, so the baseline of 3 is appropriate.

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 states a specific verb and resource: 'List an organization's capabilities.' It also clarifies what capabilities are by explaining they map to systems and evidence. It does not explicitly differentiate from similar sibling tools like scf_list_capability_themes, but the resource name and explanation make the purpose clear.

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

Usage Guidelines3/5

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

The description implies the tool is for retrieving capability information for an organization, but it offers no when-to-use guidance, no exclusions, and no comparison to related tools such as scf_list_capability_themes or scf_list_system_catalog. Usage context is only implied through the domain definition.

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