> For the complete documentation index, see [llms.txt](https://api-docs.realfinity.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.realfinity.io/mcp/tool-reference.md).

# Tool Reference

Detailed documentation for all 27 tools exposed by the Realfinity MCP server, organized into six pages by domain. Each tool's page includes its parameters, backing store, required roles, and (where safe to capture) an example response.

* Loan Lookup — `get_loan_application`, `get_loan_application_contacts`, `search_loan_applications`, `query_loans`
* Tasks & Conditions — `get_loan_application_user_tasks`, `get_loan_application_borrower_tasks`, `search_loan_tasks`, `conditions_by_outcome`
* Reporting — `report_loans`, `loan_pipeline_report`, `report_loan_milestones`, `mlo_pipeline_report`, `warehouse_loan_milestone_report`, `get_loan_reporting_metadata`
* Pricing — `search_pricing`, `get_product_details`, `get_ineligible_products`
* Data Warehouse — `query_data_warehouse`, `get_data_warehouse_fields`
* Users & Metadata — `search_users`, `get_user_licenses`, `get_current_user`, `get_user_profile`, `report_users`, `get_loan_query_fields`, `ping`, `get_api_access_token`

Most tools are scoped to the loans the calling user may see. The four Data Warehouse-backed tools — `query_data_warehouse`, `get_data_warehouse_fields`, `warehouse_loan_milestone_report`, and `mlo_pipeline_report` — are org-wide instead, and are restricted to `Admin`, `Processor`, and `ConciergeKey`.

See the Overview page for the full tool inventory table with one-line purposes.
