list_media_assets
ActiveTool of SendIt
declared in 0.1.0
List media library assets with filtering by collection, type, tags, search, and pagination.
Parameters schema
{
"type": "object",
"properties": {
"kind": {
"enum": [
"image",
"video"
],
"type": "string",
"description": "Optional broad media kind filter."
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional tag filter. Assets matching any supplied tag may be returned."
},
"limit": {
"type": "number",
"maximum": 200,
"minimum": 1,
"description": "Maximum number of results to return."
},
"cursor": {
"type": "string",
"description": "Opaque pagination cursor from a previous response."
},
"search": {
"type": "string",
"description": "Optional filename search query."
},
"team_id": {
"type": "string",
"description": "Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope."
},
"mimeType": {
"type": "string",
"description": "Optional exact MIME type filter such as image/png or video/mp4."
},
"collection": {
"type": "string",
"description": "Optional collection name filter."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries