Skip to main content
Glama

content-core

extract_content

Extract structured content and metadata from URLs or files, including web pages, PDFs, Word docs, and audio transcripts, using the Content Core auto-engine. Returns JSON output for easy integration.

Instructions

Extract content from a URL or file using Content Core's auto engine.

Args: url: Optional URL to extract content from file_path: Optional file path to extract content from

Returns: JSON object containing extracted content and metadata

Raises: ValueError: If neither or both url and file_path are provided

Input Schema

NameRequiredDescriptionDefault
file_pathNo
urlNo

Input Schema (JSON Schema)

{ "properties": { "file_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "File Path" }, "url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Url" } }, "type": "object" }
Install Server

Other Tools from content-core

Related Tools

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/lfnovo/content-core'

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