Skip to main content
Glama

spectra_get_ve_info

Calculate your veSPECTRA boost multiplier for any pool by providing your wallet address or veSPECTRA balance and deposit size. Reads live total supply from Base chain to compute exact boost.

Instructions

Get live veSPECTRA governance token information and compute boost scenarios.

Reads the current veSPECTRA total supply from Base chain on-chain, and given your balance + a specific pool, computes your exact boost multiplier.

The Spectra boost formula: B = min(2.5, 1.5 * (v/V) * (D/d) + 1) v = your veSPECTRA balance V = total veSPECTRA supply (read live from Base) D = pool TVL d = your deposit size Full 2.5x boost when: v/V >= d/D (your share of votes >= your share of pool)

Useful for understanding how much veSPECTRA you need for max boost in a given pool at a given deposit size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wallet_addressNoWallet address to check veSPECTRA balance for. Reads on-chain from Base. If provided, auto-populates ve_spectra_balance.
ve_spectra_balanceNoYour veSPECTRA token balance. If provided with capital_usd, computes your boost. Auto-populated when wallet_address is provided.
capital_usdNoYour planned deposit size in USD. Required with ve_spectra_balance to compute boost.
chainNoChain of the pool to check boost for (optional, used with pt_address).
pt_addressNoPT address of the pool to check boost for (optional, used with chain).
Behavior4/5

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

No annotations provided, but description discloses on-chain reading from Base chain, auto-population logic, and the boost formula. Lacks explicit mention of read-only nature and absence of side effects.

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?

Concise and well-structured: one-line summary, explanation of data source, formula, and usage note. Every sentence adds value.

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?

With no output schema, description compensates by stating output is an exact boost multiplier. Could elaborate on other return fields (e.g., total supply) but sufficient for agent decision-making.

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?

All 5 parameters have schema descriptions, but the description adds significant value by explaining the formula, auto-population when wallet_address is given, and the requirement of capital_usd with ve_spectra_balance.

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 it gets live veSPECTRA info and computes boost scenarios using a specific formula. It distinguishes itself from sibling tools by focusing on governance token boost calculation.

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?

Clearly states usefulness for understanding veSPECTRA needed for max boost. Does not explicitly state when not to use, but context is clear among siblings.

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/Finanzgoblin/spectra-mcp-server'

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