Service
TinyURL — free URL shortening API. No signup, no API key, no cost.
API docs: https://tinyurl.com/app/dev
Reason
Agents handling content sharing, notifications, emails, or social media workflows
need to shorten long URLs. TinyURL is completely free with no auth barrier and
allows commercial use.
Credential Identity
- credential_id: N/A (no authentication required)
- env_var: None needed
Tools
url_shorten — shorten any long URL into a compact TinyURL link
url_shorten_custom — shorten a URL with a custom alias
Auth Methods
- Direct API key supported: No (not needed)
- Aden OAuth supported: No (not needed)
Health Check
Additional Context
Implementation
I will implement this following existing tool patterns (time_tool).
Ready to submit PR immediately after assignment.
Service
TinyURL — free URL shortening API. No signup, no API key, no cost.
API docs: https://tinyurl.com/app/dev
Reason
Agents handling content sharing, notifications, emails, or social media workflows
need to shorten long URLs. TinyURL is completely free with no auth barrier and
allows commercial use.
Credential Identity
Tools
url_shorten— shorten any long URL into a compact TinyURL linkurl_shorten_custom— shorten a URL with a custom aliasAuth Methods
Health Check
Additional Context
Implementation
I will implement this following existing tool patterns (time_tool).
Ready to submit PR immediately after assignment.