Skip to main content
Glama

SukukFi

Get a documentation page

get_doc

Return a full SukukFi documentation page as markdown. Call search_docs first to find a slug, or pass a known slug such as "for-capital-providers/risk-considerations".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesPage slug, e.g. "overview"

TDQS

A4.7/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses the output format (markdown) and that it returns a full page, which is useful. It does not mention error behavior or authentication, but for a simple documentation getter this is adequate and transparent about its core behavior.

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?

Two sentences with zero waste. The primary action is stated first, and the second sentence enriches usage context with an example and workflow. Every phrase contributes.

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 single-parameter, read-only tool with no output schema, the description is complete: it defines the purpose, the input, the workflow, and the output format. No critical information is missing.

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 coverage is 100% with an example, but the description adds semantic value by advising to use search_docs first and offering a realistic, domain-specific slug example, enhancing the schema's minimal description.

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 uses a specific verb ('Return') and clearly identifies the resource ('a full SukukFi documentation page as markdown'), distinguishing it from sibling tools like search_docs which locate pages. It also provides an example slug for concrete identification.

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

Usage Guidelines5/5

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

Explicitly instructs to call search_docs first to find a slug, or alternatively pass a known slug. This directly guides the agent on when and how to use the tool versus the search alternative.

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

A4/5.0
Disambiguation5/5

Each tool targets a clearly distinct purpose: contract addresses, documentation pages, vault stats, vault terms, and documentation search. Even the relationship between search_docs and get_doc follows a standard find-then-retrieve pattern without ambiguity.

Naming Consistency4/5

Four of five tools follow the get_<noun> pattern, making the purpose clear at a glance. search_docs deviates slightly by using a different verb, but the choice is natural and the overall convention remains predictable.

Tool Count5/5

Five tools is well-scoped for an informational server covering docs, contracts, and vault data. Each tool serves a distinct need without redundancy or bloat.

Completeness5/5

The toolset covers the full informational surface for SulukFi: contract addresses, live metrics, terms, documentation retrieval, and full-text search. There are no obvious dead ends or missing operations for the stated purpose.

Resources