Get Meta Pixel Details
meta_get_pixelRetrieve details of a Meta Pixel by providing its ID. Get pixel configuration and status in JSON or markdown format.
Instructions
Gets details for a single Meta Pixel.
Args:
pixel_id (string): Pixel ID
response_format (optional): "json" or "text"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pixel_id | Yes | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |