community-prompt-voting-mcp-server
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": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| submit_promptB | Einen neuen Prompt in die Community-Bibliothek einreichen. Kategorien: reasoning, coding, writing, data, education, creative, research, productivity, roleplay, other. Tags als kommagetrennte Liste, z.B.: "cot,reasoning,problem-solving" |
| upvote_promptA | Einen Prompt hochwerten (Upvote geben oder zurueckziehen). voter_id sollte eine eindeutige Kennung des Voters sein — verhindert Mehrfach-Voting. |
| downvote_promptA | Einen Prompt niedrigbewerten (Downvote geben oder zurueckziehen). voter_id sollte eine eindeutige Kennung des Voters sein. |
| get_trending_promptsA | Die trendenden Prompts der Community abrufen. Trend-Score kombiniert Votes mit Aktualitaet — neuere Prompts werden bevorzugt. |
| get_category_rankingsB | Ranglisten nach Kategorie abrufen. Ohne Kategorie: Uebersicht aller Kategorien mit Top-Prompts. Mit Kategorie: Top 10 Prompts der gewaehlten Kategorie. |
| search_promptsB | Prompts nach Stichwort, Kategorie oder Tags durchsuchen. sort_by: score (Standard), newest, popular. tags als kommagetrennte Liste. |
| get_voting_infoB | Statistiken zum Community-Voting-System abrufen. Zeigt Gesamtstatistiken, Top-Prompts und Kategorie-Verteilung. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- 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/AiAgentKarl/community-prompt-voting-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server