Skip to main content
Glama
schema.py752 B
# mcp_server/schema.py DROPDOWNS = { "Department": ["Web", "AI", "HR", "Finance", "Operations"], "Designation": ["Intern", "Junior", "Senior", "Lead"], "Salary_Band": ["L1", "L2", "L3"], "Skill_Level": ["Beginner", "Intermediate", "Expert"], "Promotion_Eligibility": ["Yes", "No"], "Is_Processed": ["Yes", "No"] } REQUIRED_COLUMNS = [ "Emp_ID", "Name", "DOJ", "Experience_Years", "Role", "Status", "Department", "Designation", "Salary_Band", "Promotion_Eligibility", "Is_Processed", "Last_Processed_On", "Processing_Version", "AI_Decision_Reason", "Rule_Applied", "Confidence_Score" ] # Optional columns that may exist OPTIONAL_COLUMNS = [ "Skill_Level", ]

Latest Blog Posts

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/Dhruvimahale08/Excel_mcp'

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