Skip to main content
Glama

edgegate_predict_npu_coverage

Predict ONNX operator coverage on Qualcomm Hexagon NPU before spending AI Hub credits, returning compute-weighted coverage percentage, fallback ops, and fix recommendations.

Instructions

Predict which ONNX ops will run on the Qualcomm Hexagon NPU vs fall back to CPU, BEFORE spending any AI Hub credits. Returns a compute-weighted NPU coverage % (the latency-honest number), op-count coverage, risk band, per-op CPU fallbacks, and fix recommendations. Heuristic — the real device run remains authoritative.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
artifact_idYes
workspace_idYes
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 honestly states this is heuristic ('Heuristic — the real device run remains authoritative'), explains what makes the coverage percentage 'latency-honest' (compute-weighted), and enumerates the return items. It could additionally state that this tool itself does not spend credits, but the 'BEFORE spending' context implies it, and no side effects are expected for a prediction function.

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, front-loaded with the core purpose and timing, followed by a compact list of return values and an important caveat. Every sentence earns its place with substantive information, and there is no filler or repetition.

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 provides a solid overview of what the tool does and what it returns, which is crucial since no output schema exists. It is missing parameter-level semantics and explicit cost behavior, but the tool's scope is simple (two standard IDs) and the output list is specified, making it reasonably complete for an agent to invoke correctly.

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

Parameters1/5

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

The input schema has 0% description coverage, and the description does not mention 'workspace_id' or 'artifact_id' at all. It fails to clarify that the artifact should be an ONNX model or how the workspace/artifact relationship matters, leaving the agent to guess the meaning of these parameters beyond their names.

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 a specific verb ('Predict') and resource ('which ONNX ops will run on the Qualcomm Hexagon NPU vs fall back to CPU'), and adds the timing context ('BEFORE spending any AI Hub credits'). It distinguishes itself from sibling tools by focusing on pre-investment prediction rather than execution or reporting.

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 phrase 'BEFORE spending any AI Hub credits' provides a clear when-to-use context, implying this tool should be used before committing compute resources. It does not explicitly name alternatives or state when not to use it, but the heuristic disclaimer and reference to 'the real device run' clarify that other tools are needed for authoritative results.

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/frozo-ai/edgegate-mcp'

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