Captia Industrial Knowledge
Server Details
Industrial glossary, protocol reference, technical search and OEE calculation. Read-only.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
6 toolscalculate_oeeCalculate OEEAInspect
Compute Overall Equipment Effectiveness from shift data: availability, performance, quality and OEE. Same formula as the published calculator, so results always match the website. Returns warnings for inconsistent inputs instead of failing.
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Response language. Defaults to Spanish, the site primary language. | |
| totalPieces | Yes | Total pieces produced. | |
| defectPieces | Yes | Defective pieces: rejects plus rework. | |
| plannedMinutes | Yes | Planned production time, in minutes. | |
| downtimeMinutes | Yes | Unplanned downtime plus changeovers, in minutes. | |
| idealCycleSeconds | Yes | Ideal cycle time, in seconds per piece. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral disclosure burden. It does disclose a non-obvious behavior: 'Returns warnings for inconsistent inputs instead of failing' and guarantees formula parity with the published calculator. This is sufficient for a simple calculation tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three concise sentences with no filler. It front-loads the core purpose, then provides formula consistency and error-handling behavior, with every sentence adding value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers the calculation purpose, output metrics, formula consistency, and error behavior. Although there is no output schema, the description names the computed values, so an agent knows what to expect. The main omission is the exact return structure, but that is minor for a simple deterministic calculation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
All six parameters already have meaningful descriptions in the schema, so schema coverage is 100%. The tool description adds no parameter-level detail beyond the schema, which matches the baseline expectation of 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Compute') and a clear resource ('Overall Equipment Effectiveness from shift data'), then lists the exact output components (availability, performance, quality, OEE). The sibling tools are all unrelated knowledge/profile/protocol tools, so there is no ambiguity about what this tool does.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly frames when to use the tool: when OEE must be calculated from shift data. It additionally notes consistency with the published calculator, which is useful context for users deciding between this and manual computation. There are no similar sibling tools, so explicit exclusions are unnecessary.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compare_protocolsCompare industrial protocolsAInspect
Compare two or more industrial protocols side by side on family, summary, how Captia Connect ingests them, and target keywords. Note: it does not expose throughput or transport specs, which are not published as structured data.
| Name | Required | Description | Default |
|---|---|---|---|
| slugs | Yes | Protocol slugs to compare. Use list_protocols to get valid values. | |
| locale | No | Response language. Defaults to Spanish, the site primary language. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It makes one valuable disclosure — that throughput and transport specs are deliberately not exposed because they aren't structured data — which sets accurate expectations. However, it doesn't disclose other behaviors such as error handling for invalid slugs or the return format.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with zero waste. The first sentence front-loads the purpose and the exact comparison dimensions; the second adds a single high-value limitation. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Complete enough for a 2-parameter comparison tool. The comparison dimensions are enumerated, and the key known limitation (no throughput/transport specs) is disclosed. Without an output schema, a bit more detail on return format would help, but the comparison nature of the tool makes the output largely self-evident.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% and both parameters are already documented there with useful detail (slugs: 'Use list_protocols to get valid values'; locale: enum values with a Spanish default). The description adds no parameter-level semantics beyond what the schema provides, so baseline 3 is correct.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb (compare), a specific resource (industrial protocols), and explicit comparison dimensions (family, summary, ingestion method, target keywords). The scope is unambiguous and clearly differentiated from siblings like list_protocols, which presumably lists rather than compares.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description makes clear when to use it (when a side-by-side protocol comparison is needed) but doesn't explicitly name alternatives or state when not to use it. The schema's slugs description adds the list_protocols prerequisite, but the description itself could name the sibling more explicitly.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_company_profileCaptia company profileAInspect
Identity of Captia Technology: legal entity, tax id, offices, contact, the five business units and declared areas of knowledge. Use it to answer who Captia is or what each unit does.
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Response language. Defaults to Spanish, the site primary language. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of disclosing behavior. It is transparent about the kind of data returned: legal details, contact info, business units, and declared knowledge areas. It does not describe the response format or potential locale behavior, but for a profile-retrieval tool the content disclosure is strong.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no filler. It front-loads the core identity content and then states the practical use case. Every part earns its place, and it is easy to scan.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one optional parameter and no output schema, the description gives enough context for an agent to select and invoke it correctly. It explains what data will be returned and when to use it. It could mention the response shape or the default locale, but that information is either implied or available in the schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema fully documents the only parameter (locale) with an enum and description, achieving 100% schema description coverage. The tool description does not add extra meaning about the locale parameter, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: providing the identity of Captia Technology, including legal entity, tax id, offices, contact, business units, and knowledge areas. It distinguishes itself from sibling tools like calculate_oee or search_knowledge by focusing specifically on company identity. The phrase 'Use it to answer who Captia is or what each unit does' reinforces the exact resource and intent.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says when to use the tool: to answer questions about who Captia is or what its business units do. It provides clear usage context, though it does not explicitly mention when not to use it or name alternative tools for related but different queries.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_glossary_termIndustrial glossary termAInspect
Definition of an industrial term from the Captia glossary (42 entries: protocols, OT/IT concepts, industrial AI, energy). Accepts a slug or a visible label. If there is no confident match it returns close suggestions instead of a wrong definition.
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Term to look up, slug or label. Example: "opc-ua", "OEE". | |
| locale | No | Response language. Defaults to Spanish, the site primary language. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden, and it does disclose a key trait: on a low-confidence match it returns close suggestions rather than a wrong definition. It also clarifies accepted input forms, but stops short of describing the full response shape or edge cases like no suggestions at all.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences with no filler. The resource and purpose come first, followed by input constraints and fallback behavior, each earning its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a low-complexity read-only lookup with full schema coverage, the description covers the resource, accepted inputs, and no-match behavior. The absence of an output schema is mitigated by the statement that it returns a definition or close suggestions, though a bit more detail on the suggestion format would make it fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, with both parameters already documented: term has an example and type, locale has an enum and default. The description's 'slug or visible label' phrase largely restates the schema's parameter description, adding little new semantic value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names the exact resource (Captia glossary), the action (returns a definition), and the accepted input forms (slug or visible label). The 42-entry scope and category list distinguish it from sibling tools like list_protocols or search_knowledge, so an agent can tell it apart without opening the schema.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The intended use is implied: call this when you need a definition for a specific glossary term. However, it does not explicitly say when to prefer it over search_knowledge or list_protocols, nor does it state exclusions or alternative routing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_protocolsList industrial protocolsAInspect
The industrial protocols Captia Connect ingests from, with family and summary. Call it before compare_protocols to learn the valid slugs.
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Response language. Defaults to Spanish, the site primary language. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description explains the read-style behavior: it lists ingested protocols with family and summary and exposes valid slugs. It is not as detailed as a full behavioral contract (e.g. ordering, response shape), but the resource and purpose are clear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short, front-loaded sentences with no filler. The first states the tool's result and the second gives the actionable relationship to compare_protocols.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple optional-param list tool without an output schema, the description gives enough content expectations (family, summary, slugs) and the context for why the tool matters. It could only be more complete with a concrete output example or field list.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% and the single locale parameter is fully documented there, so the description adds nothing about parameters. Baseline 3 applies because the schema already carries the meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb ('list') and resource ('industrial protocols Captia Connect ingests from'), and adds what is returned (family, summary). It also names the sibling it feeds, distinguishing list_protocols from compare_protocols.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly tells the agent to call this before compare_protocols to learn valid slugs, which is clear usage context. It does not discuss when not to use it or alternatives beyond compare_protocols.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_knowledgeSearch Captia knowledge baseAInspect
Full-text search across published editorial resources: guides, comparisons and technical articles on industrial data, OT/IT integration, industrial AI and energy. Returns canonical URLs.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results, 1-20. Defaults to 5. | |
| query | Yes | Search terms. | |
| locale | No | Response language. Defaults to Spanish, the site primary language. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the behavioral disclosure burden. It discloses that the operation is a search (implying read-only) and states it returns canonical URLs, which is useful. However, it does not mention any side effects, rate limits, or error behavior, leaving some behavioral aspects unspecified. The disclosure of return type adds value beyond the schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and front-loaded, with the core action ('Full-text search') and scope ('published editorial resources') in the first sentence. The second sentence adds a critical output detail (canonical URLs) without unnecessary filler. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a search tool with three parameters (one required) and no output schema, the description covers the essential aspects: what is searched, what content types and topics are included, and what the output contains. It does not explain result structure or pagination, but given the simplicity (returns canonical URLs) and presence of a limit parameter in the schema, the description is largely sufficient. Minor gaps remain around result details, but they are not critical.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%: all three parameters (query, limit, locale) are documented in the schema. The description does not add extra meaning beyond what the schema provides, such as how the limit parameter affects result ordering or how locale affects output. Since the schema fully covers parameters, a baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: full-text search across published editorial resources, specifying content types (guides, comparisons, technical articles) and subject areas. This distinguishes it from sibling tools like get_glossary_term or list_protocols, which have narrower scopes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage context is implied by the description ('full-text search across published editorial resources') but there is no explicit guidance on when to prefer this over alternatives or when not to use it. The tool is not differentiated from siblings with direct comparisons, leaving the agent to infer its role as a general search across multiple resource types.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
6 tool updates
- First observed
calculate_oee - First observed
compare_protocols - First observed
get_company_profile - First observed
get_glossary_term - First observed
list_protocols - First observed
search_knowledge
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Cross-OEM industrial machine intelligence: identity, normalization, automation, attestation.
Query Allen-Bradley and Siemens PLC projects, live tag values, and analyses in plain English.
Deterministic industrial replacement engine with official catalogs and expert accuracy checks.
5,400+ manufacturing calculators plus live U.S. tariff, PMI, cost-index, wage, and forecast data.
Related MCP Servers
- AlicenseBqualityDmaintenanceIntegrates with MES, CMMS, and IoT systems to manage manufacturing operations, maintenance tasks, and asset tracking. It enables users to query production orders, create maintenance records, and monitor real-time sensor data and alerts.12MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to analyze plant-floor data using OEE, Pareto, SPC, and yield-loss calculations, providing continuous-improvement insights from manufacturing data.1-
- AlicenseAqualityAmaintenanceProvides AI agents with safe, governed read access to industrial control systems (OPC-UA, Modbus, S7, Mitsubishi, MTConnect, MQTT/Sparkplug) plus cross-protocol diagnostics for troubleshooting data breaks, alarm floods, and unhealthy tags.21531MIT
- AlicenseAqualityCmaintenanceEnables LLMs to connect to factory PLC sensors, read register data, analyze predictive maintenance, and monitor energy consumption in industrial environments.3MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct knowledge task: calculate, compare, company profile, glossary, list protocols, and search. The only minor overlap is between list_protocols/compare_protocols and get_glossary_term/search_knowledge, but the descriptions make their boundaries clear.
All tool names follow a consistent verb_noun snake_case pattern, with verbs like calculate, compare, get, list, and search accurately reflecting the action. There are no mixed conventions or vague verbs.
Six tools is a well-scoped set for an industrial knowledge server. Each tool covers a distinct function and none feel redundant or missing from the core set.
The core knowledge surface—company identity, glossary definitions, protocol listing/comparison, OEE calculation, and full-text search—is covered. Minor gaps exist, such as no dedicated single-protocol detail endpoint or article content retrieval, but agents can work around them.