Search for Sequences
Immutable Catalog + Curated Guide
This lossless descriptor comes from the active Portal catalog and is enhanced with reviewed examples.
- Contract tier:
agent_ready - Risk:
read - Catalog version:
1.0.2 - Descriptor hash:
6762aa81fc3796961b0c2317f987158f8630726782686ba4e5ca532a8ff74046
Search for Sequences (POST /emailer_campaigns/search). Notes: master_api_key_required.
Request Body
{
"jsonrpc": "2.0",
"id": "apollo-apollo-post-emailer-campaigns-search-example",
"method": "tools/call",
"params": {
"name": "apollo.apollo_post_emailer_campaigns_search",
"arguments": {}
}
}
Arguments Schema
{
"type": "object",
"properties": {
"body": {
"anyOf": [
{
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "array",
"items": {}
}
],
"description": "Apollo JSON request body accepted by the documented endpoint."
},
{
"type": "null"
}
],
"default": null,
"description": "Apollo JSON request body accepted by the documented endpoint."
},
"params": {
"anyOf": [
{
"type": "object",
"description": "Apollo query-string parameters accepted by the documented endpoint.",
"additionalProperties": true
},
{
"type": "null"
}
],
"default": null,
"description": "Apollo query-string parameters accepted by the documented endpoint."
},
"compact": {
"anyOf": [
{
"type": "boolean",
"description": "Override the server default for token-efficient list truncation."
},
{
"type": "null"
}
],
"default": null,
"description": "Override the server default for token-efficient list truncation."
},
"confirm": {
"type": "boolean",
"default": false,
"description": "Must be true for endpoints classified as write-intent."
},
"max_items": {
"anyOf": [
{
"type": "integer",
"minimum": 1,
"description": "Maximum list items returned when compact mode is enabled."
},
{
"type": "null"
}
],
"default": null,
"description": "Maximum list items returned when compact mode is enabled."
},
"include_raw": {
"type": "boolean",
"default": false,
"description": "Include the unnormalized Apollo response in addition to normalized data."
},
"path_params": {
"anyOf": [
{
"type": "object",
"description": "Values for every {placeholder} in the documented endpoint path. Keys must match placeholder names exactly.",
"additionalProperties": true
},
{
"type": "null"
}
],
"default": null,
"description": "Values for every {placeholder} in the documented endpoint path. Keys must match placeholder names exactly."
}
},
"description": "Shared input contract for a manifest-backed Apollo endpoint tool.",
"additionalProperties": false
}