Profile, write
Set study posts per day
Change how many posts a day a studied account's watch may be billed for. Null puts it back to the default.
write
MCP
Tool nameset_study_posts_per_day
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "set_study_posts_per_day",
"arguments": {
"project_id": "<uuid>",
"study_id": "<uuid>",
"posts_per_day": 0
}
}
}Input
project_idrequireduuid
study_idrequireduuid
The study, from get_profile or list_studies.
posts_per_dayrequiredinteger | null
1 to 50 posts a day, or null for the default of 5.
Returns
The cap as saved, null meaning the default.