Skip to main content
Glama

Autosophia Base Lens

payment_info

How to pay, step by step.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only implies that the tool returns step-by-step instructions, but it does not explicitly state whether it only provides information, whether it performs any side effects, or how it behaves at runtime.

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 very brief and front-loaded, which is good, but it is an incomplete sentence fragment. Brevity is achieved at the expense of clarity and completeness.

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?

With no annotations and no output schema, the description should clarify the tool's scope and expected return content. 'How to pay, step by step' leaves the subject ambiguous and does not explicitly state what output the agent will receive.

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?

The input schema has zero parameters and 100% schema description coverage, so there are no parameter details for the description to add. Baseline 4 applies because no parameter documentation is needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description reads as a fragment: 'How to pay, step by step.' It conveys that the tool provides payment instructions, but it does not explicitly state what is being paid or what the tool does in a complete verb+resource form. It also does not distinguish itself from siblings like simulate_transaction or service_info.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool versus its alternatives. The description does not mention use cases, exclusions, or sibling tools, so an agent must infer when 'how to pay' maps to this tool.

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.7/5.0
Disambiguation5/5

Each tool maps to a distinct concern: gas pricing, wallet inspection, token risk, transaction simulation, and service/payment meta-info. Even the two informational tools are cleanly separated by their purpose. No likely misselection.

Naming Consistency3/5

Names mix verb_noun patterns like inspect_wallet and simulate_transaction with noun-based patterns like gas_price and service_info. All are readable and consistently snake_case, but there is no single predictable naming convention.

Tool Count5/5

Six tools is a well-scoped size for a focused Base read-only lens service. Each tool serves a clear, non-redundant purpose.

Completeness4/5

The tool set covers the main Base workflows: gas pricing, wallet inspection, token risk screening, and transaction simulation. Missing transaction/block lookup and full portfolio enumeration are moderate gaps, but some are explicitly noted as indexer-dependent limitations.

Resources