Skip to main content
Glama

get_flet_doc

Fetch the full Markdown documentation for any Flet control or topic using a known doc path. Get detailed guides and API references directly from official sources.

Instructions

Fetch the full Markdown documentation for a specific Flet control or topic.

Args: doc_path: The exact path to the doc file, usually obtained from search_flet_docs (e.g., 'website/docs/controls/dropdown/index.md').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It discloses that this is a read operation fetching documentation, but does not mention error handling (e.g., if doc_path is invalid), side effects, or authentication requirements. The description is minimally adequate but lacks richer behavioral context.

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 extremely concise: two sentences plus a one-parameter Args block. Every sentence serves a purpose, and the most important information (purpose) is front-loaded. No wasted words.

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

Completeness4/5

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

Given that an output schema exists (so return values are documented elsewhere), the description covers the tool's purpose, parameter usage, and a usage hint. It could mention what happens if the provided path is invalid, but overall it is sufficiently complete for an agent to use correctly.

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 description adds meaningful context beyond the schema by explaining that doc_path is 'The exact path to the doc file, usually obtained from search_flet_docs'. The schema only provides type and title, so this additional information helps the agent understand the source and format of the parameter.

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 verb 'Fetch' and the resource 'full Markdown documentation for a specific Flet control or topic'. It distinguishes itself from sibling tools like search_flet_docs (search) and list_flet_controls (list) by focusing on fetching a specific document.

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

Usage Guidelines4/5

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

The description explicitly mentions that the doc_path is 'usually obtained from search_flet_docs', providing clear context on how to use this tool in conjunction with another. However, it does not specify when not to use it or mention any prerequisites beyond that.

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/Nwokike/flet-mcp-server'

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