Skip to main content
Glama

delimit_social_daemon

Start, stop, or check status of the social sensing daemon that scans for social discoveries every 15 minutes, deduplicates findings, and emits HTML draft emails while monitoring Reddit replies.

Instructions

Control the social sensing daemon for Delimit (Pro).

Runs social discovery scans every 15 minutes, deduplicates findings, and emits HTML draft emails. Also monitors Reddit replies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNo'start' (begin scanning), 'stop' (halt scanning), 'status' (show daemon state, last scan, targets found).status

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Discloses key behaviors: periodic scanning (every 15 mins), deduplication, HTML email output, and Reddit monitoring. However, it omits side effects, permissions, or rate limits. No annotations contradict.

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?

Two sentences: first defines purpose, second details functionality. No redundant words, information front-loaded.

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

Completeness3/5

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

Adequate for a simple daemon control tool with full schema coverage and an output schema. Lacks info on state transitions (e.g., can stop be called when already stopped?), but otherwise covers core behavior.

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

Parameters3/5

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

Schema covers the action parameter with enum-like descriptions; description adds context about daemon behavior but not parameter-specific semantics beyond what schema provides. Baseline 3 due to full schema coverage.

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?

Description clearly states the tool controls a social sensing daemon, with specific actions (start/stop/status) and behavioral details like 15-minute scans, deduplication, HTML emails, and Reddit monitoring. It distinguishes itself from sibling social tools that handle posting or targeting.

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

Usage Guidelines2/5

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

Description does not provide guidance on when to use this tool vs alternatives like delimit_social_post or delimit_reddit_scan. No exclusions or prerequisite conditions mentioned.

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/delimit-ai/delimit-mcp-server'

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