Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HIREBASE_API_KEY | Yes | Your API key for accessing the HireBase API. The server needs this to make authenticated requests for job data. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
create_candidate_profile | Create a prompt to help search for jobs based on candidate profile Args: name: The candidate's name linkedin_url: URL to candidate's LinkedIn profile personal_website: URL to candidate's personal website/portfolio resume_text: Text content from candidate's resume |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_jobs | Search for jobs using the HireBase API Copy |
get_job | Get detailed information about a specific job Copy |