Skip to main content
Glama
Launch-On-Basis

Basis MCP Server

Official

take_loan_on_vesting

Borrow funds by using an active vesting schedule as collateral. Specify the vesting ID to initiate the loan.

Instructions

Take a loan against a vesting schedule.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vesting_idYes
Behavior2/5

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

With no annotations, the description must supply behavioral context. It only states 'Take a loan', implying a mutation, but omits details like permissions, costs, effects on vesting schedule, reversibility, or side effects. This is insufficient for safe use.

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

Conciseness2/5

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

At five words, the description is extremely concise but at the cost of completeness. It could include essential context without being verbose, so it is under-specified rather than efficiently concise.

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

Completeness1/5

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

Given the lack of annotations, output schema, and rich input schema, the description is critically incomplete. It fails to cover return values, prerequisites, side effects, error conditions, or relationship to other loan-related tools.

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

Parameters1/5

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

The sole parameter 'vesting_id' has 0% schema description coverage, and the description adds no meaning. It does not explain what vesting_id represents or how to obtain it, leaving the agent to guess.

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 'Take a loan against a vesting schedule' clearly states the action (take a loan) and the resource (vesting schedule). It distinguishes from siblings like 'take_loan' (general) and 'repay_loan_on_vesting' by specifying the context, but could be more explicit about what a vesting schedule is.

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?

No guidance on when to use this tool versus alternatives such as 'take_loan' or 'repay_loan_on_vesting'. The description does not mention prerequisites, exclusions, or context for appropriate use.

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