Skip to main content
Glama

Faceabot Capability Network

Inspect the integrated Faceabot v45 engine contract

get_engine_status
Read-onlyIdempotent

Return the validated v45 inventory, trust guarantees, public machine contracts and strict boundary between public discovery and enrolled, signed grid operations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already carry the full safety profile (readOnlyHint, idempotentHint, destructiveHint, openWorldHint), so the burden on the description is low. It adds context about the scope of returned data but doesn't explain the return format, size, or any pagination/availability behavior. No contradiction with annotations.

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 dense sentence with no filler. It is front-loaded with the primary action ('Return the validated v45 inventory') and stays compact, though the heavy jargon reduces scannability slightly.

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?

With 0 parameters and no output schema, the description is the only source of return-value information. It enumerates content categories but leaves key terms (trust guarantees, public machine contracts, strict boundary) undefined, and it doesn't clarify the distinction from the closely-named get_faceabot_discovery sibling.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters, so there is nothing to document. Baseline 4 applies; the description needs no param information since the input schema is empty and fully covered.

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 clear verb ('Return') and a specific resource set (v45 inventory, trust guarantees, public machine contracts, boundary info). The purpose is discernible, but it doesn't differentiate from siblings like get_faceabot_discovery, and the jargon-heavy phrasing (v45, trust guarantees, enrolled signed grid operations) is unexplained.

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?

No guidance on when to use this tool versus its 27 siblings. It doesn't state exclusions, alternatives, or the scenario where this is preferred over get_faceabot_discovery or get_exchange_protocol. An agent must infer usage from the name alone.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources