Skip to main content
Glama
tsushanth

simplyapply-jobs-mcp

by tsushanth

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
search_jobsA

Search real, currently-open job postings aggregated from Greenhouse, Lever, Ashby, and SmartRecruiters career pages across thousands of companies (refreshed daily). No API key required.

get_company_jobsA

Get a specific company's profile and all of its currently-open roles by company slug (as used in https://www.simplyappl.ai/companies/{slug} URLs — lowercase, hyphenated).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one performs a global search across all aggregated job boards, while the other retrieves jobs for a specific company. There is no ambiguity or overlap in their intended use cases.

Naming Consistency5/5

Both tool names follow the consistent verb_noun pattern (search_jobs, get_company_jobs), using snake_case and action-first naming. This makes the tool set predictable and easy to reason about.

Tool Count3/5

With only two tools, the surface feels minimal but not unreasonable for a narrow job-search aggregation domain. However, the count is at the low end of the spectrum and may limit agent flexibility—additional capabilities like filtering or retrieving specific job details would make it more useful.

Completeness3/5

The tools cover global search and company-specific retrieval, which are the core operations for job browsing. However, there is no way to retrieve a single job's full details, apply filters within search, or access other lifecycle operations like saving or applying, leaving notable gaps for a complete job-search workflow.

Maintenance

ActivityMaintained
ResponsivenessNo issues