gabrielgst56/mcp-server-sample
3.1
If you are the rightful owner of mcp-server-sample and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This MCP server provides comprehensive CRUD operations for Work Orders with database integration using Entity Framework Core and SQL Server.
Tools
Functions exposed to the LLM to take actions
create_work_order
Creates a new work order with specified details.
get_work_order
Retrieves a work order by its ID.
get_work_orders
Retrieves work orders with optional filtering.
update_work_order
Updates an existing work order.
delete_work_order
Deletes a work order by its ID.
search_work_orders
Searches work orders by title or description.
get_work_order_stats
Gets work order statistics and counts.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client