Skip to main content
Glama

Value Engine Analysis

analyze_engine
Read-onlyIdempotent

Evaluate the health of a Growth, Fulfillment, or Innovation engine by specifying engine type and optional HubSpot pipeline. Returns health score, metrics, signals, and recommendations.

Instructions

Analyze a Value Engine: Growth, Fulfillment, or Innovation.

Each engine has its own stages, metrics, and health scoring:

  • Growth: Create Demand → Capture Demand → Convert. Pipeline-based metrics.

  • Fulfillment: Onboard → Deliver → Activate → Review → Renew → Expand.

  • Innovation: Gather → Prioritize → Build/Test → Launch.

Args: engine_type: Which engine — "growth", "fulfillment", or "innovation". source: "auto" (uses HubSpot if API key is set, otherwise sample data), "hubspot" for live data, "sample" for built-in demo data. pipeline_id: Optional HubSpot pipeline ID to filter.

Returns: JSON with engine definition, health score, metrics, signals, and recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
engine_typeYes
sourceNoauto
pipeline_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds value by detailing the engine stages, metrics, and return JSON structure (engine definition, health score, etc.), providing rich behavioral context beyond 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?

The description is approximately 110 words, with a clear bulleted structure for engine stages. It is front-loaded with the main purpose. While efficient, the bullet list could be slightly more compact without losing clarity.

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?

Given the tool's complexity (three engines), the description covers inputs, outputs, and examples well. It does not reference sibling tools, but the output schema existence reduces the need to explain return values in detail.

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

Parameters5/5

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

Schema description coverage is 0%, but the description thoroughly explains each parameter: engine_type options ('growth', 'fulfillment', 'innovation'), source options ('auto', 'hubspot', 'sample') with fallback logic, and pipeline_id as optional. This fully compensates for the schema deficiency.

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 analyzes a Value Engine (Growth, Fulfillment, or Innovation), listing stages and metrics for each. This specific verb+resource purpose distinguishes it from sibling tools like score_pipeline_health or identify_constraint.

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 provides clear context by enumerating the three engine types, implying when to use this tool. However, it does not explicitly state when not to use it or mention alternatives, which could help with sibling differentiation.

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

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