Skip to main content
Glama
TechnoLaps
by TechnoLaps

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CIVIFY_API_KEYYesYour Civify developer API key (`cv-fy-...`)
CIVIFY_API_URLNoCivify backend API base URLhttps://civify.cv/apis

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
civify_get_accountA

Get user account profile, subscription tier, remaining token balance, and CV credits.

civify_parse_cvB

Parse a resume document (PDF, DOCX, image) into structured JSON schema containing contact details, work experience, education, skills, and projects.

civify_tailor_cvB

Tailor a candidate's resume against a target job description. Optimizes bullet points, highlights matching skills, and generates an optional targeted cover letter.

civify_score_atsB

Calculate general ATS compatibility score and structural audit without needing a full JD.

civify_mask_piiB

Upload a CV and produce a sanitized, PII-masked version (redacts email, phone, physical address).

civify_scrape_jobA

Scrape and extract structured job description, company name, requirements, and responsibilities from a job URL (LinkedIn, Greenhouse, Lever, Ashby, Wuzzuf).

civify_track_applicationC

Record a job application in the candidate's Civify Application Kanban tracker.

civify_get_pay_per_cv_pricingB

Get localized Pay-Per-CV single unlock pricing (USD base and EGP regional pricing).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct action and resource: parsing, tailoring, ATS scoring, PII masking, job scraping, application tracking, account retrieval, and pricing are all clearly separate. No two tools overlap in purpose.

Naming Consistency5/5

All tools use the same civify_ prefix followed by a snake_case verb_noun pattern (e.g., civify_parse_cv, civify_tailor_cv). The convention is predictable and consistent throughout.

Tool Count5/5

Eight tools is well-scoped for a CV and job application assistant, with each tool covering a distinct part of the workflow. No tools feel redundant or extraneous.

Completeness3/5

Core operations for CV parsing, tailoring, ATS scoring, PII masking, job scraping, and application recording are present. However, the application tracker lacks list, update, and delete operations, and account management only supports retrieval, leaving notable lifecycle gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues