Skip to main content
Glama
YPYT1

frida-ios-mcp

by YPYT1

tiktok_im

Manage TikTok in-app messages: read inbox, send texts with dry-run, open chats, and check peer conversations via in-process network runtime.

Instructions

[advanced] In-process TikTok IM network runtime. action: status | conversations | inbox | send_text | messages | open_chat | peer_conversation | phone_status. inbox refreshes normal chats and Message Requests/notification pages without UI navigation; returns username + newest content. send_text defaults dryRun:true. With dryRun:false, transport defaults to the real chat composer and succeeds only after the exact text is re-read from live message models. messages: peer nickname/content/time (best-effort). open_chat: open message VC. peer_conversation: build id from peerUid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoMessage text for send_text
limitNoconversations/inbox/messages limit
actionYesIM action
dryRunNoDefault true — do not send unless false
peerUidNoPeer uid you can message (mutual follow). Used by peer_conversation / send_text
timeoutMsNoinbox/conversations network refresh wait; default 1800, max 5000
transportNosend_text only: network/composer re-reads exact text (default); sdk is disabled because it created blank bubbles
onlyUnreadNoinbox only: omit seen or self-sent latest messages
conversationIdNoConversation id for send_text/messages/open_chat (or use peerUid)
confirmTimeoutMsNosend_text exact-text re-read timeout; default 15000, max 30000
Behavior4/5

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

Description discloses key behaviors: dryRun default, transport behavior for send_text, best-effort for messages, and how peer_conversation builds IDs. Since no annotations exist, it provides essential transparency. Lacks details on potential side effects or error states.

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

Conciseness2/5

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

Description is lengthy and dense with technical jargon like 'composer re-reads exact text'. Not front-loaded; key purposes are buried. Could be more structured with bullet points or clearer separation of actions.

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

Completeness2/5

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

Despite 10 parameters and no output schema, the description omits details for some actions (e.g., what 'status' or 'phone_status' return). Partially explains inbox and messages returns but not comprehensively. Incomplete for a complex tool.

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% with descriptions. The description adds value by explaining dryRun default, transport defaults, and peerUid requirement (mutual follow). But much of the description restates schema info. Baseline 3 with marginal added value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly enumerates actions (status, conversations, etc.) and states it's an IM network runtime. It distinguishes from sibling tools by focusing on IM functionality. However, the purpose is somewhat buried in technical phrasing.

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

Usage Guidelines3/5

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

Provides context for some actions (e.g., inbox refreshes without UI navigation, send_text defaults to dryRun). No explicit when-not-to-use or alternatives mentioned, but the tool is the only IM tool among siblings.

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/YPYT1/frida-ios-mcp'

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