Skip to main content
Glama

C4C: Mortgage Industry Regulations

Get playbook reference

get_playbook_reference
Read-onlyIdempotent

Load one stage reference of a playbook (for example the FNMA playbook's DISCOVERY, RECONCILE, SYNTHESIS, PP-UPDATE, CHANGELOG or UPDATING stage) when the workflow reaches that stage. start_playbook lists the valid names. The user's P&Ps and loan files stay in their own chat: never send their text to this server. Playbook tools take only ids.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPlaybook id: one of fnma-ai-lender-letter, fha-underwriting-qc, va-loan-qc, usda-loan-qc.
nameYesReference name, as listed by start_playbook's `references`.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

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, idempotentHint=true, and destructiveHint=false, so the safety profile is known. The description adds valuable behavioral context beyond annotations: user P&Ps and loan files are never sent to this server, and playbook tools take only ids. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The core purpose is front-loaded in the first sentence, and the examples are useful. The extra sentences about privacy and id-only semantics each add meaningful guidance, though the description is slightly denser than strictly necessary.

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?

Given no output schema and rich annotations, the description covers the trigger, where to find valid names, and a critical privacy constraint, which is enough for a correct call. It does not describe the return value shape, but for a simple read-only reference-loading tool this is a minor gap.

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 description coverage is 100%, so the baseline is 3. The description adds practical semantics by saying valid `name` values are listed by start_playbook's `references`, and clarifying that both parameters are id-style values, not content. This goes beyond the schema's field descriptions.

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 ('Load') and resource ('one stage reference of a playbook'), and gives concrete example stages. It also differentiates from the sibling start_playbook by noting that start_playbook lists valid names, so the agent can tell which tool to use.

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 a clear trigger: use it 'when the workflow reaches that stage.' It also points the agent to start_playbook for valid reference names. It does not systematically contrast with all sibling tools like get_playbook_kit or list_playbooks, but the workflow-stage context is sufficient for selection.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources