{"tools":[{"name":"parse_pdf","description":"Parse PDF document and extract all text content and metadata","inputSchema":{"type":"object","properties":{"url":{"type":"string","description":"URL of the PDF document to parse","format":"uri"}},"required":["url"]}},{"name":"get_pdf_metadata","description":"Get metadata from PDF document (author, title, pages, etc.)","inputSchema":{"type":"object","properties":{"url":{"type":"string","description":"URL of the PDF document","format":"uri"}},"required":["url"]}}]}