Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLMC_API_KEY | Yes | Your LLM Conveyors API key, obtained from Settings -> API Keys at llmconveyors.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| job-hunter-run | Run the Job Hunter agent — generates a tailored CV, cover letter, and cold email for a job application. Returns artifacts when complete. |
| b2b-sales-run | Run the B2B Sales agent — researches a company and generates personalized sales outreach. |
| agent-status | Check the status of a running agent job. |
| agent-manifest | Get the manifest (input fields, capabilities, billing) for an agent type. |
| ats-score | Score a resume against a job description for ATS compatibility. Returns overall score, grade, keyword matches, and improvement suggestions. |
| resume-validate | Validate a resume in JSON Resume format. Returns validation errors and warnings. |
| resume-render | Render a resume to PDF. Returns a URL to download the generated PDF. |
| resume-preview | Preview a resume as HTML. Returns rendered HTML string. |
| resume-themes | List all available resume themes. Returns theme IDs, names, and descriptions. |
| resume-import-rx | Import a resume from Reactive Resume (RxResume) format into JSON Resume format. |
| resume-export-rx | Export a JSON Resume to Reactive Resume (RxResume) format. |
| master-resume-create | Create a new master resume. Returns the saved master resume with its ID. |
| master-resume-list | List all master resumes. Returns an array of master resume objects. |
| master-resume-get | Get a master resume by ID. Returns the full master resume object. |
| master-resume-update | Update a master resume by ID. Returns the updated master resume. |
| master-resume-delete | Delete a master resume by ID. |
| upload-resume | Upload and parse a resume file. Accepts base64-encoded file content. Returns parsed resume data. |
| upload-job-file | Upload and parse a job description file. Accepts base64-encoded file content. Returns parsed job data. |
| upload-job-text | Upload a job description as plain text. Returns parsed job data. |
| session-create | Create a new session. Returns the created session object with its ID. |
| session-list | List sessions with optional filtering and pagination. Returns an array of session objects. |
| session-get | Get a session by ID. Returns the session object with generation history. |
| session-hydrate | Hydrate a session — returns the full session with all artifacts and logs. |
| session-delete | Delete a session by ID. |
| settings-profile | Get the current user's profile. Returns email, name, plan, and credit balance. |
| settings-preferences-get | Get the current user's preferences. |
| settings-preferences-update | Update the current user's preferences. Returns the updated preferences. |
| settings-usage-summary | Get a summary of the user's API usage and credit consumption. |
| settings-usage-logs | Get paginated usage logs. Returns individual usage entries with action, credits, and timestamps. |
| api-key-create | Create a new platform API key. The key value is shown ONLY in this response — save it immediately. |
| api-key-list | List all platform API keys. Returns key metadata (hash, name, scopes) — NOT the key values. |
| api-key-revoke | Revoke (delete) a platform API key by its hash. |
| api-key-rotate | Rotate a platform API key — revokes the old key and returns a new one. Save the new key immediately. |
| content-save | Save a source document for use as context in AI generation. Returns success status. |
| content-delete-generation | Delete a generation and all its artifacts from a session. |
| share-create | Create a shareable public link for a generation's artifacts. Returns a slug and public URL. |
| share-stats | Get statistics about your shared links (view counts, etc.). |
| share-get-public | Get a publicly shared resource by its slug. |
| document-download | Download a document by its storage path. Returns the file content or a download URL. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |