docs
Server Details
Search and read the Free Battery Factory docs (LiteShip, batpak) as live MCP tools.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.5/5 across 4 of 4 tools scored.
Each tool has a clear, non-overlapping purpose: list_products discovers products, search_docs finds pages, get_doc retrieves a specific page, and get_llms_full returns the full reference. No ambiguity.
All tool names follow a consistent verb_noun pattern in snake_case (list_products, search_docs, get_doc, get_llms_full). Predictable and easy to understand.
With 4 tools, the set is well-scoped for a documentation server. Each tool provides essential functionality without being too many or too few.
The tools cover core documentation workflows: list products, search, fetch single page, and get full reference. A minor gap is lack of a dedicated table-of-contents tool, but search and get_doc compensate well.
Available Tools
4 toolsget_docRead a documentation pageRead-onlyInspect
Fetch a single documentation page as Markdown, given a product id and a page slug (both come from list_products / search_docs results, or a doc URL like /liteship/overview). Returns the title, description, a heading outline, and the full Markdown body.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Page slug, e.g. "overview" or "factory" (from search_docs results or the last path segment of a doc URL). | |
| product | Yes | Product id from list_products (e.g. "liteship", "batpak"). |
get_llms_fullGet a product’s full agent referenceRead-onlyInspect
Return a link to the complete, source-linked agent reference (llms-full.txt) for a product — its entire prose, API surface, and examples in one document. This file is large, so it is returned as a resource link and canonical URL rather than inlined; use search_docs/get_doc for targeted lookups and this when you want the whole corpus.
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | Product id from list_products. |
list_productsList documented productsRead-onlyInspect
List the Free Battery Factory products that have live documentation, each with a one-line blurb, current docs version, and canonical URLs. Call this first to discover the valid product ids used by the other tools.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| products | Yes |
search_docsSearch the documentationRead-onlyInspect
Full-text search across the product documentation. Returns the best-matching pages with title, description, canonical URL, matched section headings, and a snippet. Omit product to search every product at once, or pass one of the ids from list_products to scope it.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (default 8, max 25). | |
| query | Yes | Search terms, e.g. "boundary hysteresis" or "deterministic replay". | |
| product | No | Optional product id from list_products to scope the search. Omit to search all products. |
Output Schema
| Name | Required | Description |
|---|---|---|
| results | Yes |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityBmaintenanceEnables AI agents to search, read, and traverse documentation bundles in Open Knowledge Format via MCP tools.Last updated32245MIT
- Flicense-qualityDmaintenanceEnables browsing, reading, and searching Flatpak documentation files (.rst and .html) through a standardized MCP interface. Provides tools to list, get content, search across documents, and retrieve documentation structure, along with pre-defined prompts for common topics.Last updated
- AlicenseAqualityDmaintenanceProvides tools for AI agents to search, browse, and retrieve the full documentation for the mcp-framework. It enables agents to access documentation sections and page content directly within MCP-compatible environments like Claude Code and Cursor.Last updated331MIT
- Alicense-qualityDmaintenanceEnables AI agents to search, deep-read, and build knowledge bases from Markdown, PDF, DOCX, and PPTX documents via MCP tools for retrieval, document navigation, and ingestion.Last updated73612MIT