Skip to main content
Glama

FlexYield — blockchain RPC gateway

update_account_insights

Tell FlexYield about the account's setup (optional segmentation data): use case, team size, monthly volume, region, previous provider, referral source, chains in use, and chains you wish we supported. Allowed values: use_case trading_bots|indexing|wallet_dapp|analytics|other; team_size solo|2_5|6_20|20_plus; volume under_1m|1m_15m|15m_100m|100m_plus; region europe|north_america|asia_pacific|south_america|other; previous_provider alchemy|infura|quicknode|public_rpcs|self_hosted|first_setup; referral_source search|x_farcaster|friend|event|blog_newsletter|other; wish_chains avalanche|bnb|btc|ton|tron|sui|aptos|near|cosmos|other; chains = live chain slugs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainsNoChain slugs you use, e.g. ['eth_mainnet']
regionNo
volumeNo
use_caseNo
team_sizeNo
wish_chainsNoChains you wish FlexYield supported
referral_sourceNo
wish_chain_otherNoFree text when wish_chains includes 'other' (max 60 chars)
previous_providerNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.6/5.0
Behavior2/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 behavioral disclosure. It says the data is optional and lists allowed values, but it does not reveal whether existing insights are overwritten or merged, whether account-level permissions are required, or what confirmation or response the agent should expect. The update semantics are only implied by the tool name.

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 purpose and field list are front-loaded in a single opening sentence, and the allowed values are packed into a compact pipe-delimited list. It is efficient, though the dense formatting could be slightly easier to parse if grouped per field.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 9-parameter tool with no output schema and no annotations, the description covers the core input data and the optional nature of the call. It is not fully complete because it lacks behavioral details such as overwrite/merge behavior, authorization requirements, and expected return value.

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

Parameters4/5

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

Schema description coverage is only 33%, so the description compensates by providing explicit allowed-value enumerations for use_case, team_size, volume, region, previous_provider, referral_source, and wish_chains, plus clarifying that chains are live chain slugs. It omits wish_chain_other from the description, but the schema already documents that parameter, making the gap minor.

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 states a specific action ('Tell FlexYield about the account's setup') and enumerates the exact data fields involved, so the tool's purpose is immediately clear. It also reads distinctly from sibling tools: this is about recording optional account segmentation, not retrieving usage stats or managing billing.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description labels the data as 'optional segmentation data' and lists no required parameters, so an agent can infer when it might be useful. However, it does not explicitly say when not to use it, nor does it name alternative sibling tools for similar data-collection or setup tasks.

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.

Resources