Skip to main content
Glama
orchynX

@orchyn/mcp

Official
by orchynX

Watch Creator

watch_creator
Idempotent

Add a creator to your watchlist to track their posts. Stores only the handle, so no data is fetched and no cost is incurred. Use it to monitor creators and catch up on changes later.

Instructions

Add a creator to your watchlist so you can ask later what they have posted since. Stores the handle only — nothing is fetched here, so there is no cost. Use catch_up_watchlist to see what changed. No cost to call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoWhy you are watching them — shown back to you later.
platformNoPlatform (default tiktok).
usernameYesCreator handle, with or without @.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
addedNo
entriesNo
watchingNo
Install Server

TDQS

A4.1/5.0
Behavior4/5

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

The description goes beyond the annotations by disclosing that nothing is fetched and there is no cost, and that only the handle is stored. This is useful behavioral context beyond idempotentHint and destructiveHint. It does not contradict any annotations.

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 short, front-loaded, and easy to parse. There is minor redundancy with 'no cost' appearing twice, but it does not harm clarity.

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 simple add-to-watchlist tool, the description covers the core behavior, the no-cost aspect, and the appropriate next step. The output schema exists, so return details are not needed. The only slight gap is the ambiguity of 'Stores the handle only' given that note and platform are also accepted parameters.

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 coverage is 100%, and the schema already documents all three parameters, so the baseline is 3. The description's 'Stores the handle only' adds some context around the username parameter, but it does not meaningfully clarify note or platform beyond the schema.

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 uses a specific verb and resource: 'Add a creator to your watchlist,' and clarifies that it stores the handle for later review. This clearly distinguishes it from siblings like catch_up_watchlist and unwatch_creator.

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?

It states the context ('so you can ask later what they have posted since') and explicitly points to catch_up_watchlist as the follow-up tool. It does not enumerate exclusions, but the primary usage context is clear.

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

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/orchynX/nooticr-mcp'

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