Skip to main content
Glama
NautilusOSS

DorkFiMCP

by NautilusOSS

get_tvl

Retrieve total value locked (TVL) across DorkFi lending pools, with per-market breakdowns and aggregate totals. Filter by chain (Voi or Algorand) to narrow results.

Instructions

Get total value locked (TVL) across DorkFi lending pools. Returns TVL per market and aggregate totals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoFilter by chain, or omit for all chains
Behavior3/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 for behavioral disclosure. It explains the return format ('Returns TVL per market and aggregate totals'), but it does not explicitly state read-only behavior, potential side effects, data freshness, or rate limits. The 'Get' verb implies a non-mutating operation, but the description does not make this explicit, leaving room for ambiguity.

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?

The description is two short sentences that front-load the purpose and then specify the output. Every word earns its place, with no redundant information or filler. It is concise and clearly structured.

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

Completeness5/5

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

For a simple tool with one optional parameter and no output schema, the description is complete. It states what the tool does, the scope (all DorkFi lending pools), and what it returns (per-market and aggregate TVL). This provides sufficient context for an agent to invoke it correctly.

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

Parameters3/5

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

The schema description coverage is 100%, with a single optional 'chain' parameter that has an enum and a clear description ('Filter by chain, or omit for all chains'). The tool description does not add any additional context about this parameter, but the schema already fully documents it, so a baseline score of 3 is appropriate.

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 clearly states the tool's purpose: 'Get total value locked (TVL) across DorkFi lending pools' with a specific verb and resource. It also distinguishes itself from sibling tools like get_markets and get_market by focusing on TVL specifically, and it notes the return types (per market and aggregate totals).

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 usage context is implied: use this tool when you need TVL metrics. However, there is no explicit guidance on when to prefer this over alternatives, nor any exclusions or related tool mentions. The description provides clear context but no direct comparison to sibling 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/NautilusOSS/DorkFiMCP'

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