Documentation Index
Fetch the complete documentation index at: https://docs.etonecarg.com/llms.txt
Use this file to discover all available pages before exploring further.
Canonical tool name: get_media_assets
Family: Media and Assets Tools
Return bounded imagery and asset context for sports entities or programs.
- the host needs logos, headshots, or other bounded visual assets without opening metadata-update planes directly.
- Source ownership: GSD and On entity/program assets
Use something smaller or different when
- the prompt is primarily about standings, schedules, or watchability and visuals are not needed.
Plain-English prerequisites
- This tool does not require a prerequisite ID beyond the scoped inputs shown below.
| Input | What it means |
|---|
entityId | Entity or program ref for the asset lookup. |
entityType | Entity kind for entityId. This lets the server choose the right upstream collection for secondary asset checks. |
| Input | What it means |
|---|
language | Optional BCP 47 language hint such as en-US. Use it when the host needs translated provider output. |
Sequencing guidance
| Needed ID or scope | Call this first | Then use |
|---|
| scope | Tool Catalog | Start from the smallest tool that can safely anchor the workflow, then deepen only if the user asks for more. |
Response highlights
- Return bounded imagery and asset context for sports entities or programs.
Reuse next
- Reuse provider refs returned by this tool to avoid resolving the same entity again.
- Read
meta.agentHints.recommendedNextTools and meta.agentHints.disambiguationOptions as non-binding host hints.
Example requests
{
"jsonrpc": "2.0",
"id": "tool-call-1",
"method": "tools/call",
"params": {
"name": "get_media_assets",
"arguments": {
"entityId": "TEAM_ID",
"entityType": "participant"
}
}
}
- Use
get_media_assets when the host already knows the right scope and needs this job directly.
Common mistakes
- Calling
get_media_assets before the host has the right provider refs or bounded window.
- Using
get_media_assets when a smaller sibling tool would answer the question more directly.