Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NETMIND_API_TOKENYesYour Netmind API key. You can obtain an API key from https://www.netmind.ai/user/apiToken

Tools

Functions exposed to the LLM to take actions

NameDescription
parse_pdf
Parses a PDF file and returns the extracted content in the specified format. The function supports both local file paths and remote URLs as input sources. It extracts the content from the PDF and formats it either as structured JSON or as a Markdown string. :param source: The source of the PDF file to be parsed. - If it is a string starting with "http://" or "https://", it will be treated as a remote URL. - Otherwise, it will be treated as a local file path (absolute path recommended, e.g. "/Users/yourname/file.pdf"). :param format: The desired format for the parsed output. Supports: - "json": Returns the extracted content as a dictionary. - "markdown": Returns the extracted content as a Markdown-formatted string. :return: The extracted content in the specified format (JSON dictionary or Markdown string).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/protagolabs/Netmind-Parse-PDF-MCP'

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