New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

get_doc

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.

SERVERDocs SOURCEhttps://freebatteryfactory.com/mcp
Low RISK CLASS
Category Read
Parameters 22 required
Recommended Allowedsee the rule below
Registry record Grade C, identity unverified Pull the record →

This record as markdown: /tools/com-freebatteryfactory-docs/get-doc.md

What get_doc does on Docs

AI agents call get_doc to retrieve information from Docs without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
slug string Yes Page slug, e.g. "overview" or "factory" (from search_docs results or the last path segment of a doc URL).
product string Yes Product id from list_products (e.g. "liteship", "batpak").

Parameters from the server's own tool schema.

Why get_doc is rated Low

This tool retrieves and returns documentation content without creating, modifying, deleting, executing code, or affecting external systems. It is a pure read operation on static documentation pages, with no reversible or irreversible side effects. The minimal blast radius if misused is simply over-fetching documentation—no data corruption, system impact, or financial consequence.

From the tool's definition Tool description explicitly states it 'Fetch[es] a single documentation page' and 'Returns the title, description, a heading outline, and the full Markdown body.' The verb 'Fetch' and the read-only nature of retrieving static documentation content with no…

Questions about get_doc

What does the get_doc tool do? +

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. It is categorised as a Read tool in the Docs MCP Server, which means it retrieves data without modifying state.

What parameters does get_doc accept? +

get_doc accepts 2 parameters: slug, product. Required: slug, product. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on get_doc? +

Register the Docs MCP server in PolicyLayer and add a rule for get_doc: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Docs. Nothing to install.

What risk level is get_doc? +

get_doc is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit get_doc? +

Yes. Add a rate_limit block to the get_doc rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block get_doc completely? +

Set action: deny in the PolicyLayer policy for get_doc. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides get_doc? +

get_doc is provided by the Docs MCP server (https://freebatteryfactory.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Docs, and thousands of servers like it.

This server

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Docs's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.