Skip to main content
Glama

get_documentation

Search for and retrieve documentation from LlamaIndex or LangChain. Enter a query and select the library to get relevant formatted pages.

Instructions

Search for and retrieve documentation from LlamaIndex or LangChain sites.

This tool searches for relevant documentation using Serper API and then scrapes
the content from the top results to provide comprehensive information.

Args:
    query: Search query for documentation (e.g., "vector store", "chat models", "retrieval")
    library: The library to search for ('llamaindex' or 'langchain')
    max_results: Maximum number of documentation pages to retrieve (1-2, default 2)

Returns:
    Formatted documentation content from the search results

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
libraryYes
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It transparently reveals that the tool relies on the Serper API and scrapes content from search results, which is notable behavioral insight beyond the tool's name. It also specifies the max_results default and range, adding useful context. It does not mention error handling or rate limits, but it provides meaningful process transparency.

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 well-structured and appropriately sized: it leads with the purpose, then briefly explains the mechanism, and uses a clear Args/Returns format. Every sentence adds value—no fluff or tautology. It is front-loaded with the core purpose and remains focused.

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?

Given the tool's moderate complexity (search + scrape) and the presence of an output schema, the description is complete. It covers what the tool does, how it works, the parameters, and the return behavior ('Formatted documentation content'). The output schema covers the return structure, so no further detail is required. The description effectively addresses all necessary context for an agent to select and invoke the tool.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate, and it does. The Args section explains each parameter in plain language: query with concrete examples, library with the allowed values ('llamaindex' or 'langchain'), and max_results with its range (1-2) and default (2). This adds substantial meaning beyond the bare schema, which lacks descriptions and enums.

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 function: 'Search for and retrieve documentation from LlamaIndex or LangChain sites.' This provides a specific verb ('search and retrieve') and a specific resource (documentation from named sites), leaving no ambiguity about the tool's purpose. Even without sibling tools, it is self-contained and distinct.

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 gives clear context for use: it searches documentation using the Serper API and scrapes top results, and the Args section defines the library parameter as 'llamaindex' or 'langchain', indicating exactly when to use the tool. However, there are no explicit alternatives, exclusions, or 'when not to use' guidance, so it stops short of a 5.

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/othmansamih/docs-mcp-server'

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