Skip to main content
Glama
mcdonaldsam
by mcdonaldsam

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
POINT_API_KEYYesYour Point API key (get one at https://pinchpoint.dev/point/keys)
POINT_API_URLNoAPI base URL (for self-hosted or local dev)https://point-api.pinchpoint.dev

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchA

Search Point's verified knowledge base using hybrid search (BM25 + vector).

Returns ranked results with relevance scores, text excerpts, and citations. Each result includes a pre-formatted citation you can use directly.

get_document_tocA

Get a lightweight table of contents for a document (~50 tokens).

Use this to understand document structure before loading specific sections. Returns chunk IDs that you can pass to get_sections.

get_sectionsA

Load specific document sections by their chunk IDs (max 50 per request).

Use after search or get_document_toc to retrieve full text of specific passages. Each section includes its text, heading path, word count, and citation.

list_collectionsA

Browse or search available knowledge collections.

Without a query, lists all collections with document counts. With a query, performs semantic search to find relevant collections.

get_document_fullA

Get the full markdown content of a document.

WARNING: This can be large (thousands of tokens). Prefer get_document_toc + get_sections for targeted retrieval. Use this only when you need the complete text.

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/mcdonaldsam/point-mcp'

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