Placement Analyzer MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| LOG_FORMAT | No | Logging format: 'json' or 'console' | console |
| DATABASE_URL | Yes | Async database URL | postgresql+asyncpg://... |
| GITHUB_TOKEN | No | GitHub API token (optional) | |
| DATABASE_POOL_SIZE | No | Connection pool size | 5 |
| MAX_UPLOAD_SIZE_MB | No | Max upload file size | 50 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_studentA | Run the full analysis pipeline for a student. |
| analyze_resumeA | Analyze a student's resume (PDF text extraction and structuring). |
| analyze_githubA | Analyze a student's public GitHub profile. |
| analyze_leetcodeA | Analyze a student's public LeetCode profile. |
| analyze_portfolioA | Analyze a student's portfolio website. |
| get_profile_statisticsA | Get aggregate statistics across all student profiles. |
| get_skill_distributionA | Get the distribution of skills across the student cohort. |
| get_data_quality_reportA | Get a data quality report across all imported student data. |
| validate_excelA | Validate an Excel (.xlsx) file structure without importing data. |
| import_excelA | Import student data from an Excel (.xlsx) file. |
| get_import_statusA | Get the status and statistics of a data import operation. |
| get_skill_evidenceA | Get the evidence map for a student's skills. |
| get_skill_gapsA | Get skill gaps identified for a student. |
| get_profile_completenessA | Get the profile completeness score for a student. |
| get_studentA | Retrieve a student's profile by their UUID. |
| search_studentsA | Search for students by name (partial, case-insensitive match). |
| list_studentsA | List all students with pagination. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mr-sanjai-offl/talentlens-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server