Melaya — Build AI agents for any job. Agentic platform for research, ops, outreach, reporting — and the only one where agents can actually trade.

// 01 · Tools

1,365

public tool functions

Every async def agent-callable function on the platform, enumerated at build time from the canonical Python source. Scoped, HITL-able, drop-on-canvas ready. No autoplay, no autodiscovery. Every tool an agent can fire is in this list.

191 providers · 1365 tools
click star · drag · scroll · dblclick to reset
// browse · 1365 entries · page 1/14
page 1 / 14← back to benchmarks
abusech5 tools
  • bazaar_lookup_hash

    Look up a malware sample on MalwareBazaar by hash.

  • feodo_botnet_ips

    Feodo Tracker active botnet C2 IP list — Emotet, Dridex, TrickBot, QakBot, BumbleBee, Pikabot, IcedID. Companion feed to URLhaus / MalwareBazaar / ThreatFox; same auth key.

  • threatfox_search_ioc

    Look up an IOC (URL, domain, IP, hash) in ThreatFox.

  • urlhaus_lookup_host

    All URLhaus entries hosted on a given host or IP.

  • urlhaus_lookup_url

    Check a URL against URLhaus' malicious-URL database.

aic3 tools
  • aic_artists_search

    Search Art Institute of Chicago artists/agents.

  • aic_artwork

    Fetch one AIC artwork by ID.

  • aic_search

    Search Art Institute of Chicago artworks.

airnow5 tools
  • airnow_current_by_latlon

    Current observed AQI nearest to a lat/lon.

  • airnow_current_by_zip

    Current observed AQI at the nearest reporting area for a US ZIP.

  • airnow_forecast_by_latlon

    Multi-day AQI forecast for a coordinate.

  • airnow_forecast_by_zip

    Multi-day AQI forecast for a US ZIP.

  • airnow_historical_by_zip

    Historical observed AQI at the nearest reporting area for a US ZIP on a specific date.

airtable6 tools
  • airtable_create_record

    Create one record. Pass ``fields_json`` as a JSON string mapping field names to values.

  • airtable_delete_record

    Delete a single record. Returns ``{"deleted": true, "id": "<record_id>"}`` on success. Hard delete — not recoverable through the API.

  • airtable_get_record

    Fetch a single record by its ID.

  • airtable_list_tables

    List the tables and primary-field info for a base.

  • airtable_query

    Query records from a table with optional Airtable-formula filter.

  • airtable_update_record

    Patch (partial-update) one record's fields. Only the keys in ``fields_json`` are touched; other fields stay as-is.

alphavantage13 tools
  • alphavantage_macro_data

    Get macroeconomic indicator data (GDP, inflation, interest rates, indices).

  • alphavantage_sector_performance

    Get current performance of S&P 500 market sectors via sector ETFs.

  • alphavantage_stock_history

    Get OHLCV price history for a stock ticker using yfinance.

  • alphavantage_stock_indicators

    Compute technical indicators (RSI, MACD, Bollinger Bands) for a stock ticker.

  • alphavantage_stock_price

    Get current price and basic info for a stock or ETF ticker (traditional markets only — use melaya tools for crypto).

  • av_company_overview

    Fundamentals overview — PE, market cap, sector, EPS, dividend yield, 52-week range, profit margin.

  • av_crypto_daily

    Daily crypto OHLCV in a fiat market.

  • av_daily

    Daily OHLCV time series for a US ticker.

  • av_fx_rate

    Spot FX rate. Supports fiat & crypto on both sides.

  • av_intraday

    Intraday OHLCV for a US ticker.

  • av_news_sentiment

    Ticker-tagged + sentiment-scored news headlines.

  • av_quote

    Latest quote for a US ticker.

  • av_search

    Search tickers by name or symbol.

arxiv5 tools
  • arxiv_browse_category

    Paginated browse of one arXiv category.

  • arxiv_by_author

    Recent papers by an author.

  • arxiv_get_paper

    Fetch a single paper by arXiv ID. Returns the FULL abstract (not a 300-char preview) plus all metadata.

  • arxiv_recent

    List the most recently submitted papers in a category. Useful for "what's new this week in [topic]" pipelines.

  • arxiv_search

    Search arXiv papers by free-text query.

audiodb6 tools
  • audiodb_album_tracks

    Track listing for an album. Closes the artist → album → track chain.

  • audiodb_artist_albums

    Discography for an artist.

  • audiodb_artist_by_id

    Full artist record by TheAudioDB ID. Richer than ``audiodb_search_artist`` because it returns the canonical record (search may include partial matches).

  • audiodb_music_videos

    Official music videos for an artist (YouTube links).

  • audiodb_search_artist

    Search artists by name.

  • audiodb_track_search

    Find a track by artist + title.

aws1 tool
  • aws_cli

    Run an AWS CLI command with credentials from env vars.

bing5 tools
  • bing_crawl_stats

    Crawl health for ``site_url`` — counts of 404s, soft-404s, redirects, server errors, blocked-by-robots, malware, and similar issues. The Bing equivalent of Search Console's Coverage report.

  • bing_list_sites

    List every Bing Webmaster property the connected account has verified. Use the resulting ``Url`` value as ``site_url`` for every other bing_* tool. Example: ``"https://melaya.org/"`` (trailing slash required).

  • bing_page_stats

    Per-page clicks and impressions for the top-performing pages on ``site_url`` over the last 6 months. One row per URL.

  • bing_query_stats

    Last 6 months of organic-search query performance for ``site_url``. Bing returns up to a few hundred rows ranked by impressions, each row with ``Query``, ``Clicks``, ``Impressions``, ``Position`` (avg rank).

  • bing_rank_traffic_stats

    Daily site-wide clicks / impressions / average rank for ``site_url`` over the last 6 months. One row per day. Useful for week-over-week trend plots in a weekly SEO digest.

blockchair4 tools
  • bch_address

    Address dashboard: balance, tx list, first/last seen.

  • bch_block

    Block dashboard: hash, miner, txs, size.

  • bch_stats

    Network-wide chain statistics.

  • bch_transaction

    Transaction dashboard: inputs, outputs, fees, confirmations.

bls4 tools
  • bls_latest

    Shortcut for the single most-recent observation of one series. Works anonymously without an API key.

  • bls_popular_series

    List BLS "popular" series for a given survey (curated by BLS).

  • bls_series

    Fetch one or more BLS timeseries.

  • bls_series_multi

    Fetch up to 50 BLS series in one POST.

calendly5 tools
  • calendly_cancel_event

    Cancel a scheduled event. The invitee receives Calendly's standard cancellation email.

  • calendly_create_one_off_link

    Create a one-off scheduling link that can be sent to a single prospect. The link is good for ``max_uses`` bookings, then auto-expires.

  • calendly_get_event_invitees

    Get the invitee list for a scheduled event. Returns each invitee's ``email``, ``name``, ``status`` (``active``/``canceled``), ``questions_and_answers`` (intake form responses).

  • calendly_list_events

    List the caller's scheduled events (meetings).

  • calendly_list_no_shows

    List no-shows (invitees who didn't attend their scheduled meeting). Useful for follow-up automation.

cdc3 tools
  • cdc_dataset_metadata

    Describe a CDC dataset — columns, types, sample values, total rows.

  • cdc_query_dataset

    Query a CDC dataset via Socrata SoQL.

  • cdc_search_datasets

    Search the CDC's open-data catalogue by keyword.

celestrak5 tools
  • celestrak_by_catnr

    Latest orbital elements for a single satellite by NORAD catalog number.

  • celestrak_by_group

    All satellites in a Celestrak group.

  • celestrak_by_intl_designator

    Look up a satellite by its COSPAR international designator (``"2022-100A"``, ``"1998-067A"`` for ISS).

  • celestrak_by_name

    Find satellites with names containing a keyword.

  • celestrak_satcat_search

    SATCAT (satellite catalog) metadata — launch date, country, decay, radar cross-section. Richer than the orbital-element endpoint.

census6 tools
  • census_acs1

    American Community Survey 1-year tables (more recent than ACS5, but only available for large geographies ≥65k population).

  • census_acs5

    American Community Survey 5-year detailed tables.

  • census_cbp

    County Business Patterns — annual industry employment & wages.

  • census_decennial

    Decennial Census 2020 (constitutionally mandated count, not a survey).

  • census_population_estimates

    Vintage population estimates (PEP) — annual.

  • census_variable_search

    Search the variable catalogue for a dataset by keyword.

clickup5 tools
  • clickup_create_task

    Create a task in a list.

  • clickup_lists

    List lists (project boards) in a space.

  • clickup_spaces

    List spaces in a workspace.

  • clickup_tasks

    List tasks in a list, optionally filtered by status.

  • clickup_teams

    List workspaces (called "teams" in API).

clinicaltrials6 tools
  • ctgov_locations

    List the study sites for a trial.

  • ctgov_recently_updated

    Trials whose record was updated in the last N days. Useful for daily / weekly competitive-monitoring agents.

  • ctgov_search

    Search the clinical-trial registry.

  • ctgov_search_by_sponsor

    Trials by lead sponsor / investigator.

  • ctgov_study

    Fetch a single trial by NCT ID with full protocol detail.

  • ctgov_study_history

    Version history of a clinical trial protocol — critical for spotting endpoint changes, eligibility shifts, etc.

cma3 tools
  • cma_artwork

    Fetch one Cleveland Museum artwork by ID.

  • cma_creators_search

    Search Cleveland Museum of Art creators/artists.

  • cma_search

    Search the Cleveland Museum of Art collection.

cocktail7 tools
  • cocktail_by_category

    Cocktails by category.

  • cocktail_by_glass

    Cocktails served in a specific glass type.

  • cocktail_by_id

    Full cocktail recipe by ID.

  • cocktail_by_ingredient

    Find cocktails using a specific ingredient.

  • cocktail_ingredient_info

    Ingredient detail (ABV %, type, description).

  • cocktail_random

    A random cocktail recipe.

  • cocktail_search

    Search cocktails by name (partial match).

coda3 tools
  • coda_doc

    Fetch metadata for one doc.

  • coda_insert_rows

    Insert rows into a table.

  • coda_list_docs

    List Coda docs the token can access.

page 1 / 14← back to benchmarks

// Catalog generated 2026-06-22 from the live source

Join the community