Skip to main content
Glama
iTechSmartINC

iTechSmart MCP Server

invoke_octoai_pipeline

Routes free-form prompts through a multi-agent cognitive pipeline to return a synthesized answer with confidence score, for open-ended questions and decision support.

Instructions

Invoke the OctoAI 7-node cognitive pipeline with a free-form prompt. Routes the question through the multi-agent reasoning chain (Knowledge Miner, Logic Engine, Systems Architect, Strategic Thinker, Physics Engine) and returns a synthesized final_answer with a confidence score. Use for open-ended platform questions, decision support, or anything that needs OctoAI's reasoning rather than a deterministic infrastructure lookup. POSTs to http://localhost:8100/query.

Requires scope: octoai:pipeline:invoke. Every call governed by Arbiter constitutional policy and sealed with a ProofLink cryptographic receipt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesThe question or instruction to send to the pipeline (1-32000 chars).
session_idNoOptional session id for memory continuity (default: hermes-mcp-default).
Behavior4/5

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

With no annotations, the description carries full burden and does well: it discloses the HTTP endpoint, required scope ('octoai:pipeline:invoke'), governance ('Arbiter constitutional policy'), and the output shape ('final_answer with a confidence score'). It could be improved by noting whether the call has side effects or is read-only, but it covers important behavioral context beyond a simple invocation.

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 tight and well-structured: the first paragraph introduces the core function, routing, and output; the second adds security and policy context. Every sentence contributes, and there is no redundant filler.

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 tool with no output schema and moderate complexity, the description gives a solid overview including the multi-agent chain, output fields, endpoint, and required permissions. It omits details like error handling or response format specifics, but the provided information is sufficient for most invocation scenarios.

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%, so the parameters are already well documented. The description adds minimal extra meaning (e.g., calling the prompt 'free-form') but does not deepen understanding of session_id or prompt semantics beyond the schema. Baseline of 3 is appropriate when schema carries the load.

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 a specific verb ('Invoke') and a specific resource (the OctoAI 7-node cognitive pipeline), and clearly differentiates it from siblings by describing its multi-agent reasoning chain and synthesized final_answer. It is instantly clear what the tool does and why it stands apart from deterministic infrastructure lookup tools.

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 states when to use: 'Use for open-ended platform questions, decision support, or anything that needs OctoAI's reasoning rather than a deterministic infrastructure lookup.' This provides clear context and excludes alternative use cases, effectively distinguishing it from sibling tools like get_platform_briefing or query_uaio_status.

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/iTechSmartINC/mcp-server'

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