ReAI MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| reai_search_v10v11A | Search the V10-V11 mapping database for S3/Lawson to FSM report migration paths. Returns report codes, names, modules, statuses, and FSM navigation paths. Use this to find how legacy S3/Lawson reports map to FSM (CloudSuite Financials). The database contains 967+ mappings across 20+ modules. |
| reai_v10v11_modulesB | List all FSM modules in the V10-V11 mapping database with report counts. Useful for understanding what modules are covered and how many reports each has. |
| reai_v10v11_statsA | Get V10-V11 mapping database statistics: total reports, total navigation paths, module breakdown. Good for getting an overview of the migration knowledge base. |
| reai_search_bre100A | Search the BRE-100 pattern registry for report migration patterns. Each pattern includes: business process, FSM classification, navigation path, future state recommendation, tool selection, timeline estimate, complexity rating, and client project history. The registry contains 617+ patterns from 11 client implementations. |
| reai_bre100_high_valueB | Get high-value BRE-100 patterns (used by multiple clients). These represent standardization opportunities — reports that appear across many implementations and should use consistent FSM solutions. |
| reai_bre100_statsA | Get BRE-100 pattern registry statistics: total patterns, breakdown by business process and complexity. |
| reai_generate_columnarB | Generate Columnar LPL code package for FSM. Produces 4 files: .form (filter form), .list (columnar list with charts), .field (custom derived fields), and .csv (replication set import). Provide the report name, business class, and field definitions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a distinct function: generation, BRE-100 search/stats/high-value, and V10-V11 search/stats/modules. No two tools overlap in purpose.
All tools share the 'reai_' prefix, but naming patterns vary: some are verb-first (generate_columnar, search_v10v11), while others are noun-first (bre100_high_value, v10v11_stats). This mixed convention is readable but not fully consistent.
With 7 tools, the set is well-scoped. Each tool addresses a clear need within the migration knowledge domain, with no redundancy or bloat.
The toolkit covers both BRE-100 and V10-V11 knowledge bases with search, stats, and specialized outputs, plus a generation tool. Minor gaps exist (e.g., no direct 'get single pattern' tool), but the search tools likely return full details.