Help Center
Home
Get started
FullClarity
Home
Get started
FullClarity
  • Get started
  • Construction for NetSuite
  • Project Financials
    • Project Financials quick start
    • Install & configure Project Financials
    • How to

      • Creating a project
      • Customise terminology (rename records)
        • Estimate columns
        • Budget columns
        • Forecast columns
        • Revenue recognition columns
      • Managing cost centres
      • Estimating

        • Creating an estimate
        • Adding lines to an estimate
        • Importing an estimate from a spreadsheet
        • Creating purchase orders from the estimate
    • Contracts & billing

      • Contracts & billing
      • Set up billing schedules
      • Issue a progress claim
      • Create a variation
    • Revenue recognition

      • Revenue recognition
      • Set up revrec rules
      • Run a monthly batch
      • Adjust a revrec entry
      • Capital project revrec
    • Reference

      • Reference
      • Configuration record fields
      • Permissions
      • Custom records
      • Column glossary
  • Subcontracts
    • For head contractors

      • For head contractors
      • Create a subcontract
      • Approve a subcontract variation
      • Raise a back-charge
      • Assess a subcontractor claim
    • For subcontractors — web

      • For subcontractors — web
      • View your subcontracts
      • Submit a progress claim
      • Manage variations
    • For subcontractors — mobile

      • For subcontractors — mobile
      • Sign in
      • View your work orders
      • Submit a claim with photos
    • Reference

      • Subcontract states
  • Retainage
    • Quick start
    • Install & configure
    • How to

      • Set up retainage on a contract
      • Issue a retainage claim
      • Release retainage at handover
    • Reference

      • Permissions
  • Timeline
    • Quick start
    • Install & configure
    • How to

      • Create a Gantt from a template
      • Add tasks and dependencies
      • Allocate resources
    • Reference

      • Task fields reference
      • Permissions reference
  • Certified Documents
    • Quick start
    • Install & configure
    • How to

      • Set up a document type
      • Request a document from a vendor
      • Approve or reject a submission
    • Reference

      • Permissions reference
  • File Storage
    • Install & configure
    • How to

      • Enable File Storage on a record type
      • Migrate files from the NetSuite File Cabinet
      • Connect your Microsoft 365 / SharePoint
    • Reference

      • Permissions reference
  • Project Storage
    • Install & configure
    • How to

      • Enable the project files subtab
      • Browse files on a project
  • Project Tracker
    • Quick start
    • Install & configure
    • How to

      • Log an issue
      • Add notes to an issue
      • Run UAT
    • Reference

      • Issue fields
      • UAT results & issue states
      • Permissions
  • Portal
    • Install & configure
    • How to

      • Register a NetSuite account with the FullClarity Portal
      • Refresh API credentials
  • Code Library
    • Install & configure
  • AI Integration
    • How to

      • Set up an MCP role for AI access
      • Connect an AI assistant to FullClarity
    • Reference

      • Available MCP tools

Available MCP tools

A reference inventory of the FullClarity tools your AI assistant can use once connected. Tool descriptions are kept deliberately short — for the full conceptual flow see the AI integration overview.

  • Two FullClarity MCP servers
  • Project Financials tools
    • What "read-only" means in practice
  • Knowledge Hub tools
  • Related

Two FullClarity MCP servers

FullClarity exposes two MCP surfaces to AI assistants:

  1. Project Financials tools (NetSuite-resident). Installed as part of the Project Financials SuiteApp and accessed through the NetSuite AI Connector Service. These tools read live data from your NetSuite account — projects, estimates, contracts, claims, cost centres — using the connected user's role permissions. See Connecting to an AI assistant for setup.
  2. Knowledge Hub server (FullClarity-hosted). A separate FullClarity-hosted MCP server that exposes FullClarity product documentation and capability metadata for AI agents. Used primarily by FullClarity partner and internal teams during solution scoping; not typically connected from end-customer AI clients today.

Most customers will only use the Project Financials tools. The Knowledge Hub server is documented here for completeness.

Project Financials tools

These tools are loaded when you connect to NetSuite using the Project Financials scope (/v1/suiteapp/com.fullclarity.projectfinancials) or the all-tools scope (/v1/all). All tools are read-only.

ToolWhat it does
FC Project Summary (fcGetProjectSummary)Load a project by ID — billing type, margin, cost centre, linked records
FC List Projects (fcListProjects)Search projects with filters (customer, billing type, status, subsidiary)
FC Estimate Worksheet (fcGetEstimateWorksheet)Full line-item detail for an estimate — categories, quantities, rates, contingency, margins
FC List Estimates (fcListEstimates)List estimates for a project (Sales Estimate, Project Budget, Forecast, Forecast Snapshot)
FC Cost Centre Structure (fcGetCostCentreStructure)Hierarchical category tree for a cost centre set
FC List Cost Centres (fcListCostCentreSets)List available cost centre sets
FC Contract Details (fcGetContractDetails)Contract header, financials, approval status, and schedule of values
FC Claim Status (fcGetClaimStatus)Claim header, amounts, retention, and line items with progress percentages
FC Help & Concepts (fcGetHelp)Domain knowledge: billing types, estimating, forecasting, contracts, and other construction concepts

Author input needed

The Project Financials MCP toolset spec is currently a skeleton (projectfinancials-mcp-toolsets-spec.md §3). Per-tool parameter detail (filter fields, response shape) will be added as the spec matures. The descriptions above are accurate for the tool inventory available in the current Project Financials SuiteApp.

What "read-only" means in practice

  • Tools never create, update, or delete NetSuite records.
  • The AI assistant can summarise what it found, but any changes to projects, estimates, contracts, or claims must still be made by a human in the NetSuite UI.
  • If you want write access from an AI client, use the standard NetSuite tools scope (/v1/suiteapp/com.netsuite.mcpstandardtools) alongside the FullClarity tools — NetSuite's built-in MCP tools include record-creation and update tools that respect the connected user's role permissions.

Knowledge Hub tools

The FullClarity Knowledge Hub MCP server is a separate, FullClarity-hosted MCP endpoint. It exposes FullClarity product knowledge — documentation, capability metadata, document templates — to AI agents.

It's mainly used by FullClarity partner and internal teams during solution scoping and is not typically connected from end-customer AI clients today.

ToolWhat it does
list_documentsList all knowledge documents available to your organisation (optionally filtered by product slug)
get_documentRetrieve the full markdown content of a knowledge document by URI
search_knowledgeNatural-language search across all knowledge document chunks, ranked by semantic similarity
get_template_urlGenerate a 15-minute signed download URL for a Word (.docx) or PowerPoint (.pptx) template
query_capabilitiesStructured product capability lookup — features, use cases, fit signals — for product fit assessment

All Knowledge Hub tools respect organisation-scoped access — your organisation only sees the document repositories it has been granted access to.

Related

  • AI integration overview
  • Setting up an MCP role
  • Connecting to an AI assistant
Last Updated: 6/7/26, 12:13 AM