addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / date_posted
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Filter by posting date (past_hour, past_24_hours, past_week, past_month)"
+}
addedInput schema / properties / easy_apply
Added value: +{
+ "default": false,
+ "description": "Only show Easy Apply jobs (default false)",
+ "type": "boolean"
+}
addedInput schema / properties / experience_level
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Filter by experience level, comma-separated (internship, entry, associate, mid_senior, director, executive)"
+}
addedInput schema / properties / job_type
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Filter by job type, comma-separated (full_time, part_time, contract, temporary, volunteer, internship, other)"
+}
addedInput schema / properties / keywords
Added value: +{
+ "description": "Search keywords (e.g., \"software engineer\", \"data scientist\")",
+ "type": "string"
+}
addedInput schema / properties / location
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Optional location filter (e.g., \"San Francisco\", \"Remote\")"
+}
addedInput schema / properties / max_pages
Added value: +{
+ "default": 3,
+ "description": "Maximum number of result pages to load (1-10, default 3)",
+ "maximum": 10,
+ "minimum": 1,
+ "type": "integer"
+}
removedInput schema / properties / search_term
Removed value: -{
- "title": "Search Term",
- "type": "string"
-}
addedInput schema / properties / sort_by
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Sort results (date, relevance)"
+}
addedInput schema / properties / work_type
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Filter by work type, comma-separated (on_site, remote, hybrid)"
+}
changedInput schema / required
Previous value: -[
- "search_term"
-]New value: +[
+ "keywords"
+]
addedOutput schema / additionalProperties
Added value: +true
removedOutput schema / properties
Removed value: -{
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
-}
removedOutput schema / required
Removed value: -[
- "result"
-]
removedOutput schema / title
Removed value: -"_WrappedResult"
removedOutput schema / x-fastmcp-wrap-result
Removed value: -true