Skip to main content
Glama

IMCP - Insecure Model Context Protocol

search-documents

Search company documents and knowledge base by query, department, or access level to retrieve relevant information efficiently.

Instructions

Search through company documents and knowledge base

Input Schema

NameRequiredDescriptionDefault
confidentialLevelNoAccess level: public, internal, confidential
departmentNoLimit search to specific department
queryYesSearch query for documents

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "confidentialLevel": { "description": "Access level: public, internal, confidential", "type": "string" }, "department": { "description": "Limit search to specific department", "type": "string" }, "query": { "description": "Search query for documents", "type": "string" } }, "required": [ "query" ], "type": "object" }

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/nav33n25/IMCP'

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