get_param
Retrieve the current value of a Pure Data object's parameter. Provide the object ID and parameter name to get the value.
Instructions
Retrieve the current value of an object's parameter.
Args:
object_id: ID of the object
parameter: Parameter name to retrieve
ctx: MCP context
Returns:
Response with status and value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | ||
| parameter | Yes |