spell_check

Check spelling in the document and get suggestions

Server LLM2Docs (Unofficial) nomannayeem/google-docs-mcp-server
Category Read
Risk class Low
Parameters 00 required

What spell_check does on LLM2Docs (Unofficial)

AI agents call spell_check to retrieve information from LLM2Docs (Unofficial) without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

Why spell_check needs a policy

spell_check retrieves and analyzes text to provide spelling suggestions without altering the document. This is a passive, informational query with no side effects, matching the Read category definition. Severity is low because the tool cannot change data or trigger external actions; misuse would only return redundant or irrelevant suggestions with minimal impact.

From the tool's definition Tool description states 'Check spelling in the document and get suggestions' — a read-only operation that queries and returns information without modifying document state.

Questions about spell_check

What does the spell_check tool do? +

Check spelling in the document and get suggestions. It is categorised as a Read tool in the LLM2Docs (Unofficial) MCP Server, which means it retrieves data without modifying state.

How do I enforce a policy on spell_check? +

Register the LLM2Docs (Unofficial) MCP server in PolicyLayer and add a rule for spell_check: 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 LLM2Docs (Unofficial). Nothing to install.

What risk level is spell_check? +

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

Can I rate-limit spell_check? +

Yes. Add a rate_limit block to the spell_check 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 spell_check completely? +

Set action: deny in the PolicyLayer policy for spell_check. 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 spell_check? +

spell_check is provided by the LLM2Docs (Unofficial) MCP server (nomannayeem/google-docs-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

spell_check is one line of LLM2Docs (Unofficial)'s registry record.

The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

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.