Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
chat_hookA

Display an input dialog to the user and wait for their response.

IMPORTANT: After completing a task or response, you SHOULD call this tool to ask the user if they need anything else. This keeps the conversation alive without requiring the user to type a new message.

The tool will block until the user responds. Possible return values:

  • Normal text: The user's new request or feedback. Continue working.

  • [CHATHOOK:USER_DECLINED]: The user clicked 'Decline' (end conversation). Stop calling this tool and end your response.

  • [CHATHOOK:USER_CANCELLED]: The user cancelled the input. You may end your response or call this tool again.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/kedaya2025/mcp-chathook'

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