|
33 | 33 | "tools": [ |
34 | 34 | { |
35 | 35 | "name": "get_person_profile", |
36 | | - "description": "Get detailed information from a LinkedIn profile including work history, education, skills, and connections", |
37 | | - "parameters": { |
38 | | - "type": "object", |
39 | | - "properties": { |
40 | | - "linkedin_username": { |
41 | | - "type": "string", |
42 | | - "description": "LinkedIn username (e.g., \"stickerdaniel\", \"john-doe-123456\")" |
43 | | - } |
44 | | - }, |
45 | | - "required": ["linkedin_username"] |
46 | | - } |
| 36 | + "description": "Get detailed information from a LinkedIn profile including work history, education, skills, and connections" |
47 | 37 | }, |
48 | 38 | { |
49 | 39 | "name": "get_company_profile", |
50 | | - "description": "Extract comprehensive company information and details", |
51 | | - "parameters": { |
52 | | - "type": "object", |
53 | | - "properties": { |
54 | | - "company_name": { |
55 | | - "type": "string", |
56 | | - "description": "LinkedIn company name (e.g., \"docker\", \"anthropic\", \"microsoft\")" |
57 | | - }, |
58 | | - "get_employees": { |
59 | | - "type": "boolean", |
60 | | - "description": "Whether to scrape the company's employees (slower)", |
61 | | - "default": false |
62 | | - } |
63 | | - }, |
64 | | - "required": ["company_name"] |
65 | | - } |
| 40 | + "description": "Extract comprehensive company information and details" |
66 | 41 | }, |
67 | 42 | { |
68 | 43 | "name": "get_job_details", |
69 | | - "description": "Retrieve specific job posting details using LinkedIn job IDs", |
70 | | - "parameters": { |
71 | | - "type": "object", |
72 | | - "properties": { |
73 | | - "job_id": { |
74 | | - "type": "string", |
75 | | - "description": "LinkedIn job ID (e.g., \"4252026496\", \"3856789012\")" |
76 | | - } |
77 | | - }, |
78 | | - "required": ["job_id"] |
79 | | - } |
| 44 | + "description": "Retrieve specific job posting details using LinkedIn job IDs" |
80 | 45 | }, |
81 | 46 | { |
82 | 47 | "name": "search_jobs", |
83 | | - "description": "Search for jobs with filters like keywords and location", |
84 | | - "parameters": { |
85 | | - "type": "object", |
86 | | - "properties": { |
87 | | - "search_term": { |
88 | | - "type": "string", |
89 | | - "description": "Search term for job search (e.g., \"software engineer\", \"product manager\")" |
90 | | - } |
91 | | - }, |
92 | | - "required": ["search_term"] |
93 | | - } |
| 48 | + "description": "Search for jobs with filters like keywords and location" |
94 | 49 | }, |
95 | 50 | { |
96 | 51 | "name": "get_recommended_jobs", |
97 | | - "description": "Get personalized job recommendations based on your profile", |
98 | | - "parameters": { |
99 | | - "type": "object", |
100 | | - "properties": {}, |
101 | | - "required": [] |
102 | | - } |
| 52 | + "description": "Get personalized job recommendations based on your profile" |
103 | 53 | }, |
104 | 54 | { |
105 | 55 | "name": "close_session", |
106 | | - "description": "Properly close browser session and clean up resources", |
107 | | - "parameters": { |
108 | | - "type": "object", |
109 | | - "properties": {}, |
110 | | - "required": [] |
111 | | - } |
| 56 | + "description": "Properly close browser session and clean up resources" |
112 | 57 | } |
113 | 58 | ], |
114 | 59 | "user_config": { |
|
0 commit comments