Skip to main content
Glama
j0KZ
by j0KZ

send_message

Send control messages to a Pure Data synth via OSC or FUDI. Adjust tempo, trigger notes, send CC, bang, or update parameters using bridge patch.

Instructions

Send a control message to a running Pure Data instance via OSC (UDP) or FUDI (TCP). Requires a bridge patch loaded in Pd — use create_from_template with template 'bridge' to generate one. Common addresses: /pd/tempo , /pd/note , /pd/cc <cc#> , /pd/bang, /pd/param/ . The confirmation is ALWAYS returned in the response. Do NOT attempt additional file operations after calling this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
protocolNoProtocol: "osc" (UDP, binary) or "fudi" (TCP, text). Default: "osc".osc
hostNoTarget host. Default: 127.0.0.1 (localhost).127.0.0.1
portNoTarget port. Default: 9000 (OSC) or 3000 (FUDI).
addressYesMessage address/selector. OSC: "/pd/tempo". FUDI: "tempo". Common: /pd/tempo, /pd/note, /pd/cc, /pd/bang, /pd/param/<name>.
argsNoMessage arguments (integers, floats, or strings).
Behavior5/5

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

With no annotations, the description fully bears the burden. It discloses that confirmation is always returned and cautions against additional file operations, accurately indicating the tool's side effects and behavior.

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 a single, well-structured paragraph that front-loads purpose, then covers prerequisites, examples, and warnings. Every sentence is informative, with no wasted words.

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 5 parameters, no output schema, and no annotations, the description thoroughly covers prerequisites, usage examples, important behavior, and parameter hints, making it complete for effective use.

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

Parameters5/5

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

Schema coverage is 100%, and the description adds value with common address examples, default port explanations, and argument types, going beyond what the schema provides.

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 clearly states 'Send a control message to a running Pure Data instance via OSC (UDP) or FUDI (TCP).' It identifies the specific verb (send), resource (control message to Pd), and distinguishes from sibling tools like create_from_template or compose_patch.

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 states prerequisite: 'Requires a bridge patch loaded in Pd — use create_from_template with template "bridge" to generate one.' Also warns against additional file operations after calling, providing clear when-to-use and when-not-to-use guidance.

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/j0KZ/synthlab-mcp-server'

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