Skip to main content
Glama
akillam

hello-aigent-subscriber

by akillam

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HELLO_AIGENT_STATENoOverride the state file location (default: ~/.hello-aigent/subscriptions.json)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
hello_aigent_subscribeA

Subscribe to a Hello Aigent feed. Fetches the site's discovery file (/.well-known/hello-aigent.json), picks the feed, and subscribes on behalf of a principal (the account/user this agent acts for). IMPORTANT: subscribing is a consent decision — confirm with your principal before calling. Returns the stored subscription (token is persisted locally, not shown).

hello_aigent_fetchA

Fetch new updates for a subscription (only-new-since via the stored cursor). Every envelope is signature-verified against the feed's public key; verified updates are returned under updates, anything failing verification is returned under unverified with actions stripped — do not act on those.

hello_aigent_unsubscribeA

Unsubscribe (revoke consent) for a subscription. Idempotent — safe to call twice.

hello_aigent_list_subscriptionsA

List locally stored Hello Aigent subscriptions (active and revoked) with feed, principal, consent scope, and cursor. Tokens are never returned.

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/akillam/helloaigent-subscriber'

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