arcade-mcp/toolkits/x
Renato Byrro cd1fb648bd
Return media attachments metadata when retrieving X tweets (#191)
Modifies X tweet tools to return metadata about media attachments
(photo, GIF or video) when retrieving a tweet by ID, username or
keywords.

The tool will always return media attachments by default. Since it's
only metadata, it shouldn't add significant network overhead to existing
implementations of the tool.

My guess is more often than not people will want this info included.
When not needed, it doesn't hurt to include by default. It'd be annoying
to have to ask the LLM to include it every time they need.
2025-01-08 16:36:43 -03:00
..
arcade_x Return media attachments metadata when retrieving X tweets (#191) 2025-01-08 16:36:43 -03:00
evals Return media attachments metadata when retrieving X tweets (#191) 2025-01-08 16:36:43 -03:00
tests Return media attachments metadata when retrieving X tweets (#191) 2025-01-08 16:36:43 -03:00
.pre-commit-config.yaml Add lookup_tweet_by_id to X Toolkit (#165) 2024-11-27 17:07:12 -08:00
.ruff.toml Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
conftest.py Add lookup_tweet_by_id to X Toolkit (#165) 2024-11-27 17:07:12 -08:00
LICENSE Add lookup_tweet_by_id to X Toolkit (#165) 2024-11-27 17:07:12 -08:00
Makefile Pin poetry to 1.8.5 (#193) 2025-01-07 13:21:55 -08:00
pyproject.toml Return media attachments metadata when retrieving X tweets (#191) 2025-01-08 16:36:43 -03:00