Skip to main content
Glama

Delimit Social History

delimit_social_history
Read-onlyIdempotent

Recall past Reddit and Twitter posts and comments to gain context before drafting follow-ups or DM replies. Read-only history retrieval.

Instructions

View recent social media post history (Pro).

When to use: to recall prior posts/comments for context when drafting follow-ups or DM replies — Reddit entries include thread context. When NOT to use: to draft new posts (use delimit_social_generate) or scan targets (delimit_social_target).

Sibling contrast: delimit_social_generate drafts; delimit_social_post publishes; this reads what was already posted.

Side effects: read-only. Calls ai.social.get_post_history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userNoFilter by Reddit user we interacted with (e.g. "coolinjapan001").
limitNoMax entries to return. Default 20.
platformNoFilter by "twitter" or "reddit". Empty = all.
subredditNoFilter by subreddit (e.g. "r/vibecoding").

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv4.7.9
    • changedInput schema / properties / limit / description
      Previous value: -"Max entries to return."New value: +"Max entries to return. Default 20."
    • changedInput schema / properties / platform / description
      Previous value: -"Filter by platform - \"twitter\" or \"reddit\"."New value: +"Filter by \"twitter\" or \"reddit\". Empty = all."
  2. Addedv4.5.5

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds value beyond annotations by revealing the underlying call (ai.social.get_post_history), explicitly stating 'Side effects: read-only,' and noting that Reddit entries include thread context. This is useful behavioral context, though it could go further with pagination or filtering details.

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 well-structured with short labeled sections (When to use, When NOT to use, Sibling contrast, Side effects) that make scanning easy. Every sentence carries functional information, with no filler or redundant restatements of the title. It is dense but appropriately sized for the amount of guidance it provides.

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?

The description covers purpose, usage conditions, exclusions, sibling relationships, and side effects. With a 100% documented schema and an output schema present, nothing essential for correct invocation is missing. The note about thread context also prepares the agent for the shape of returned Reddit entries. The tool is fully contextualized.

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 description coverage is 100%, and all four parameters have clear descriptions in the schema. The tool description does not add parameter-level meaning beyond what the schema already provides, so the baseline of 3 applies. No parameter explanation is missing, but the description contributes no extra semantic enrichment.

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: 'View recent social media post history.' It also explicitly differentiates from siblings by stating 'this reads what was already posted,' making it unmistakably distinct from delimit_social_generate and delimit_social_post. The purpose is fully clear.

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

Usage Guidelines5/5

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

The description provides an explicit 'When to use' section with concrete use cases (recalling prior posts/comments for follow-ups and DM replies) and an explicit 'When NOT to use' section naming delimit_social_generate and delimit_social_target. The sibling contrast further clarifies role boundaries, leaving no ambiguity about when to select this tool.

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