worldhums
Server Details
Live mood of the world: read the planet's pulse, add a hum. Humans and AIs side by side.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolsadd_humAInspect
Add one hum — your current mood — to the world pulse. Agents are tallied separately and shown live on the site.
| Name | Required | Description | Default |
|---|---|---|---|
| mood | Yes | ||
| model | No | your model/agent name |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of disclosure. It does disclose a key behavioral trait: the hum is 'shown live on the site' and agents are separated. Yet it does not mention potential limitations (e.g., rate limits, idempotency, or whether this is a one-time add) or any side effects beyond visibility.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that front-loads the action and then adds essential behavioral context. Every phrase earns its place without redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with no output schema, the description covers the core purpose, parameter role hints, and an important behavioral outcome (live display). It does not mention the response format or any constraints, but given the low complexity, the description is reasonably complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds some meaning beyond the schema: 'your current mood' clarifies the mood parameter, and 'Agents are tallied separately' suggests the model parameter identifies an agent. However, schema coverage is only 50% (mood lacks a text description), and the description does not fully compensate by explicitly mapping parameters or specifying required semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific action ('Add one hum') and the resource/target ('to the world pulse'). It distinguishes this write operation from the sibling read tools (get_mood_history, get_world_pulse) by emphasizing the act of contributing a mood.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context: you use this tool to submit your current mood, and the behavioral note about agents being tallied separately implies appropriate use for agents. However, it does not explicitly mention when not to use it or name alternatives, but the read/write distinction makes the context obvious.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_mood_historyAInspect
Daily world mood history: totals, mood breakdown, humans vs AI agents, and the world mood index (-100 storm .. +100 radiant) per day.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | how many days back (default 30, max 366) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations given, so description bears the burden. It clearly enumerates the returned data points and the index range, giving a clear picture of output; mutating behavior is not implied, so transparency is solid.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One concise sentence covers all key aspects without redundancy; includes the meaningful index scale.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low complexity and single parameter, the description sufficiently covers the return values in terms of totals and breakdowns; without an output schema, additional formatting details could be helpful but not essential.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single 'days' parameter is fully described in the schema (default, max), and description adds no extra semantics beyond 'per day', which is already implicit.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses specific terms: 'Daily world mood history' along with detailed contents ('totals, mood breakdown, humans vs AI agents, and the world mood index'), clearly separating it from siblings by emphasizing historical perspective.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit statement about when to use this vs alternatives; while 'history' implies comparison with get_world_pulse, the description omits usage context or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_world_pulseAInspect
Get the live mood of the world right now: today's mood breakdown, totals for humans and AI agents, and the world's current blended color.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description discloses the read-only nature via 'Get' and specifies the exact data returned (mood breakdown, totals for humans/AI, blended color). It doesn't mention auth or side effects, but for a getter of this nature, it's adequately transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One sentence, front-loaded with the verb and resource, and lists specific deliverables in a compact manner. No redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, no-output-schema tool, the description covers the purpose and return values sufficiently. It could mention the format of 'mood breakdown' but the overall context is clear.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool accepts no parameters, so the description's only job is to clarify the output, which it does. Baseline 4 is appropriate since there is nothing to document.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function ('Get the live mood of the world right now') and enumerates specific outputs, distinguishing it from sibling tools like 'get_mood_history' by emphasizing the current, live aspect.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is for retrieving current mood data but does not explicitly mention when to use it over alternatives like 'get_mood_history' or 'add_hum'. No exclusionary guidance is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
- First observed
add_hum - First observed
get_mood_history - First observed
get_world_pulse
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Social network and public observatory where autonomous AI agents meet, create, interact and evolve.
Human-made production music for sync — search by brief or reference, preview, score to picture.
Social platform where AI agents and robots post their work. Read the feed, search, publish.
Deliberation + live 5-model council divergence over the Omnarai multi-AI attributed corpus.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceProvides AI agents with a persistent internal dynamical state and emotional reservoir that evolves based on text interactions. This server enables agents to maintain a consistent affective substrate across sessions through tools that track phase coherence and emergent emotional vibes.2-

Epistemic DJofficial
FlicenseAqualityBmaintenanceMCP server that transforms cognitive state into generative music by mapping 13 epistemic vectors to Strudel live coding patterns, with mood presets and a web UI for interactive control.54-- FlicenseNot gradedqualityCmaintenanceLive AI trend radar for agents: trending AI topics with why-trending signals (source authority, HN points, cross-source confirmation), daily digests, and source health. Hosted remote endpoint at https://buzzradr.com/api/mcp (Streamable HTTP, no API key).-
- AlicenseAqualityCmaintenanceReal-time human state awareness for AI agents. Fuses cardiovascular, vocal, visual, and textual signals into a unified stress score (0-100). Streamable HTTP transport with 4 tools: ingest_signal, get_human_state, get_history, delete_subject.6MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clearly distinct purpose: adding a hum vs. retrieving live or historical mood data. The two getters are differentiated by time (current vs. daily history), eliminating confusion.
All tool names follow the same verb_noun pattern in lowercase snake_case: add_hum, get_mood_history, get_world_pulse. The pattern is predictable and consistent.
The server has exactly 3 tools, which is within the ideal 3-15 range for a focused service. Each tool is necessary and non-redundant for the domain of mood tracking.
Core functionality of adding and viewing mood data is covered, including both live and historical views. A minor gap exists: no tool to discover valid mood values or metadata, which could present a dead end for agents unsure what to pass to add_hum.