Tools / PDF / Use Cases / Get PDF Metadata and Info

Get PDF Metadata and Info

Retrieve metadata from any PDF URL including page count, author, creation date, and file size.

Tool
PDF icon
PDF

Before processing a PDF — extracting its text, merging it, or sending it to a client — you often need basic facts: how many pages is it, when was it created, who authored it, and is it a scanned image or contains real text? Downloading the file just to check these details is wasteful.

The get_info skill fetches metadata from any public PDF URL without downloading the full file. You get page count, file size, creation and modification dates, author, title, and producer information immediately. This lets you validate documents before processing them and surface basic attribution for cataloguing.

Document management teams validating submissions, developers building PDF processing pipelines, and researchers cataloguing document collections use this to triage files before committing to heavier processing.

Agent Guides

Claude

  1. Connect ToolRouter to Claude: claude mcp add toolrouter -- npx -y toolrouter-mcp
  2. Ask: "Get info about this PDF: [paste URL]"
  3. Claude returns metadata including page count, author, and creation date
Read full guide →

ChatGPT

  1. Add ToolRouter to ChatGPT using the MCP JSON configuration
  2. Ask: "What are the properties of this PDF: [url]?"
  3. ChatGPT retrieves and displays the metadata
Read full guide →

Copilot

  1. Add ToolRouter to your Copilot MCP configuration
  2. In Copilot Chat: "Get the metadata for this PDF: [url]"
  3. Copilot returns the document properties
Read full guide →

OpenClaw

  1. Connect ToolRouter to OpenClaw: openclaw mcp add toolrouter -- npx -y toolrouter-mcp
  2. Provide a list of PDF URLs: "Get metadata for each of these documents"
  3. OpenClaw retrieves properties for all files
Read full guide →

Related Use Cases

Open Extract Text from PDFs

Extract Text from PDFs

Pull raw text from any PDF URL so you can search, quote, or process its contents programmatically.

PDF icon
PDF
4 agent guides
Open Summarise PDF Documents

Summarise PDF Documents

Get AI-generated summaries of long PDF reports, contracts, or research papers from any public URL.

PDF icon
PDF
4 agent guides
Open Merge Multiple PDFs

Merge Multiple PDFs

Combine several PDF files from public URLs into a single merged document.

PDF icon
PDF
4 agent guides