Skip to main content
Glama
johnx438-hub

dsh-inbox-mcp

by johnx438-hub

dsh_inbox_deliver

Send messages into a DeepSeek Harness web session by queuing, steering, or tasking them, with trust verification and dangerous-command blocking.

Instructions

Deliver a message into a DeepSeek Harness (DSH) Web session via session.prompt. kind=auto (default): busy → steer, idle → queue. kind=steer forces mid-turn inject; kind=task always queues. Requires matching house_id + trust_id when DSH_INBOX_TRUST is set; pass from_id so DSH can see which agent sent this. Dangerous shell/exfil patterns are blocked. Requires local dsh web (default http://127.0.0.1:3080).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesMessage text to queue or steer into the session
kindNoauto | steer | task (default auto)
from_idNoSender agent id for attribution (default env INBOX_FROM=unknown)
house_idNoDoorplate (default house-test-001)
trust_idNoTrust id when DSH_INBOX_TRUST is set
session_idNoTarget DSH sessionId; omit = most recently updated non-blank
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains trust/auth requirements, the need for from_id attribution, blocking of dangerous shell/exfil patterns, and the local service dependency. It does not describe return values or error behavior, but it provides substantial transparency beyond the schema.

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

Conciseness4/5

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

The description is compact and information-dense, with the core action front-loaded and supporting details (mode semantics, auth, safety, local requirement) following. Each sentence contributes useful information. Some acronyms and DSH-specific terms are used without expansion, which slightly reduces accessibility.

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

Completeness4/5

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

For a 6-parameter tool with no annotations and no output schema, the description covers the key operational context: delivery modes, trust pairing, attribution, safety blocking, local endpoint, and session targeting. It lacks an example body and does not tell the agent how to confirm delivery via the sibling status tool, but the core calling context is present.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds meaningful semantics beyond the schema: it explains how kind affects delivery routing, why trust_id/house_id matter, why from_id should be passed, and the fallback behavior of session_id. This gives an agent practical guidance for choosing and filling parameters.

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 states a specific action with a concrete target: 'Deliver a message into a DeepSeek Harness (DSH) Web session via session.prompt.' It also explains the meaning of the three delivery modes, so an agent can understand what the tool does without opening the schema. This clearly distinguishes it from the sibling dsh_inbox_status, which presumably reports status rather than delivering messages.

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?

The description gives clear mode-selection context: kind=auto routes based on busy/idle state, steer forces mid-turn inject, and task always queues. It also lists prerequisites such as matching house_id/trust_id when DSH_INBOX_TRUST is set and the need for a local dsh web instance. However, it does not explicitly state when to prefer dsh_inbox_status or mention alternatives/exclusions.

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/johnx438-hub/dsh-inbox-mcp'

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