Skip to main content
Glama
bigl34

inFlow Inventory MCP Server

by bigl34

get_mcp_status

Check local inFlow MCP capabilities, safety gates, and whether the optional API is reachable to verify status before running inventory operations.

Instructions

Inspect local inFlow MCP capabilities, safety gates, and optional API reachability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
probeApiNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.4.0-alpha.2

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It usefully signals that default inspection is 'local' while API reachability is 'optional', hinting that only the probe path touches the network. However, it omits side effects, cost/latency, auth requirements, and what happens when the probe fails.

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?

A single compact sentence with the core action front-loaded and no filler. It is efficient, though the abstract noun list makes the back half slightly dense for one clause.

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

Completeness3/5

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

No annotations and no output schema exist, so the description must explain both behavior and results. It has low parameter complexity (1 optional boolean), but it never describes the shape of the returned status/health information, leaving the agent unable to anticipate the response.

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 0% and the single boolean 'probeApi' is undocumented in the schema. The phrase 'optional API reachability' loosely maps to probeApi and implies it is off by default, adding some meaning, but the description never names the parameter or states the default explicitly.

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

Purpose4/5

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

States a specific verb ('Inspect') and resource ('local inFlow MCP capabilities, safety gates, and optional API reachability'). It is clearly a meta/diagnostic tool distinct from every sibling (which all operate on ERP entities), though the enumerated nouns ('capabilities', 'safety gates') are a bit abstract about what is actually returned.

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

Usage Guidelines2/5

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

There is no explicit when-to-use guidance, no prerequisites, and no mention of alternatives or when NOT to call it. Use is only implied by the word 'Inspect'; an agent is left to infer that this is a preflight/health-check tool.

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

Deploy Server

Other Tools