We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sbroenne/mcp-server-excel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Implementation Plan: Data Model LLM Guidance
## Overview
Simple documentation-only change: update tool description and create prompt file.
## Tech Stack
- C# XML comments (tool descriptions)
- Markdown (MCP prompt file)
## Files to Modify/Create
1. `src/ExcelMcp.McpServer/Tools/ExcelDataModelTool.cs` - Update XML summary
2. `src/ExcelMcp.McpServer/Prompts/Content/excel_datamodel.md` - Create new file
## No Tests Required
This is documentation-only - no code logic changes.