Skip to main content
Glama
MarkAC007

mcp-server-scf

by MarkAC007

scf_get_domain

Read-only

Retrieve a single SCF domain and its controls by domain code or slug. Excludes deprecated controls unless requested.

Instructions

Get one SCF domain with its controls (read, no org). Deprecated controls are excluded unless include_deprecated is set; a deprecated domain still resolves, badged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYesDomain code or slug, e.g. 'IAC' — obtain from scf_list_domains
include_deprecatedNoInclude deprecated controls (default false)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv3.4.2

TDQS

A4.4/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 adds useful non-obvious behavior: deprecated controls are excluded by default, and a deprecated domain still resolves but is badged. This goes beyond what the annotation alone communicates.

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, no filler. The first sentence front-loads the core purpose, and the second conveys the key behavioral nuance. Every clause 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?

For a simple read-only getter with two well-documented parameters, the description covers purpose, filtering behavior, and identifier edge cases. There is no output schema, but 'domain with its controls' and 'badged' provide sufficient return-context for an agent to use the tool correctly.

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%, so the baseline is 3. The description adds extra meaning by explaining the include_deprecated default behavior and by revealing that a deprecated domain identifier still resolves and comes back badged, which is not present in the schema.

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 and resource: 'Get one SCF domain with its controls.' It also includes scope ('read, no org') that distinguishes it from list-style or org-scoped siblings like scf_list_domains, making the tool's purpose immediately unambiguous.

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 clear usage context: it is a read-only fetch of one domain, not org-scoped, with deprecated controls excluded unless explicitly included. It does not explicitly name alternative tools or state when not to use it, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools