Skip to main content
Glama

generate_governance_alpha_card

Generate a Governance Alpha Card for a company.

Composite deterministic card: pay alignment (Velarion's own P4P-style estimate, modeled on public proxy-advisory methodology concepts — not licensed ISS data), governance scorecard, SoP risk band, peer quality, top risks/strengths. Requires the company to be in Velarion's coverage universe with current-period data.

Calls generate_alpha_card (lib/agent_merchant/compilers/governance_alpha_card.py:441) after confirming deliverability via evaluate_deliverability (deliverability.py:219), which includes the period-currency gate (_governance_alpha_card_period_gate at :312).

FREE-TIER CAP: this is the free sample of a $100 marketplace product (GOVERNANCE-ALPHA-CARD, pricer.py:59). Each agent gets ALPHA_CARD_FREE_DAILY_CAP cards per UTC day; beyond that the tool returns free_tier_cap_reached with the purchase path. Unlimited free issuance of the paid anchor product is the contradiction the catalog's PRICE_INTEGRITY blocker named — the cap is what resolves it.

Structured errors returned (not raised) for:

  • not_in_coverage: ticker unknown

  • not_deliverable: coverage too thin / stale period

  • free_tier_cap_reached: daily free allowance spent (buy it, or wait for 00:00 UTC)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNo
tickerYes
agent_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.1/5.0
Behavior5/5

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

With no annotations provided, the description fully discloses behavior: it is deterministic, calls internal functions (generate_alpha_card, evaluate_deliverability), explains the free-tier cap mechanism, and states that errors are returned (not raised) for specific conditions. This exceeds the burden for a tool without annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with purpose but becomes verbose with internal implementation details (e.g., 'calls generate_alpha_card ...') and a confusing sentence about 'PRICE_INTEGRITY blocker.' It could be more succinct while retaining essential information.

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 (3 parameters, multiple error states, an output schema), the description covers most aspects: purpose, prerequisites, error cases, and free-tier cap. It lacks parameter explanations, but the presence of an output schema reduces the need to describe return values.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain the two optional parameters (year, agent_token). It only implicitly mentions 'ticker' is required. The agent lacks guidance on what 'year' means (e.g., fiscal year?) or the role of 'agent_token', making parameter usage unclear.

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's purpose: 'Generate a Governance Alpha Card for a company.' It details the card's components (pay alignment, governance scorecard, etc.) and specifies it requires the company to be in Velarion's coverage universe. This differentiates it from sibling tools like benchmark_executive_pay or compare_companies, which serve different functions.

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 explicit conditions for use: the company must be in coverage with current-period data. It also mentions structured errors for not_in_coverage and not_deliverable, guiding the agent on when the tool will fail. However, it does not explicitly contrast with alternatives (e.g., 'use this instead of predict_say_on_pay_risk').

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.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool targets a distinct purpose: pay benchmarking, multi-company comparison, governance card generation, risk prediction, compensation lookup, product pricing, ordering, fulfillment, and catalog listing. No two tools overlap significantly; descriptions clearly differentiate them.

Naming Consistency5/5

Tool names consistently follow a verb_noun pattern (e.g., benchmark_executive_pay, compare_companies, place_order). The pattern is uniform across all 9 tools, with no mixed conventions or abbreviations that break consistency.

Tool Count5/5

With 9 tools, the server covers its domain—executive compensation, governance, risk, and commerce—without being too sparse or overwhelming. Each tool has a clear role, and the count fits the scope well.

Completeness4/5

The tool surface covers core needs: pay benchmarking, multi-company comparison, governance card, risk prediction, compensation data, and product commerce (pricing, ordering, fulfillment). Minor gaps exist, such as lacking a tool for historical data retrieval or quote updates, but the set is largely complete for its stated purpose.

Resources