Skip to main content
Glama

delimit_social_target_config

Manage social target platform scanning configuration. Enable or disable platforms, update providers, or add subreddits to define what gets scanned during social target analysis.

Instructions

Configure social target scanning platforms.

When to use: to inspect / update which platforms the social-target scanner uses, or to add subreddits a venture should scan. When NOT to use: to run a scan (use delimit_social_target) or drafts (delimit_social_generate).

Sibling contrast: delimit_social_target runs scans; this configures which platforms to scan.

Side effects: action="update" / "add_subreddits" write to the target config. action="status" / "detect" are read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNo"status" (default), "detect", "update", "add_subreddits".status
platformNoPlatform key — "x", "reddit", "github", "hn", "devto", "namepros".
enabledNoEnable/disable on update. Default True.
providerNoProvider name — "twttr241", "xai", "proxy", "gh_cli", etc., for update.
subredditsNoComma-separated subreddits for add_subreddits.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description fully discloses behavioral differences: actions like 'update' and 'add_subreddits' are writes, while 'status' and 'detect' are read-only. This is valuable, though it could mention if updates are destructive or require permissions, but overall it's very transparent.

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 concise and well-structured: purpose statement, usage guidelines, sibling contrast, and side effects. Each sentence adds important information without redundancy.

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 has 5 parameters with 100% schema coverage and an output schema, the description provides complete context: what the tool does, when to use it, how it differs from siblings, and behavioral side effects. No obvious gaps.

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 baseline is 3. The description adds value by grouping actions into read/write categories and explaining the purpose of each action beyond the schema's short descriptions. This helps the agent understand parameter usage contextually.

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 verb and resource ('Configure social target scanning platforms') and further clarifies it is for inspecting/updating platforms and adding subreddits. It distinguishes from siblings by noting that delimit_social_target runs scans, while this tool configures platforms.

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?

Explicitly provides when to use (inspect/update platforms, add subreddits) and when not to use (running scans or drafts), with specific sibling alternatives (delimit_social_target, delimit_social_generate). This gives clear guidance for tool selection.

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