stage_audience_artifact
ActiveTool of io.github.jshorwitz/synter-ads
Stage a hashed-PII payload (newline-delimited identifiers) in Synter's private artifact store and return an opaque artifact_id. Pass that id to sync_audience via *_artifact_id parameters. FREE — no credits charged. Use this instead of pasting hashed identifiers as inline tool args when you have more than ~500 entries.
Parameters schema
{
"type": "object",
"title": "stage_audience_artifactArguments",
"required": [
"body"
],
"properties": {
"body": {
"type": "string",
"title": "Body"
},
"script_name": {
"type": "string",
"title": "Script Name",
"default": "meta_ads_create_audience"
},
"ttl_seconds": {
"type": "integer",
"title": "Ttl Seconds",
"default": 3600
},
"i_have_consent": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "I Have Consent",
"default": null
}
}
}Parent server
io.github.jshorwitz/synter-ads
https://github.com/jshorwitz/synter-mcp-server
1/7 registries