Skip to main content
Glama

Captia Industrial Knowledge

Server Details

Industrial glossary, protocol reference, technical search and OEE calculation. Read-only.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

6 tools
calculate_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.

ParametersJSON Schema
NameRequiredDescriptionDefault
localeNoResponse language. Defaults to Spanish, the site primary language.
totalPiecesYesTotal pieces produced.
defectPiecesYesDefective pieces: rejects plus rework.
plannedMinutesYesPlanned production time, in minutes.
downtimeMinutesYesUnplanned downtime plus changeovers, in minutes.
idealCycleSecondsYesIdeal cycle time, in seconds per piece.

TDQS

A4.2/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugsYesProtocol slugs to compare. Use list_protocols to get valid values.
localeNoResponse language. Defaults to Spanish, the site primary language.

TDQS

A4/5.0
Behavior3/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
localeNoResponse language. Defaults to Spanish, the site primary language.

TDQS

A4.2/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
termYesTerm to look up, slug or label. Example: "opc-ua", "OEE".
localeNoResponse language. Defaults to Spanish, the site primary language.

TDQS

A4/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
localeNoResponse language. Defaults to Spanish, the site primary language.

TDQS

A4.2/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results, 1-20. Defaults to 5.
queryYesSearch terms.
localeNoResponse language. Defaults to Spanish, the site primary language.

TDQS

A3.8/5.0
Behavior3/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

  1. 6 tool updates
    • First observedcalculate_oee
    • First observedcompare_protocols
    • First observedget_company_profile
    • First observedget_glossary_term
    • First observedlist_protocols
    • First observedsearch_knowledge

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Integrates 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.
    12
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to analyze plant-floor data using OEE, Pareto, SPC, and yield-loss calculations, providing continuous-improvement insights from manufacturing data.
    1
    -
  • A
    license
    A
    quality
    A
    maintenance
    Provides 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.
    2
    153
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables LLMs to connect to factory PLC sensors, read register data, analyze predictive maintenance, and monitor energy consumption in industrial environments.
    3
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation4/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Resources