Skip to main content
Glama
anasdevai

Classroom Suite MCP

by anasdevai

export_pdf

Convert any Google Doc to a downloadable PDF by providing its document ID. Get the file as base64 with filename and size for easy integration.

Instructions

Export a Google Doc as PDF.

Args: document_id: ID of the document

Returns: PDF as base64 with filename and size

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
document_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It usefully states the return format ('PDF as base64 with filename and size'), but it does not mention whether the operation is read-only, whether permissions are required, or how failures are surfaced.

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 concise and well-structured with Args and Returns sections. Every line adds necessary information with no filler or redundancy.

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?

For a simple one-parameter export tool with an output schema, the description provides enough input and output information to call it correctly. It lacks explicit exclusions or usage alternatives, but the narrow scope keeps it nearly complete.

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?

Schema description coverage is 0%, but the description compensates by documenting the only parameter as 'ID of the document.' This adds semantic meaning beyond the bare string type in the schema and fully covers the single required 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 states a specific action and resource: 'Export a Google Doc as PDF.' This distinguishes it from siblings like read_doc or download_file by making the output format explicit, and the Returns line reinforces the deliverable.

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

Usage Guidelines3/5

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

The description clearly implies when to use the tool: whenever a PDF rendering of a Google Doc is needed. However, it does not explicitly mention alternatives or when not to use this tool versus download_file or read_doc, so the guidance is only implied.

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/anasdevai/classroom-suite-mcp'

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