Skip to main content
Glama
dave1362

RCA-MCP Connector

rca_guide_ingest_pdf

Parse a PDF equipment manual and ingest it into the RCA knowledge base, enabling root cause analysis with indexed fault codes, part numbers, and parse quality.

Instructions

🌟 Starter+ — Parse a PDF equipment manual and ingest it into the RCA knowledge base.

Recommended workflow: 1) rca_guide_pdf_preview to check quality, 2) rca_guide_ingest_pdf if quality >= 0.5, 3) rca_guide_search to verify.

Plan limits: Starter up to 10 guides total, Pro up to 100, Enterprise unlimited. Max PDF size: 50MB.

Args: params (GuidePDFIngestInput): pdf_base64, equipment_id, equipment_type, name, tags, version, strategy, ocr_dpi, ocr_language, max_pages, skip_preview_check, min_quality_threshold

Returns: str: JSON with guide_id, section_count, fault_codes, part_numbers, parse_quality, strategy_used, page_count, word_count

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations are minimal; description adds plan limits (Starter up to 10, Pro up to 100, Enterprise unlimited), max PDF size 50MB, and quality thresholds. It implies ingestion is a write operation but does not detail idempotency or conflict behavior. Overall, adds meaningful constraints beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with clear sections: purpose, workflow, limits, and params. The args list is somewhat redundant with the schema but front-loaded with essential workflow. Each sentence serves a purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Includes recommended workflow, plan limits, max PDF size, and return fields (guide_id, section_count, etc.) despite lacking explicit output schema. Does not cover error handling or malformed input, but sufficient for typical use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has detailed descriptions for many parameters, so schema coverage is high. The description lists the parameter names but does not add new meaning beyond the schema. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Parse a PDF equipment manual and ingest it into the RCA knowledge base' with a specific verb and resource. It distinguishes from siblings by recommending a workflow involving rca_guide_pdf_preview and rca_guide_search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly provides a recommended workflow: 1) preview, 2) ingest if quality >=0.5, 3) verify with search. Also includes plan limits and a skip_preview_check parameter, giving clear guidance on when and how to use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dave1362/rca-mcp-connector'

If you have feedback or need assistance with the MCP directory API, please join our Discord server