Systemia Field Library
Match contractor operating problems to practical Field Library playbooks. Read-only discovery.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"systemia-field-library": {
"url": "https://base44.app/api/apps/6a54381e147576b18ac94d8f/functions/fieldLibraryAgentMcp"
}
}
}Remote endpoints
https://base44.app/api/apps/6a54381e147576b18ac94d8f/functions/fieldLibraryAgentMcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
🟢match_contractor_problem(problem, limit)
Use this when a contractor or home-service business describes an operations problem involving estimating, cash flow, job costing, scope creep, change orders, scheduling, crew leadership, documentation, materials, equipment, safety, quality control, proposals, customer communication, reviews, referrals, or related field operations. Returns public guide and playbook links only. Do not use it to expose paid playbook contents.
Input Schema
{
"type": "object",
"properties": {
"problem": {
"type": "string",
"minLength": 3,
"maxLength": 4000
},
"limit": {
"default": 3,
"type": "integer",
"minimum": 1,
"maximum": 5
}
},
"required": [
"problem"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}🟢discover_field_playbooks
Use this to list the public Systemia Field Library playbooks and their problem areas. Read-only. Creates no purchase, checkout, or payment obligation.
Input Schema
{
"type": "object",
"properties": {},
"$schema": "https://json-schema.org/draft/2020-12/schema"
}🟢get_field_playbook(slug)
Read the public metadata, guide links, and landing page for one known Field Library playbook. Paid content is never returned.
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"minLength": 3,
"maxLength": 160
}
},
"required": [
"slug"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}Community
Evidence