Document search
Skill hashwnath/microsoft-cape-mcp-skills/skills/document_search
Search enterprise document repositories for policies, guides, and knowledge base articlesFrom its SKILL.md
npx -y skills add hashwnath/microsoft-cape-mcp-skills --skill document_searchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, 220 tokens by cl100k_base, as published. Nobody here has run it
Document Search
Search enterprise document repositories including SharePoint, Confluence, and internal knowledge bases through a unified MCP interface.
When to Use This Skill
Use this skill when the user asks to:
- Find company policies, procedures, or guidelines
- Search for technical documentation
- Look up knowledge base articles
- Find templates or reference documents
Instructions
- Extract the search query from the user's request.
- Apply any relevant filters (document type, date range, department).
- Call the
document_searchtool with the query and filters. - Return the top results with titles, snippets, and source links.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| query | string | Yes | Search query text |
| filters | object | No | Optional filters (type, date_range, department) |
Error Handling
- If no results are found, suggest alternative search terms.
- If the search service is unavailable, inform the user.
- Rate limits are handled automatically by the middleware layer.
What ships with it: 2 files
2.2 KB alongside SKILL.md, 1 of them executable
references/
- search_patterns.md752 B
scripts/
- search_engine.pyruns1.5 KB