mcp-pop-up
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ask_userA | Ask the user for guidance via a desktop pop-up and return their answer. Use this whenever you need a decision, clarification, or direction from the person you are helping instead of guessing. A native window appears with your question and buttons for each answer. An "Other" choice with a free-text box is always added, so the user is never boxed in by your options. Args: question: The question to show the user. Be specific and self-contained. options: Up to 6 suggested answers. May be empty to ask an open-ended question (the user then answers via the "Other" text box). allow_multiple: If True the user may select several answers (checkboxes); if False they pick exactly one (radio buttons). Default False. Returns: A short human-readable summary of what the user chose, or a note that the prompt was cancelled. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/GiantBeaver9/mcp-pop-up'
If you have feedback or need assistance with the MCP directory API, please join our Discord server