Documentation

Complete reference for all available tools in Toold MCP Server. Each tool is designed to enhance your AI's capabilities with real-world data and utilities.

5
Available Tools
4
Categories
5
Coming Soon

Available Tools

get_weather

Get current weather conditions for any location worldwide

Weather

Parameters

location
string required

City name, coordinates, or address

units
string

Temperature units (celsius/fahrenheit)

Example Usage

AI: What's the weather like in Tokyo?
Toold: ☀️ Tokyo, Japan
Temperature: 22°C (72°F)
Conditions: Sunny
Humidity: 65%
Wind: 8 km/h NE

get_stock_price

Retrieve real-time stock prices and basic financial data

Finance

Parameters

symbol
string required

Stock ticker symbol (e.g., AAPL, GOOGL)

exchange
string

Stock exchange (auto-detected if not provided)

Example Usage

AI: What's Apple's current stock price?
Toold: 📈 AAPL (Apple Inc.)
Current Price: $195.89
Change: +$2.34 (+1.21%)
Volume: 45.2M
Market Cap: $3.04T

currency_convert

Convert between different currencies using real-time exchange rates

Finance

Parameters

amount
number required

Amount to convert

from
string required

Source currency code (e.g., USD)

to
string required

Target currency code (e.g., EUR)

Example Usage

AI: Convert 100 USD to EUR
Toold: 💱 Currency Conversion
100.00 USD = 91.85 EUR
Exchange Rate: 1 USD = 0.9185 EUR
Last Updated: 2025-01-22 10:30 UTC

translate_text

Translate text between 100+ languages with high accuracy

Language

Parameters

text
string required

Text to translate

target_language
string required

Target language code (e.g., 'es', 'fr', 'zh')

source_language
string

Source language (auto-detected if not provided)

Example Usage

AI: Translate "Hello, how are you?" to Spanish
Toold: 🌍 Translation
Original (English): "Hello, how are you?"
Spanish: "Hola, ¿cómo estás?"
Confidence: 99%

timezone_convert

Convert time between different time zones

Time

Parameters

time
string required

Time to convert (e.g., '14:30', '2:30 PM')

from_timezone
string required

Source timezone (e.g., 'America/New_York')

to_timezone
string required

Target timezone (e.g., 'Europe/London')

date
string

Date for conversion (defaults to today)

Example Usage

AI: What time is 3 PM EST in Tokyo?
Toold: 🕐 Time Zone Conversion
3:00 PM EST (New York) = 5:00 AM JST (Tokyo, next day)
Time difference: +14 hours
Date: January 22, 2025

Roadmap

We're constantly working on new tools to make your AI even more powerful. Here's what's coming next:

get_news_summary

In Development

Get summarized news articles and headlines

News

get_crypto_price

In Development

Real-time cryptocurrency prices and market data

Finance

generate_qr_code

Planned

Generate QR codes for text, URLs, and other data

Utilities

compress_image

Planned

Compress and optimize images

Media

calendar_events

Research

Manage calendar events and scheduling

Productivity

Have a Tool Request?

We'd love to hear what tools would make your AI workflow more productive!

💡 Request a Feature

Integration Best Practices

Error Handling

  • All tools return structured error messages
  • Rate limiting is handled gracefully
  • Network issues are automatically retried

Performance

  • Typical response time: <500ms
  • Data is cached when appropriate
  • No rate limits for normal usage