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
FullClarity exposes two MCP surfaces to AI assistants:
- 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.
- 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.
| Tool | What 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.
| Tool | What it does |
|---|---|
list_documents | List all knowledge documents available to your organisation (optionally filtered by product slug) |
get_document | Retrieve the full markdown content of a knowledge document by URI |
search_knowledge | Natural-language search across all knowledge document chunks, ranked by semantic similarity |
get_template_url | Generate a 15-minute signed download URL for a Word (.docx) or PowerPoint (.pptx) template |
query_capabilities | Structured 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.