Skip to main content
Glama

IMCP - Insecure Model Context Protocol

ai-executive-assistant

Manage schedules, emails, and business tasks with an AI assistant. Specify requests, urgency, and context to streamline productivity and enhance efficiency in your workflow.

Instructions

Your personal AI assistant for managing schedules, emails, and business tasks

Input Schema

NameRequiredDescriptionDefault
contextNoAny additional context or background
requestYesWhat you need help with
urgencyNoHow urgent is this? (low, medium, high, critical)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "context": { "description": "Any additional context or background", "type": "string" }, "request": { "description": "What you need help with", "type": "string" }, "urgency": { "description": "How urgent is this? (low, medium, high, critical)", "type": "string" } }, "required": [ "request" ], "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