Skip to main content
Glama
Launch-On-Basis

Basis MCP Server

Official

extend_loan

Extend an existing vault or hub loan to avoid higher costs of a new loan. Choose loan type, duration, and optionally refinance or pay extension fee in USDB.

Instructions

Extend vault or hub loan. ~400x cheaper than new loan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
loan_typeYes
hub_idNoRequired for hub
daysYes
pay_in_stableNoPay extension fee in USDB (default: true)
refinanceNo
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It only states the action and cost benefit, failing to mention side effects, safety, or whether the operation is destructive. It does not indicate if permissions are required or what changes occur.

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 very concise with two sentences. The first sentence states the action, the second adds a key benefit. No unnecessary words, though it could be slightly more structured to hint at parameters.

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?

Given five parameters and no output schema or annotations, the description is incomplete. It doesn't explain how to specify the loan (loan_type and hub_id), what 'days' means, or what the output is. The agent lacks enough context to use the tool confidently.

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 only 40% (2 of 5 parameters have descriptions). The description adds no parameter-level meaning; it mentions 'vault or hub' which is already in the schema enum, but doesn't explain 'days', 'hub_id' beyond the schema, or 'refinance'.

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

Purpose4/5

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

The description clearly states the tool extends vault or hub loans, with a specific verb and resource. It distinguishes the action from taking a new loan, though it does not explicitly differentiate it from sibling tools like 'extend_vesting' or 'take_loan'.

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 implies usage when extending an existing loan rather than taking a new one, citing cost savings. However, it lacks explicit guidance on when not to use it (e.g., if the loan is not extendable) or alternative tools.

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/Launch-On-Basis/MCP-TS'

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