Skip to main content
Glama

ask_hermes

Delegate a task or question to a remote agent with tools for smart home, WhatsApp, Google Workspace, web browsing, and cron jobs. Progress updates stream live; optional session id preserves context.

Instructions

Delegate a task or question to the remote Hermes Agent.

Hermes runs a full agent loop with tool calling, so responses typically take 30 seconds to 5 minutes depending on complexity. Progress updates are streamed back while Hermes works.

Use this tool whenever you need Hermes to:

  • Control smart home devices via Home Assistant

  • Send or read WhatsApp messages

  • Interact with Google Workspace (Gmail, Calendar, Drive, Docs, Sheets)

  • Browse the web or scrape pages

  • Schedule cron jobs or recurring tasks

  • Access Hermes's persistent memory and skills

  • Perform any task that requires Hermes's own tool set

Args: prompt: The task instruction or question for Hermes. Be specific about what you want it to do. session_id: Optional session identifier. Pass the same value across related calls to let Hermes maintain conversational context (e.g. "draft an email" → "now send it").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYes
session_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden, and it delivers: it discloses the remote agent loop, 30-second-to-5-minute latency, streamed progress updates, persistent memory, and session-based context retention. This goes well beyond a generic 'delegate a task' statement.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose, then uses a scannable bullet list of usage domains, then documents parameters. Every sentence adds useful information, and there is no filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity and the presence of an output schema, the description covers what an agent needs: what to pass, how to maintain context, expected timing, and what Hermes can do. Nothing essential is missing for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides only titles and types with 0% description coverage, but the tool description fully compensates: it explains that prompt is the task instruction, advises specificity, and clarifies that session_id is optional and should be reused across related calls to maintain context, complete with an example.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Delegate a task or question to the remote Hermes Agent.' It then lists concrete capability domains, making it unmistakable what the tool does and distinguishing it from the health-check sibling.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

'Use this tool whenever you need Hermes to:' followed by a concrete list gives clear context for when to invoke it. It does not explicitly name the sibling hermes_health as an alternative or state when not to use this tool, so it stops short of full exclusion guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/matthewmcneill/hermes-mcp-lite'

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