Skip to main content
Glama

flowcore

Orchestrates agent identity and safety by chaining privacy, memory, risk, and execution safeguards in a single pipeline on Base Mainnet.

Instructions

Full orchestration pipeline — chains NoLeak + MemGuard + RiskOracle + SecureExec. ($0.02 USDC per call on Base, via x402.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputNoFree-form input payload for the AgentIAM endpoint. Schema details at https://achillesalpha.com/x402/flowcore
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It discloses cost ($0.02 USDC per call on Base via x402) and that it chains components, but lacks details on side effects, idempotency, rate limits, or authorization needs. The cost disclosure is helpful but incomplete.

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 a single sentence that is front-loaded with purpose and includes cost in parentheses. Every word is necessary; no wasted content.

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

Completeness2/5

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

Despite the complexity (four components chained), the description lacks output format, error handling, prerequisites, and return value details. No output schema exists, so the description should compensate. It only covers composition and cost, leaving significant gaps.

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?

There is only one parameter ('input') and schema description coverage is 100% (the schema includes a description pointing to an external URL). The tool description does not add parameter meaning beyond the schema, so baseline score of 3 applies.

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 is a full orchestration pipeline chaining NoLeak, MemGuard, RiskOracle, and SecureExec. The verb 'chains' and resource 'orchestration pipeline' are specific and distinguish it from sibling tools that are individual components.

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 description implies usage for running a full pipeline but does not explicitly state when to use this vs alternatives (e.g., calling each component separately). No when-not or alternative guidance is provided.

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/achilliesbot/agentiam-mcp'

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