Skip to main content
Glama

flo_happy_path_run

Performs end-to-end validation by executing search, skill routing, and logo QC in one tool call.

Instructions

Run search -> skill routing -> qc logo in one tool call for end-to-end validation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoSearch query used when assetId is not provided.hail mary
assetIdNoOptional preselected asset ID; skips search when set.
referenceAssetIdYesStored image asset ID used as logo reference.
includePdfNoWhether to include PDF output in qc result.
authTokenNoOptional bearer token override for this run.
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It only lists the steps but does not disclose potential side effects, failure modes, authentication requirements, or whether operations are destructive or read-only. This is insufficient for a composite tool.

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 concise sentence that fully captures the tool's composite purpose without unnecessary words. It is front-loaded with the key action sequence.

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?

For a tool that combines three distinct operations with 5 parameters and no output schema, the description lacks detail on execution order, failure handling, preconditions, or expected outcomes. It is too brief for an agent to fully understand the tool's behavior.

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?

The input schema has 100% parameter description coverage, so the description adds minimal value beyond what the schema already provides. The description references the search query and asset IDs but does not provide additional semantic guidance.

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?

Description clearly states the tool runs a sequence of three operations (search, skill routing, qc logo) in one call for end-to-end validation. This distinguishes it from sibling tools that perform individual steps.

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 description indicates the tool is for 'end-to-end validation', implying it is used when testing the full pipeline. It does not explicitly state when not to use it or name alternatives, but the context of sibling tools provides implied guidance.

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/Flomenco-Inc/flo-plugin'

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