Skip to main content
Glama
rsi-ai-platform

rsi-search-pro-mcp

Official

pdf_fetch_structured

Convert a PDF URL into structured JSON output containing title, key facts, numeric values, dates, and table summaries.

Instructions

Direct PDF download + pypdf extraction → focused LLM pass → structured JSON.

Same returned shape as `web_fetch_structured` (title, dateline,
key_facts[], numeric_values[], dates[], tables_summary[]) but goes
through the PDF path. Use when you have a PDF URL and want the values
extracted into a structured shape rather than just raw text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
focusNo
pagesNo
max_pagesNo
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the processing pipeline (download, pypdf extraction, LLM pass) and the return shape. This provides good transparency for an agent, though it does not cover potential failure modes or side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, with two sentences plus a pipeline line. It is front-loaded with the core processing steps. Some structure could be improved, but it is effective and not verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (4 parameters, no output schema), the description is incomplete. It does not describe the parameters' roles, error handling, or return behavior in detail. The agent would lack critical information to use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, meaning the description must compensate. However, the description does not explain any of the four parameters (url, focus, pages, max_pages) beyond the schema field names. This is a significant gap.

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 clearly states the tool's purpose: downloading a PDF, extracting with pypdf, passing through an LLM, and returning structured JSON. It also explicitly names the output fields and compares to web_fetch_structured, distinguishing it from siblings.

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

Usage Guidelines4/5

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

The description gives a clear when-to-use: 'Use when you have a PDF URL and want the values extracted into a structured shape rather than just raw text.' It does not explicitly say when not to use or list alternatives, but the comparison to web_fetch_structured provides implicit guidance.

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/rsi-ai-platform/rsi-search-pro-mcp'

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