Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FORMATIX_API_KEYNoYour Formatix API key (fxi_...). Without it, only the claim_access tool works.
FORMATIX_API_BASENoOverride the API base URL for testing against another environment.https://platform.formatix.ai

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_document_typesA

List the branded talent documents Formatix can generate — assessment reports (Hogan, psychometric, CEO & leadership), progression reports, candidate profiles, shortlists, client submittals, proposals and RPO reports — each with its available output formats (DOCX, PPTX, PDF, XLSX). Call this first to choose a template_id for generate_document.

generate_documentA

Generate a branded, personalized talent document from candidate text. Works for any document type returned by list_document_types — assessment reports, executive profiles, shortlists, proposals, etc. Returns a record_id; poll check_status until the document is ready to download.

format_from_linkedinA

Turn a LinkedIn profile into a polished, branded resume or candidate profile. Paste the visible profile text as profile_text. (To capture LinkedIn profiles automatically inside the browser, install the Formatix Chrome extension.) Returns a record_id; poll check_status.

check_statusA

Check whether a generated document is ready and get its download link. Status is 'Processing' (keep polling), 'Formatted' (ready — share the download_url with the client), or 'Failed - '.

claim_accessA

Get FREE Formatix access using your COMPANY email. Personal inboxes (gmail, outlook, yahoo, proton, etc.) are not eligible. Returns a free API key — treat it as a secret: store it as FORMATIX_API_KEY in your MCP config rather than leaving it in chat history.

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/FormatixAI/mcp-server'

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