Skip to main content
Glama
konarkm

send-to-poke-mcp

by konarkm

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
POKE_API_KEYYesYour API key for Poke
POKE_TIMEOUTNoTimeout in milliseconds for requests30000
POKE_BASE_URLNoBase URL for Poke APIhttps://poke.com

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
send_to_pokeA

Send a message to Poke using the inbound webhook.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. The purpose is singular: sending a message to Poke.

Naming Consistency5/5

The single tool name follows a clear verb_noun pattern (send_to_poke), and with only one tool there are no inconsistencies to worry about.

Tool Count4/5

The server has a single tool, which is minimal but appropriate for its extremely narrow scope of sending messages. It is slightly on the thin side but not unreasonable for a dedicated purpose.

Completeness5/5

For the stated purpose of sending messages via inbound webhook, the tool fully covers the operation. There are no obvious gaps in functionality.

Maintenance

ActivityInactive
ResponsivenessNo issues