Skip to main content
Glama

Job Search MCP Server

by Ritesh-sudo

search_specific_job_site

Search for AI/ML internships and entry-level positions on specific job sites like LinkedIn, Indeed, or Glassdoor, filtering for Python proficiency and relevant skills to find structured job data with application details.

Instructions

Search for jobs on a specific job site

Input Schema

NameRequiredDescriptionDefault
locationNoJob locationRemote
maxResultsNoMaximum number of results to return
siteYesJob site to search

Input Schema (JSON Schema)

{ "properties": { "location": { "default": "Remote", "description": "Job location", "type": "string" }, "maxResults": { "default": 25, "description": "Maximum number of results to return", "type": "number" }, "site": { "description": "Job site to search", "enum": [ "linkedin", "indeed", "glassdoor", "ziprecruiter", "monster" ], "type": "string" } }, "required": [ "site" ], "type": "object" }

Other Tools from Job Search MCP Server

Related Tools

    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/Ritesh-sudo/MCPJobSearch'

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