New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

UnClick

1662 tools. 329 can modify or destroy data without limits.

13 destructive tools with no built-in limits. Policy required.

Last updated:

329 can modify or destroy data
1333 read-only
1662 tools total

Community server · catalogue entry checked 09/08/2026 · full schemas captured for 1525 of 1662 tools

How to control UnClick ↓

What UnClick exposes to your agents

Read (1333) Write / Execute (315) Destructive / Financial (13)

What UnClick costs in tokens

148,419 tokens of tool definitions, loaded on every request
74% of a 200k context window
1,153 heaviest tool: gitea_action
Critical Risk

The most dangerous UnClick tools

329 of UnClick's 1662 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control UnClick

PolicyLayer is an MCP gateway — it sits between your AI agents and UnClick, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "paypal_invoices": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "delete_todo": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "abuseipdb_report_ip": {
    "limits": [
      {
        "counter": "abuseipdb_report_ip_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "abn_lookup": {
    "limits": [
      {
        "counter": "abn_lookup_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register UnClick — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON UNCLICK →

Instant setup, no code required.

All 1662 UnClick tools

EXECUTE 152 tools
Execute ackermann Compute the Ackermann function A(m, n). Execute anthropic_create_message Send a message to the Anthropic Messages API (Claude models). Useful for agents that need to call Claude progr Execute avl_tree Build an AVL (self-balancing BST) from a list of keys. Returns inorder traversal, tree height, and optional ke Execute baby_giant_step Solve the discrete logarithm problem (find x such that base^x = target mod modulus) using baby-step giant-step Execute bellman_ford Find shortest paths from a source node using Bellman-Ford (handles negative edge weights). Execute bezier_curve Compute a Bezier curve from control points with arc length and optional evaluation. Execute bitmask_ops Bitmask operations: info, submasks, supersets, next permutation, enumerate set bits. Execute bitwise_calc Perform bitwise operations (AND, OR, XOR, NOT, NAND, NOR, shifts) on integers. Execute bloom_filter Build a Bloom filter from items and test membership of query items (probabilistic, no false negatives). Execute bluesky_action Perform a Bluesky action: bluesky_post, bluesky_read_feed, bluesky_reply, bluesky_like, bluesky_repost, bluesk Execute burrows_wheeler Compute the Burrows-Wheeler Transform (forward or inverse). Execute cartesian_tree Build a Cartesian tree from an array (min-heap ordered with BST on indices). Execute chromatic_number Compute the exact chromatic number of a graph using inclusion-exclusion (up to 20 vertices). Execute circleci_trigger_pipeline Trigger a new CircleCI pipeline for a project. Optionally specify branch, tag, or parameters. Execute cohere_chat Chat with a Cohere Command model. Supports system preamble and conversation history. Execute cohere_classify Classify texts into categories using Cohere Classify with few-shot examples. Execute cohere_generate Generate text completions using Cohere Command models. Execute commonsensepass_check Run the verdict-only CommonSensePass sanity gate before a worker claims healthy, quiet, no_work, pass, done, m Execute complex_calc Complex number arithmetic: add, subtract, multiply, divide, magnitude, conjugate, or polar conversion. Execute compliancepass_run Run CompliancePass against a local repo path. Returns evidence-backed readiness guidance, gaps, next actions, Execute convex_hull_3d Compute the 3D convex hull of a point set, returning triangular faces. Execute convolution Compute discrete convolution of a signal with a kernel. Supports full, same, and valid modes. Execute copypass_run Start a deterministic CopyPass review for caller-provided AI-generated copy. Returns evidence-backed copy find Execute csuite_analyze Run a C-Suite multi-perspective analysis on a business scenario. Execute de_bruijn Generate a de Bruijn sequence B(k,n) containing every k-ary substring of length n exactly once. Execute dinic_max_flow Compute maximum flow in a network using Dinic's algorithm. Execute edmonds_karp Compute maximum flow and minimum cut in a flow network using the Edmonds-Karp (BFS-based Ford-Fulkerson) algor Execute eertree Build a palindromic tree (eertree) to count distinct palindromic substrings. Execute elevenlabs_text_to_speech Convert text to speech with a selected ElevenLabs voice. Returns base64-encoded audio. Execute euler_tour Compute Euler tour of a tree with tin/tout timestamps, depths, and subtree sizes. Execute fenwick_2d 2D Fenwick tree for point updates and rectangle sum queries. Execute fenwick_range Fenwick tree with range update and range query support using two BITs. Execute fenwick_tree Build a Fenwick tree (Binary Indexed Tree) from values and run point updates and range sum queries. Execute fft_transform Fast Fourier Transform (Cooley-Tukey radix-2) with optional inverse. Execute flowpass_run Run FlowPass against a public fixture or registered pack. Returns journey readiness, step verdicts, hat output Execute floyd_warshall Compute all-pairs shortest paths using Floyd-Warshall. Execute fly_create_machine Create a new machine in a Fly.io app. Execute game_of_life_step Run Conway's Game of Life simulation steps (local, no network). Execute gaussian_elimination Solve a system of linear equations via Gaussian elimination with partial pivoting. Execute geopass_run Run GEOPass against a public URL. Returns a live-readonly AI answer-engine readiness receipt covering answer e Execute github_action Interact with the GitHub REST API: search/read repos, create branches and commits, open PRs, comment, merge, a Execute goertzel Compute a single DFT frequency bin using the Goertzel algorithm. Execute graph_coloring Color vertices of an undirected graph using a greedy algorithm so no adjacent vertices share a color. Execute graph_condensation Compute SCC condensation of a directed graph into a DAG using Kosaraju's algorithm. Execute groq_chat_completion Run a fast LLM inference with Groq. Supports Llama 3, Mixtral, Gemma, and other open models at high speed. Execute heavy_light_decomposition Perform heavy-light decomposition of a tree for efficient path queries. Execute higgsfield_generate_image Generate a Higgsfield image from a prompt. Prefers the customer's connected Higgsfield MCP account login and s Execute higgsfield_generate_video Generate a Higgsfield video from a prompt. Prefers the customer's connected Higgsfield MCP account login and s Execute hopcroft_karp Find maximum matching in a bipartite graph using the Hopcroft-Karp algorithm in O(E sqrt(V)). Execute huffman_code Build a Huffman coding tree for the given text and return the code table, encoded bit count, compression ratio Execute hungarian_assign Solve the assignment problem (optimally assign N workers to N tasks) using the Hungarian algorithm. Execute hypothesis_test Perform statistical hypothesis tests: z-test, t-test, or chi-squared test. Returns test statistic, p-value, an Execute igniteonly_api Run IgniteOnly💥 on a verified NudgeOnly bridge result or deterministic evidence. Emits a compact public worke Execute igniteonly_receipt_consumer Consume a NudgeOnly receipt bridge result and emit a compact IgniteOnly worker wake packet when verified. It n Execute kling_generate_video Generate a high-quality video from text using Kling AI (Kuaishou). Supports standard and professional modes. R Execute kmeans_cluster Partition points into k clusters using the k-means algorithm. Execute kmp_automaton Build a full KMP DFA transition table for streaming pattern matching. Execute knapsack_solve Solve the 0-1 knapsack problem: pick items to maximize value within a weight capacity. Execute kosaraju_scc Find all strongly connected components in a directed graph using Kosaraju's two-pass algorithm. Execute legalpass_run Run a LegalPass issue-spotting pass against a URL, contract upload, or repo. With fixture_text, returns determ Execute linear_solve Solve a system of linear equations Ax = b using Gaussian elimination with partial pivoting. Execute link_cut_tree Dynamic forest connectivity with link, cut, connected, and path sum queries using link-cut trees. Execute lru_simulate Simulate an LRU cache over a sequence of key accesses and report hit/miss rates. Execute markov_generate Generate text using a Markov chain trained on input text (word or character level). Execute matrix_decomp Matrix decomposition and analysis: LU factorization, transpose, trace, or rank. Execute matrix_exponentiation Raise a square matrix to a non-negative integer power using fast exponentiation, with optional modular arithme Execute matrix_inverse Compute the inverse and determinant of a square matrix using Gauss-Jordan elimination. Execute matrix_operate Perform matrix operations: add, multiply, transpose, or determinant. Execute matrix_rank Compute the rank of a matrix using Gaussian elimination with partial pivoting. Execute max_independent_set Find the maximum independent set of a graph using exact bitmask enumeration (up to 20 vertices). Execute min_cost_max_flow Compute minimum cost maximum flow using successive shortest paths (SPFA). Execute min_vertex_cover Find the minimum vertex cover of a graph using exact bitmask enumeration (up to 20 vertices). Execute mistral_chat_completion Run a chat completion with a Mistral AI model (mistral-small, mistral-medium, mistral-large, etc.). Execute mistral_create_embedding Create vector embeddings for text using Mistral's embedding model. Execute monte_carlo_estimate Monte Carlo estimation: estimate pi or compute a definite integral via random sampling. Execute mos_algorithm Offline range query processing using Mo's algorithm with sqrt decomposition (range sum and distinct count). Execute mst_find Find the minimum spanning tree of a weighted graph using Kruskal's algorithm. Execute neon_execute_sql Execute a SQL query against a Neon database endpoint. Execute ntt Multiply two polynomials using Number Theoretic Transform (mod 998244353). Execute nudgeonly_api Run 👉Nudge, the PinballWake NudgeOnlyAPI worker, through OpenRouter free routing. Use only for painpoint hint Execute numerical_integrate Numerical integration of a math expression using Simpson's rule, trapezoid, or midpoint method. Execute ode_solve Solve an ordinary differential equation numerically using Euler or RK4 method. Provide the ODE as a JS express Execute openai_chat_completion Run a chat completion with an OpenAI model (GPT-4o, GPT-4, etc.). Execute openai_create_embedding Create vector embeddings for text using an OpenAI embedding model. Execute openai_generate_image Generate images from a text prompt using DALL-E. Execute page_rank Compute PageRank scores for nodes in a directed graph. Execute partition_count Count integer partitions of n with optional max part size and part count constraints. Execute perplexity_chat_completion Run a search-augmented chat completion with Perplexity AI. Returns grounded answers with citations from the we Execute pika_generate_video Generate a creative AI video from a text prompt using Pika. Optionally animate an input image. Returns a gener Execute pollard_rho Factor an integer using Pollard's rho with Miller-Rabin primality testing. Execute polynomial_ops Perform polynomial operations: evaluate, derivative, integral, add, or multiply. Coefficients are highest degr Execute posthog_query Run an ad-hoc HogQL (SQL) query against a PostHog project's events. Execute postmark_send_email Send a transactional email via Postmark. Supports HTML and plain text. Execute prefix_function Compute the KMP prefix/failure function array, with optional pattern occurrence counting. Execute proportion_solve Solve a proportion a/b = c/d given any 3 values. Execute pushonly_api Run PushOnly📬 on a verified IgniteOnly wake packet. Emits a public worker push envelope for a known worker ro Execute qc_check_api Test a list of API endpoints and report which ones return the expected HTTP status. Runs each endpoint sequent Execute qc_learnings The hard-coded QC learnings library: field-proven failure patterns (silent test passes, false-red CI, deploy v Execute qc_run_checklist Run a sequential QC checklist against a website URL. Checks site load, SSL, meta tags, og:image, robots.txt, s Execute railfence_process Encrypt or decrypt text using the rail fence (zigzag) cipher. Execute rb_tree_sim Build a red-black tree from a list of keys. Returns inorder traversal, tree height, black height, and validity Execute render_trigger_deploy Trigger a new deploy for a Render service. Execute replicate_cancel_prediction Cancel a running Replicate prediction. Execute replicate_create_prediction Run a Replicate model by creating a prediction. Execute rl_encode Run-length encode or decode a string. Execute rle_encode_decode Run-length encode a numeric array into runs, or decode runs back to a numeric array. Execute rmq_sparse Build a sparse table for O(1) range minimum/maximum queries. Execute root_find Find roots of a math expression using Newton's method or bisection. Execute runlength_process Run-length encode or decode text (e.g. aaabbb to 3a3b). Execute running_stats Compute running (sliding window) mean, standard deviation, min, and max over a numeric array. Execute runway_generate_video Generate a video from text or an image using Runway ML. Supports text-to-video and image-to-video. Returns a t Execute securitypass_run Start a scope-gated SecurityPass scan against a registered pack or target URL. Returns a safe securitypass_rec Execute segment_tree Build a segment tree for range queries (sum/min/max) with point updates on a mutable array. Execute seopass_run Run SEOPass against a public URL or registered pack. Returns a live-readonly SEO verdict, score, findings, fix Execute setops_calculate Perform set operations: union, intersection, difference, symmetric difference, subset/superset. Execute shell_sort Sort an array using Shell sort with gap sequence tracking, comparison and swap counts. Execute shunting_yard Convert an infix math expression to postfix (RPN) and evaluate it. Execute sigmoid_calculate Compute activation functions (sigmoid, tanh, relu, leaky_relu, elu, swish) and their derivatives. Execute simplex_solve Solve a linear programming problem (maximize objective subject to <= constraints) using the simplex method. Execute skip_list_sim Simulate a skip list: insert values, get sorted output, and search for elements in O(log n) expected time. Execute slack_action Perform a Slack action: slack_send, slack_read, slack_search, slack_thread_reply, slack_channels, slack_react, Execute sloppass_run Run SlopPass against caller-provided source files, a unified diff, or a GitHub PR target whose public .diff sh Execute sos_dp Sum over Subsets (SOS) dynamic programming / zeta transform on bitmasks. Execute sparse_table Build a sparse table for O(1) range minimum or maximum queries on a static array. Execute spline_interpolate Natural cubic spline interpolation through data points, with optional evaluation. Execute stability_text_to_image Generate images from a text prompt using Stability AI. Execute start_crew_run Call this tool when the user wants to start a Crews Council run. In a sampling-capable MCP client, it prepares Execute suffix_array_build Build a suffix array for a string, with optional LCP (longest common prefix) array. Execute suffix_automaton Build a suffix automaton for a string and count distinct substrings. Execute suffix_tree Build a suffix tree (Ukkonen's algorithm) and compute distinct substrings and longest repeated substring. Execute supabase_execute_sql Run a SQL statement against a Supabase project's database via the Management API. Destructive statements requi Execute testpass_run Start a TestPass run against an MCP server. Seeds deterministic and agent checks from the given pack and retur Execute text_transform Transform text (uppercase, lowercase, title case, slug, etc.). Execute togetherai_chat_completion Run a chat completion with any Together AI model. Supports Llama, Mistral, Qwen, and 100+ open-source models. Execute togetherai_completion Run a text completion with any Together AI model. Execute topo_sort Topological sort of a directed graph with cycle detection. Execute treap_sim Simulate a treap (randomized BST): insert values, get sorted output, tree height, and search. Execute trie_ops Build a trie (prefix tree) from words and perform search, prefix count, and autocomplete queries. Execute tsp_solve Find a short tour visiting all cities and returning to start (traveling salesman, nearest-neighbor heuristic). Execute turso_execute_sql Execute a SQL query against a Turso edge database. Execute twilio_make_call Initiate an outbound phone call via Twilio. Execute twilio_send_sms Send an SMS via Twilio. Execute twilio_send_verify Send a verification code via Twilio Verify (SMS, call, email, or WhatsApp). Execute two_sat Solve a 2-SAT boolean satisfiability problem using implication graph and SCC. Execute union_find Perform union-find (disjoint set) operations: merge elements and query connectivity. Execute upstash_kafka_produce Produce messages to an Upstash Kafka topic. Execute urlscan_scan Submit a URL for scanning on urlscan.io. Execute uxpass_run Run a UX journey/usability check synchronously against a URL. Executes the deterministic uxpass-core check set Execute vigenere_process Encrypt or decrypt text using the Vigenere polyalphabetic cipher. Execute virustotal_scan_url Submit a URL for scanning on VirusTotal. Execute wavelet_tree Build a wavelet tree for an integer array and answer range kth-smallest queries. Execute z_algorithm Compute the Z-array for a string, or find pattern matches using the Z-algorithm in linear time.
WRITE 163 tools
Write abuseipdb_report_ip Report an abusive IP address to AbuseIPDB. Write ack_handoff Replies to a Boardroom handoff with a structured ACK card so the sender and the human can see ownership, next Write acronym_generate Generate an acronym from a phrase, optionally skipping small words. Write airtable_action Interact with the Airtable REST API: list bases, list and search records, get a single record, and create or u Write autopilot_record_event Writes one sanitized AutoPilot proof event to the tenant ledger. Use this for claim, check, merge, close, proo Write base_convert Convert a number between bases (binary, octal, decimal, hex, or any base 2-36). Write camelsnake_convert Convert between camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE. Write ck_add_subscriber Subscribe an email address to a ConvertKit form. Write ck_tag_subscriber Apply a tag to a subscriber in ConvertKit. Write clickup_action Interact with the ClickUp API v2: list workspaces and spaces, get lists and tasks, create tasks, and update ta Write clockify_action Perform a Clockify action: get_clockify_workspaces, get_time_entries, create_time_entry, get_clockify_projects Write cohere_embed Create vector embeddings for text using Cohere's embed models. Write comment_on Adds a comment to a Boardroom todo or idea. Use for discussion that belongs scoped to that item rather than as Write complete_todo Shortcut for marking a todo as done. Sets status='done' and stamps completed_at. Posts a 'todo-completed' Boar Write convert_area Convert between area units. Write convert_data_storage Convert between data storage units. Write convert_length Convert between length units. Write convert_speed Convert between speed units. Write convert_temperature Convert between temperature units (C, F, K). Write convert_volume Convert between volume units. Write convert_weight Convert between weight/mass units. Write create_asana_task Create a new task in Asana. Write create_expressroom_draft Creates a Manual DraftRoom draft. DraftRoom is the first station when a capable subscription chat seat has fre Write create_idea Drops a new idea into the Boardroom Ideas board so the pack can react and vote. Use when something is too spec Write create_monday_item Create a new item in a Monday.com board. Write create_pinterest_pin Create a new Pinterest pin from an image URL. Write create_todo Creates a new todo card on the shared Jobs board (the Boardroom Todos kanban; humans watch the same queue at / Write datadog_create_monitor Create a new Datadog monitor (alert). Write datetime_add_to_date Add a duration to a date. Write datetime_convert_timezone Convert a datetime from one timezone to another. Write deck_new Create and shuffle a new deck of cards. Write deck_shuffle Reshuffle an existing deck. Write discord_react Add a reaction to a Discord message. Write discord_send Send a message to a Discord channel. Write discord_thread Create a Discord thread. Write drop_todo Marks a todo as dropped (decided not to do it). Soft state, not a delete. Use when a todo is obsolete but the Write edit_distance Compute edit distance with full backtrace of insert/delete/replace operations. Write email_mark_read Mark an email as read. Write email_send Send an email via Gmail/IMAP. Write eventbrite_create_event Create an event on Eventbrite under an organization. Write exchangerate_convert Convert an amount from one currency to another. Write feedly_action Perform a Feedly action: get_feedly_feeds, get_feedly_streams, search_feedly, get_feedly_categories, mark_as_r Write fidelitycopy_copy Create a deterministic FidelityCopy receipt for exact copy work. AI may request the copy, but this tool comput Write figma_post_comment Add a comment to a Figma file, optionally pinned to canvas coordinates. Write file_sync_put Write one file's bytes into your account's private file-sync store (a Storage bucket, scoped to your account). Write flowpass_disagreement_queue List or resolve FlowPass Driver versus Verifier disagreements. Write flowpass_quarantine List, add, or resolve FlowPass quarantines for flows that should not be trusted as gates. Write flowpass_record Convert supplied rrweb or structured session events into a draft FlowPass pack. This safe MCP surface does not Write flowpass_register_pack Register a FlowPass pack from YAML or an object. Validates plain-English steps, hats, assertions, and optional Write gitea_action Interact with the self-hosted Gitea forge REST API: read repos, branches, and files, create branches and singl Write gmail_send Send a plain-text Gmail message. Write hash_generate Generate a cryptographic hash (md5, sha1, sha256, sha384, sha512) of text. Write heygen_create_avatar_video Create an AI avatar video with HeyGen. The avatar speaks a script using a selected voice. Returns a video_id t Write histogram_create Create a histogram from numeric data with configurable bins and ASCII visualization. Write hubspot_create_contact Create a HubSpot contact. Write interval_merge Merge overlapping intervals and report gaps, coverage, and the consolidated set. Write invalidate_fact Marks a stored fact as no longer valid. Use this when the user corrects a fact, says something has changed, or Write jira_add_comment Add a comment to a Jira issue. Write jira_create_issue Create a Jira issue. project_key can be filled from a saved memory default. Write keychain_connect Store an encrypted platform credential in the UnClick Keychain. Tests the credential against the platform API Write keychain_disconnect Remove a platform credential from the UnClick Keychain. Scoped to the caller's UNCLICK_API_KEY. Write keychain_secure_connect Securely connect a platform credential without exposing the key in chat. Checks environment variables first; i Write legalpass_edit_item Apply a human reviewer override to a LegalPass item and return an audit entry with before/after state. Write legalpass_save_pack Save or update a LegalPass custom playbook pack. Requires an enabled citation_verifier hat. Write line_send_flex_message Send a rich Flex Message to a LINE user or group. Write line_send_message Send a text message to a LINE user, group, or room. Write linear_action Interact with the Linear GraphQL API: list and search issues, create issues, get project details, and list tea Write mailchimp_add_member Add or update a subscriber in a Mailchimp audience. Write mailchimp_create_campaign Create a new Mailchimp email campaign. Write mark_inbox_read Marks Boardroom inbox messages as read for YOUR agent_id, so check_inbox unread counts stay meaningful. Call a Write markdowntable_convert Convert CSV or TSV text into a Markdown table. Write mastodon_action Perform a Mastodon action: mastodon_post, mastodon_read_timeline, mastodon_reply, mastodon_boost, mastodon_fav Write memegen_create Generate a meme image URL from a template, top text, and bottom text. Write mixpanel_track_event Track a custom event in Mixpanel. Write monica_action Perform a Monica CRM action: get_contacts, search_contacts, get_contact, create_contact, get_contact_reminders Write neon_create_branch Create a new branch in a Neon project. Write notion_action Perform a Notion action: search_notion, get_notion_page, get_notion_database, query_notion_database, create_no Write npm_add_dist_tag Point a dist-tag (e.g. latest) at an already-published version of a package you own. Write number_base_convert Convert numbers between binary, octal, decimal, hex, and any base 2-36. Write openai_create_transcription Transcribe audio to text using OpenAI Whisper. Write pagerduty_create_incident Create a new PagerDuty incident on a service. Write pagerduty_resolve_incident Resolve a PagerDuty incident by ID. Write pascaltri_generate Generate rows of Pascal's triangle, optionally return a specific row. Write password_generate Generate a cryptographically secure random password. Write persistent_array Persistent array with version-controlled get/set operations using a persistent segment tree. Write pig_latin_convert Convert text to Pig Latin or decode Pig Latin back to English. Write pinecone_upsert_vectors Upsert (insert or update) vectors into a Pinecone index. Write plaid_link_token_create Create a Plaid Link token to initialise the Plaid Link flow. Write post_message Posts a message into the user's Boardroom, the build coordination room where worker seats share material work Write post_room_update Posts one durable, low-noise update into a Chat room without waiting for another human turn. Use when backgrou Write postmark_send_batch Send multiple emails in a single Postmark API call (up to 500 messages). Write power_set Generate all subsets of a set (up to 20 elements). Write pressure_convert Convert pressure between Pa, hPa, kPa, bar, atm, psi, torr, mmHg, inHg. Write promote_expressroom_draft Creates an official Boardroom job from a Manual DraftRoom draft and links the two records. If the warm chat se Write promote_idea_to_todo Converts an idea into a tracked todo and locks the idea. Requires either net upvotes >= 1, or admin caller. Se Write pushover_cancel_emergency Cancel an outstanding emergency Pushover notification before it expires. Write pushover_send_notification Send a push notification via Pushover. Write qrserver_generate Generate a QR code image URL for any text or URL. Write quickbooks_invoices List, get, or create QuickBooks Online invoices. Write readwise_action Perform a Readwise action: get_readwise_highlights, get_readwise_books, get_daily_review, search_highlights, c Write reddit_comment Post a comment on Reddit. Write reddit_post Create a Reddit post. Write reddit_subscribe Subscribe to or unsubscribe from a Reddit subreddit. Write reddit_vote Vote on a Reddit post or comment. Write refresh_taxonomy_snapshots Builds source-linked Memory Library taxonomy snapshots from active facts and sessions. Defaults to a dry run s Write release_claim Safely releases a stale open Boardroom todo from its current assignee so another worker can claim it. The serv Write render_set_env_var Set an environment variable on a Render service. Write resend_send_email Send an email using Resend. Write roman_convert Convert between Roman numerals and decimal numbers. Write rot13_convert Apply ROT13 (or ROT-N) cipher to text. Write save_conversation_turn Saves one human, assistant, system, or tool turn into UnClick conversation history so Orchestrator continuity Write save_fact Saves a new persistent fact about the user that will be available in all future sessions across every AI tool. Write save_identity Saves or updates a non-authoritative identity or preference proposal that loads as reference context. Use when Write save_session Saves a structured summary of the current session so the next session can resume without re-asking. Use at the Write securitypass_register_pack Save a SecurityPack YAML for the calling tenant. Validates against the schema. Write segment_identify_user Identify a user in Segment with traits. Links an anonymous ID to a known user ID. Write segment_intersection Find all pairwise intersections among a set of 2D line segments, returning intersection points. Write segment_track_event Track a custom event in Segment. Use for recording user actions like 'Signed Up', 'Item Purchased', etc. Write sendgrid_add_contact Add or update a marketing contact in SendGrid. Write sendgrid_send_email Send a transactional email via SendGrid. Write sendle_create_order Create a Sendle shipping order. Write seopass_lighthouse_plan Build the heavier Lighthouse execution plan for a SEOPass target URL. seopass_run already emits a lightweight Write seopass_register_pack Register a SEOPass pack from a YAML string. Validates required keys and stores the pack locally for seopass_ru Write set_my_emoji Registers this AI agent as a participant in the user's Boardroom, the build coordination room where worker sea Write set_my_status Update what you're currently doing so it shows on the human's Boardroom Now Playing strip. Call when you start Write splitwise_action Perform a Splitwise action: get_groups, get_expenses, get_balances, create_expense, get_friends. Write stability_image_to_image Transform an existing image using a text prompt with Stability AI. Write statistics_calc Calculate mean, median, mode, standard deviation, and more for a set of numbers. Write stripe_customers List or create Stripe customers. Write supabase_apply_migration Apply a named, tracked migration to a Supabase project's database via the Management API. Write telegram_send Send a Telegram message. Write telegram_send_media Send media (photo/document/video) via Telegram. Write temperature_convert Convert temperature between Celsius, Fahrenheit, Kelvin, and Rankine. Write testpass_edit_item Override the verdict and notes for a single check item in a TestPass run. Fail-to-pass edits are flagged in mc Write testpass_save_pack Save a TestPass pack YAML definition for the caller. Creates or updates the pack identified by pack_id. Write todoist_complete_task Complete (close) a Todoist task by id. Write todoist_create_task Create a Todoist task. Write togetherai_create_embedding Create text embeddings using a Together AI embedding model. Write toggl_create_time_entry Create a new Toggl time entry. Write trello_action Interact with the Trello REST API: list boards and lists, get and search cards, create cards, and update card Write turso_create_database Create a new Turso SQLite edge database. Write update_asana_task Update an existing Asana task. Write update_idea Edit an idea's title, description, or status ('proposed', 'voting', 'locked', 'parked', 'rejected'). agent_id Write update_monday_item Update a column value on a Monday.com item. Write update_todo Update a todo's title, description, priority, status, assignee, or due date. Use when scope changes, ownership Write upstash_redis_incr Increment a numeric key in an Upstash Redis database. Write upstash_redis_set Set a key-value pair in an Upstash Redis database. Write uuid_generate Generate one or more cryptographically random UUID v4 strings. Write uxpass_register_pack Register a UXPass pack from a YAML string. Validates the basic shape (required keys: name, url, viewports, the Write vercel_create_deployment Create a Vercel preview deployment. Direct production creation is disabled: production must use the canonical Write vercel_create_env Create (or upsert) an environment variable on a Vercel project. Target defaults to production, preview, and de Write vote_on_idea Cast or change your vote on an idea ('up' or 'down'). One vote per agent per idea; calling again overwrites yo Write wavelength_convert Convert between wavelength and frequency. Returns energy and EM spectrum band. Write weighted_mean Compute weighted, arithmetic, geometric, and harmonic means of a set of values. Write whatsapp_send_media Send a media message (image, video, audio, document, sticker) via WhatsApp. Write whatsapp_send_template Send a WhatsApp template message (required for first contact or >24h since last message). Write whatsapp_send_text Send a text message via WhatsApp Business Cloud API. Write whatsapp_upload_media Upload a media file to WhatsApp and get a media ID for use in messages. Write woo_orders List, get, or create WooCommerce orders. Write workspace_push Assemble every file staged in the workspace and write them to a branch via the GitHub Git Data API (blobs, tre Write workspace_put Append one chunk of a file into the server-side File Workspace. Use this to push files too big to emit in one Write xor_basis Compute a linear basis over GF(2) (XOR basis) for a set of integers. Write zendesk_add_comment Add a public or internal comment to a Zendesk ticket.
READ 1333 tools
Read abn_lookup Look up an Australian Business Number (ABN). Read abn_search Search for Australian businesses by name. Read abuseipdb_blacklist Get the AbuseIPDB blacklist. Read abuseipdb_check_ip Check if an IP address has been reported for abuse. Read acnh_bugs List all Animal Crossing: New Horizons bugs with availability and prices. Read acnh_fish List all Animal Crossing: New Horizons fish with availability and prices. Read acnh_villagers List all Animal Crossing: New Horizons villagers. Read advice_by_id Get a specific advice slip by ID. Read advice_random Get a random piece of advice. Read advice_search Search advice slips by keyword. Read affirmation_random Get a random positive affirmation. Read agify_age Predict the age of a person based on their first name. Read aho_corasick_search Find all occurrences of multiple patterns in text simultaneously using the Aho-Corasick algorithm. Read air_quality_current Get current air quality index and pollutant levels from Open-Meteo. Read air_quality_forecast Get hourly air quality forecast from Open-Meteo. Read algolia_browse_index Browse all records in an Algolia index (paginated cursor-based). Read algolia_get_object Retrieve a single record from an Algolia index by its objectID. Read algolia_list_indices List all Algolia indices in the application. Read algolia_search Search an Algolia index for records matching a query. Read amazon_browse Browse Amazon product categories. Read amazon_product Get Amazon product details by ASIN. Read amazon_search Search for products on Amazon. Read amazon_variations Get Amazon product variations for an ASIN. Read amber_current_price Get the current electricity price for an Amber site. Read amber_forecast Get electricity price forecast for an Amber site. Read amber_sites Get Amber Electric sites for the authenticated user. Read amiibo_by_series List Amiibo figures in a game series. Read amiibo_search Search Nintendo Amiibo figures by character name. Read amiibo_types List all Amiibo product types (figure, card, yarn, etc.). Read angle_convert Convert angles between degrees, radians, gradians, and turns. Includes trig values. Read animechan_random Get a random anime quote. Read animechan_search Search for anime quotes from a specific anime. Read anthropic_list_models List all Claude models available via the Anthropic API. Read aoe2_civilization Get an Age of Empires II civilization by ID. Read aoe2_civilizations List all Age of Empires II civilizations. Read aoe2_technologies List all Age of Empires II technologies. Read aoe2_unit Get an Age of Empires II unit by ID. Read aoe2_units List all Age of Empires II units. Read archive_metadata Get metadata for an Internet Archive item by identifier. Read archive_search Search the Internet Archive (archive.org) for items. Read area_calculate Calculate area (and perimeter where possible) of common shapes: circle, rectangle, triangle, trapezoid, ellips Read artic_get_artwork Get detailed info about a specific artwork at the Art Institute of Chicago. Read artic_search_artworks Search artworks at the Art Institute of Chicago by keyword. Read arxiv_search Search arXiv for scientific preprints by keyword, title, or author. Read aspect_ratio Calculate the aspect ratio of given width and height. Read assemblyai_get_paragraphs Get a completed transcript split into paragraphs. Read assemblyai_get_sentences Get a completed transcript split into individual sentences. Read assemblyai_get_transcript Get the status and results of an AssemblyAI transcription job. Read assemblyai_list_transcripts List recent AssemblyAI transcripts for the account. Read assemblyai_summarize Get the AI-generated summary for a completed AssemblyAI transcript (must have been submitted with summarizatio Read assemblyai_transcribe Submit an audio or video file for transcription with AssemblyAI. Read astar_path Find the shortest path on a 2D grid using the A algorithm. Read atbash_process Apply the Atbash cipher (A=Z, B=Y, ...) to text. Self-inverse. Read auspost_delivery_times Get Australia Post estimated delivery times. Read auspost_get_postcode Look up an Australian postcode or suburb. Read auspost_track_parcel Track an Australia Post parcel by tracking number. Read autopilot_zero_touch_metrics Reads AutoPilot ledger rows and returns zero-touch scoring. Use before closing a canary or claiming human_touc Read avatar_url Generate a text-based avatar image URL with initials. Read bacon_ipsum Generate meat-themed placeholder text (Bacon Ipsum). Read bandsintown_artist Get an artist profile from Bandsintown. Read bandsintown_events Get upcoming events for an artist on Bandsintown. Read bandsintown_recommended Get recommended events for an artist on Bandsintown. Read base64_decode Decode a Base64 string to text. Read base64_encode Encode text to Base64. Read berlekamp_massey Find the shortest linear recurrence for a sequence using Berlekamp-Massey. Read bezier_clip Extract a Bezier sub-curve for a parameter range using de Casteljau subdivision. Read bfs_search Breadth-first search on a graph. Finds shortest unweighted path, visit order, and reachable node count. Read bgg_game_details Get full details for a board game by its BGG ID - name, year, rating, players, playtime, description, categori Read bgg_game_reviews Get user comments and ratings for a board game on BGG. Read bgg_search Search BoardGameGeek for board games by name. Read bgg_top_games Get the BGG Hotness list - the most discussed and active board games right now. Read bgg_user_collection Get a BGG user's game collection filtered by status (owned, wishlist, or played). Read bgpview_asn Look up an Autonomous System Number (ASN) on BGPView. Read bgpview_asn_prefixes Get IP prefixes announced by an ASN from BGPView. Read bgpview_ip Look up IP address details (PTR, prefix, ASN) on BGPView. Read bible_random Get a random Bible verse. Read bible_verse Look up a Bible verse or passage by reference (e.g. 'John 3:16', 'Psalm 23'). Read binomial_probability Calculate binomial distribution probability P(X=k) and cumulative probabilities for n trials with probability Read bipartite_check Check whether an undirected graph is bipartite (2-colorable). Returns the two vertex sets if bipartite, or an Read bit_count Count set bits (popcount), total bits, and convert between decimal, binary, hex, and octal. Detects powers of Read bitbucket_get_repo Get a single Bitbucket repository. Read bitbucket_list_pull_requests List pull requests for a Bitbucket repository. Read bitbucket_list_repos List Bitbucket repositories in a workspace. Read booth_rotation Find the lexicographically smallest rotation of a string using Booth's algorithm. Read bored_by_participants Get an activity for a specific number of participants. Read bored_by_type Get an activity by type (education, recreational, social, diy, charity, cooking, relaxation, music, busywork). Read bored_random Get a random activity suggestion. Read braille_convert Convert text to Braille Unicode dots or decode Braille back to text. Read breaking_bad_quote Get random Breaking Bad quotes. Read brevo_get_account Get the Brevo account profile and plan. Read brevo_list_campaigns List Brevo email campaigns. Read brevo_list_contacts List Brevo contacts. Read brewery_get Get a brewery by ID. Read brewery_list List breweries, optionally filtered by city, state, or type. Read brewery_random Get random breweries. Read brewery_search Search breweries by name. Read brickset_get_set Get a specific LEGO set from Brickset by set number. Read brickset_search Search LEGO sets via Brickset API. Read bs_club Get a Brawl Stars club by tag. Read bs_player Get a Brawl Stars player by tag. Read bucket_sort Sort numbers using the bucket sort algorithm. Distributes elements into buckets, sorts each, then concatenates Read bungie_get_manifest Get the Destiny 2 manifest definition. Read bungie_get_profile Get a Destiny 2 player profile. Read bungie_search_entities Search Destiny 2 manifest entities. Read bungie_search_player Search for a Destiny 2 player by display name. Read calc_bmi Calculate Body Mass Index (BMI). Read calc_compound_interest Calculate compound interest growth. Read calc_currency_estimate Estimate currency conversion using a rough rate. Read calc_mortgage Calculate monthly mortgage repayment. Read calc_tip Calculate tip amount and total for a bill. Read calcom_list_bookings List Cal.com bookings, optionally filtered by status. Read calcom_list_event_types List your Cal.com bookable event (meeting) types. Read calcom_me Get the authenticated Cal.com user's profile. Read carbon_electricity_emissions Estimate carbon emissions for electricity consumption. Read carbon_flight_emissions Estimate carbon emissions for a flight. Read carbon_intensity_current Get current UK electricity grid carbon intensity (gCO2/kWh). Read carbon_intensity_forecast Get 24-hour forecast of UK grid carbon intensity. Read carbon_intensity_generation Get current UK electricity generation mix by fuel type. Read carbon_vehicle_emissions Estimate carbon emissions for a vehicle journey. Read cat_api_breeds List cat breeds with details from The Cat API. Read cat_api_random_image Get a random cat image from The Cat API. Read cat_breeds List cat breeds with details. Read cat_fact Get a random cat fact. Read cat_facts Get multiple cat facts with pagination. Read cataas_list_tags List all available cat image tags. Read cataas_random_cat Get a random cat image, optionally with a tag or text overlay. Read catalan_calc Compute the nth Catalan number and its combinatorial interpretations. Read catmull_rom Evaluate a Catmull-Rom spline through control points at given parameter values. Read centroid_decomposition Compute the centroid decomposition of a tree, returning centroid parents and depths. Read char_frequency Analyze character frequency and breakdown of a text. Read charcodes_convert Convert characters to Unicode code points in decimal, hex, or binary. Read cheapshark_deals Search for game deals across multiple stores (Steam, GOG, etc.). Read cheapshark_stores List all game stores tracked by CheapShark. Read check_inbox Checks YOUR personal Boardroom inbox: messages other agents (or the human) addressed to your emoji, plus room Read check_signals Call at the start of every session to catch up on what happened since the user last chatted. Returns unread si Read chess_leaderboards Get Chess.com leaderboards. Read chess_player Get a Chess.com player profile. Read chess_player_games Get recent games for a Chess.com player. Read chess_player_stats Get Chess.com player statistics. Read chess_puzzles_random Get a random chess puzzle from Chess.com. Read chinese_remainder Solve simultaneous congruences using the generalised Chinese Remainder Theorem. Read chinese_remainder_theorem Solve a system of simultaneous congruences using the Chinese Remainder Theorem. Read chuck_categories List available Chuck Norris joke categories. Read chuck_random Get a random Chuck Norris joke. Read chuck_search Search Chuck Norris jokes by keyword. Read cidr_calculate Calculate subnet details from a CIDR notation (network, broadcast, mask, host count). Read circl_cve_lookup Look up a CVE vulnerability by ID from CIRCL (cve.circl.lu). Read circl_cve_recent Get the most recently published CVE vulnerabilities from CIRCL. Read circleci_get_pipeline Get details for a single CircleCI pipeline by ID. Read circleci_get_workflow Get details for a single CircleCI workflow by ID. Read circleci_list_jobs List jobs in a CircleCI workflow. Read circleci_list_pipelines List CircleCI pipelines for a project or organization. Optionally filter by branch. Read circleci_list_workflows List workflows for a CircleCI pipeline. Read citybikes_network Get station details for a specific bike-sharing network. Read citybikes_networks List all bike-sharing networks worldwide from CityBikes. Read ck_list_forms List all forms in a ConvertKit account. Read ck_list_sequences List all email sequences in a ConvertKit account. Read ck_list_subscribers List all subscribers in a ConvertKit account. Read ck_list_tags List all tags in a ConvertKit account. Read climate_normals Get climate normal projections (mean max/min temp, precipitation) for a location. Read cloudinary_get_usage Get Cloudinary usage and quota. Read cloudinary_list_resources List Cloudinary media resources. Read cmc_global_metrics Get global cryptocurrency market metrics from CoinMarketCap. Read cmc_info Get cryptocurrency metadata from CoinMarketCap. Read cmc_listings Get latest cryptocurrency listings from CoinMarketCap. Read cmc_quotes Get cryptocurrency quotes from CoinMarketCap. Read cmc_trending Get trending cryptocurrencies from CoinMarketCap. Read coc_clan Get a Clash of Clans clan by tag. Read coc_clan_members Get members of a Clash of Clans clan. Read coc_player Get a Clash of Clans player by tag. Read cocktail_by_ingredient Filter cocktails by ingredient (e.g. Vodka, Gin, Tequila). Read cocktail_categories List all cocktail categories from TheCocktailDB. Read cocktail_filter_by_category Filter cocktails by category. Read cocktail_filter_by_ingredient Filter cocktails by ingredient. Read cocktail_get_by_id Get a cocktail/drink by ID. Read cocktail_ingredient_info Get details about a cocktail ingredient (description, type, ABV). Read cocktail_random Get a random cocktail/drink recipe. Read cocktail_search Search for cocktails/drinks by name. Read coda_list_docs List your Coda docs. Read coda_list_rows List rows in a Coda table. Read coda_list_tables List the tables in a Coda doc. Read cohere_list_models List all available Cohere models. Read cohere_rerank Rerank a list of documents by relevance to a query using Cohere Rerank. Read coin_change Compute minimum coins for a target amount and count distinct combinations. Read coincap_asset_detail Get detailed crypto asset info (price, volume, market cap) from CoinCap. Read coincap_assets List top crypto assets by market cap from CoinCap. Read coincap_rates List crypto and fiat exchange rates from CoinCap. Read coinlore_coin Get detailed info for a specific cryptocurrency from Coinlore. Read coinlore_global Get global cryptocurrency market overview from Coinlore. Read coinlore_tickers List top cryptocurrency tickers with price and market cap from Coinlore. Read coinpaprika_coin Get detailed info about a cryptocurrency from Coinpaprika. Read coinpaprika_global Get global cryptocurrency market stats from Coinpaprika. Read coinpaprika_ticker Get live price/ticker data from Coinpaprika. Without id, returns top 20. Read collatz_sequence Compute the Collatz (3n+1) sequence for a positive integer. Read color_blend Blend two hex colors together, optionally generating a gradient palette. Read color_contrast_ratio Check the contrast ratio between two colors. Read color_convert Convert a color from one format into ALL other formats (HEX, RGB, HSL, HSV, CMYK) at once. Read color_hex_convert Convert a hex color to RGB and HSL values. Read color_info Get information about a color (name, complementary, etc.). Read color_mix Mix two colors together. Read color_name_lookup Find the closest named color for a hex code. Read color_name_random Get a random named color with its hex code and name. Read color_palette Generate a color palette from a base color. Read colormind_generate_palette Generate an AI-powered 5-color palette using Colormind. Read colormind_list_models List available Colormind color models. Read colr_random_palette Get a random color palette from colr.org. Read combination_calc Calculate the number of combinations C(n,r) - unordered selections. Read commonsensepass_protocol Returns the canonical CommonSensePass worker sanity-gate playbook. Call this when a worker needs to decide if Read commonsensepass_rules Return the worker-readable CommonSensePass rules, verdict vocabulary, and fixture ids. Set include_fixtures=tr Read compliancepass_report_json Fetch the full JSON CompliancePass readiness report for a completed in-session run. Read compliancepass_report_md Fetch a Markdown CompliancePass readiness report for a completed in-session run. Read compliancepass_status Fetch the stored in-session status and summary for a CompliancePass run. Read confluence_get_page Get a Confluence page by id, including its body. Read confluence_list_spaces List Confluence spaces. Read confluence_search Search Confluence pages by text. Read contentful_get_entry Get a single Contentful entry by id. Read contentful_list_assets List Contentful media assets. Read contentful_list_content_types List Contentful content types (the content model). Read contentful_list_entries List Contentful entries, optionally filtered by content_type or full-text query. Read continued_fraction Convert a rational number to its continued fraction representation with convergents. Read convex_hull Compute the convex hull of 2D points with area and perimeter. Read copypass_status Fetch the current status, notes, deterministic findings, disclaimer, copypass_receipt_v1 proof envelope, and C Read corporate_bs_phrase Generate a random corporate buzzword phrase. Read correlation_calc Compute Pearson correlation coefficient, r-squared, covariance, and linear regression between two numeric arra Read cosinesim_compare Calculate cosine similarity between two texts using word frequency vectors. Read countdown_calc Calculate days, weeks until or since a given date. Read counting_sort Sort an array of integers in O(n+k) time using counting sort, with frequency analysis. Read country_all Get all countries from REST Countries. Read country_by_code Get a country by code from REST Countries. Read country_by_currency Get countries by currency from REST Countries. Read country_by_ip Detect country from an IP address using country.is. Read country_by_language Get countries by language from REST Countries. Read country_by_name Get a country by name from REST Countries. Read country_by_region Get countries by region from REST Countries. Read country_flag_url Get a country flag image URL by ISO 2-letter code. Read country_info_detail Get country details (borders, languages, official name) from Nager.Date. Read covid_country Get COVID-19 statistics for a specific country from disease.sh. Read covid_global Get global COVID-19 statistics from disease.sh. Read covid_vaccine Get COVID-19 vaccine candidate information from disease.sh. Read cr_player Get a Clash Royale player by tag. Read cr_top_players Get top Clash Royale players globally or by location. Read crates_get Get detailed info for a Rust crate by name from crates.io. Read crates_search Search Rust crates on crates.io by name or keyword. Read crc32_calculate Calculate CRC32 checksum for text input. Read crontab_explain Explain a cron expression in human-readable terms. Read cross_product Compute the cross product of two 3D vectors. Returns magnitude and parallelism check. Read crossref_get_work Get full metadata for an academic paper by DOI from Crossref. Read crossref_search_works Search academic papers on Crossref by title, author, or keyword. Read crypto_coin Get detailed info for a cryptocurrency from CoinGecko. Read crypto_coin_history Get historical price data for a cryptocurrency from CoinGecko. Read crypto_daily Get daily crypto price history from Alpha Vantage. Read crypto_price Get cryptocurrency prices from CoinGecko. Read crypto_search Search for cryptocurrencies on CoinGecko. Read crypto_top_coins Get top cryptocurrencies by market cap from CoinGecko. Read crypto_trending Get trending cryptocurrencies from CoinGecko. Read csv_parse Parse CSV text into structured JSON rows. Read currency_api_list List all supported currency codes from fawazahmed0 currency API. Read currency_api_rates Get latest currency exchange rates from fawazahmed0 currency API (free, no key). Read dadjoke_by_id Get a specific dad joke by its ID. Read dadjoke_random Get a random dad joke from icanhazdadjoke. Read dadjoke_search Search for dad jokes by keyword. Read damerau_distance Calculate Damerau-Levenshtein distance (edits + transpositions) between two strings. Read datadog_get_monitor Get details for a specific Datadog monitor. Read datadog_list_dashboards List Datadog dashboards. Read datadog_list_events List Datadog events stream for a time range. Read datadog_list_monitors List Datadog monitors (alerts) with optional name or tag filters. Read datadog_query_metrics Query Datadog metrics time-series data. Read datamuse_suggestions Get autocomplete suggestions for a word prefix. Read datamuse_words Find words by meaning, sound, spelling, rhyme, or adjective/noun relationship. Read datetime_business_days Get business days between two dates. Read datetime_current_time Get the current date and time, optionally in a specific timezone. Read datetime_date_diff Calculate the difference between two dates. Read datetime_format_date Format a date string. Read datetime_week_number Get the ISO week number for a date. Read dblp_search_authors Search DBLP for computer science researchers. Read dblp_search_publications Search DBLP for computer science publications. Read deck_draw Draw cards from a deck. Read deepl_get_usage Get DeepL API usage and quota information for the current billing period. Read deepl_list_languages List all languages supported by DeepL for translation. Read deepl_translate_document Submit a document (PDF, Word, PowerPoint) for translation via DeepL. Read deepl_translate_text Translate text into another language using DeepL's neural translation engine. Read deezer_chart Get Deezer chart (top tracks/albums/artists). Read deezer_get_album Get a Deezer album by ID. Read deezer_get_artist Get a Deezer artist by ID. Read deezer_get_track Get a Deezer track by ID. Read deezer_search Search Deezer for tracks, artists, or albums. Read deezer_search_playlist Search for Deezer playlists. Read derangement_calc Count and optionally enumerate derangements (permutations with no fixed points). Read descriptive_stats Compute descriptive statistics: mean, median, mode, std, variance, skewness, kurtosis, quartiles, IQR, and mor Read dfs_search Depth-first search on a graph. Finds a path, visit order, reachable count, and detects cycles. Read diceware_passphrase Generate a secure random passphrase using the diceware word list. Read dictionary_lookup Look up a word's definition, phonetics, and examples. Read dictionary_lookup_language Look up a word in a specific language (es, fr, de, it, ja, etc). Read diff_text Compare two texts line by line and show added/removed lines. Read digimon_all List all Digimon with names, images, and levels. Read digimon_by_level List Digimon filtered by evolution level. Read digimon_by_name Look up a specific Digimon by name. Read digit_dp Count integers from 1 to N whose digit sum equals a target value using digit DP. Read dijkstra_path Find the shortest path between two nodes in a weighted graph (Dijkstra's algorithm). Read discogs_get_artist Get a Discogs artist by ID. Read discogs_get_label Get a Discogs record label by ID. Read discogs_get_release Get a Discogs release by ID. Read discogs_marketplace_stats Get Discogs marketplace stats for a release. Read discogs_search_artists Search for artists on Discogs. Read discogs_search_releases Search for music releases on Discogs. Read discord_channels List channels in a Discord guild. Read discord_members List members of a Discord guild. Read discord_read Read messages from a Discord channel. Read discord_search Search messages in a Discord guild. Read disney_all_characters Browse all Disney characters (paginated). Read disney_character_search Search Disney characters by name. Read dnd_get_class Get a D&D 5e class by index (e.g. wizard, fighter). Read dnd_get_monster Get a D&D 5e monster stat block by index. Read dnd_get_spell Get a D&D 5e spell by name/index. Read dnd_list_classes List all D&D 5e character classes. Read dnd_list_monsters List D&D 5e monsters, optionally by challenge rating. Read dnd_list_spells List D&D 5e spells, optionally filtered. Read do_account Get the DigitalOcean account profile and limits. Read do_list_apps List DigitalOcean App Platform apps. Read do_list_databases List DigitalOcean managed database clusters. Read do_list_droplets List DigitalOcean droplets (signals when any are powered off). Read dog_api_breeds List dog breeds with details from The Dog API. Read dog_api_random_image Get a random dog image from The Dog API. Read dog_breed_image Get random image(s) of a specific dog breed. Read dog_breed_list List sub-breeds of a specific dog breed. Read dog_fact_random Get a random dog fact. Read dog_list_breeds List all dog breeds and sub-breeds. Read dog_random_image Get random dog image(s) from Dog CEO API. Read dohdns_resolve Resolve DNS records for a domain via Google DNS-over-HTTPS. Read domain_get_property Get details for a specific Domain property listing. Read domain_search_listings Search Australian property listings on Domain. Read domain_suburb_stats Get property market statistics for an Australian suburb. Read domainsdb_search Search registered domain names by keyword or pattern. Read domainsdb_tlds List available top-level domains (TLDs) from DomainsDB. Read dot_product Compute the dot product of two vectors. Returns magnitude, angle, and orthogonality check. Read drive_read Read Google Drive file metadata and a safe text preview when available. Read drive_search Search or list Google Drive files in the connected account. Read dropbox_get_account Get the current Dropbox account profile. Read dropbox_list_folder List files and folders in a Dropbox path (empty path = root). Read dropbox_search Search Dropbox for files and folders by name. Read dummy_image_url Generate a placeholder image URL with custom size, colors, and text. Read dummyjson_products Browse fake product data from DummyJSON. Read dummyjson_quotes Browse a collection of quotes from DummyJSON. Read dummyjson_random_quote Get a random quote from DummyJSON. Read dummyjson_search_products Search fake products by keyword. Read duval_factorize Compute the Lyndon factorization of a string using Duval's algorithm. Read ebay_get_categories Get the eBay category tree for a marketplace. Read ebay_get_item Get full details for an eBay item by item ID. Read ebay_get_item_by_legacy_id Get an eBay item by its legacy item ID (classic numeric ID). Read ebay_search Search eBay listings via the Browse API. Read ebird_notable_observations Get notable/rare bird observations from eBird. Read ebird_recent_observations Get recent bird observations from eBird. Read ebird_species_info Get information about a bird species from eBird. Read elevenlabs_get_history Get the TTS generation history for an ElevenLabs account. Read elevenlabs_get_models List available ElevenLabs TTS models and their supported languages. Read elevenlabs_get_voice Get metadata for a specific ElevenLabs voice by ID. Read elevenlabs_list_voices List all available voices in ElevenLabs. Read email_get Get a specific email by UID. Read email_read_inbox Read emails from an inbox. Read email_search Search emails in an inbox. Read emoji_lookup Search emojis by name or keyword. Read emojihub_by_category Browse emojis by category (smileys, animals, food, etc.). Read emojihub_random Get a random emoji with name, category, and HTML/Unicode codes. Read entropy_calculate Calculate Shannon entropy of text (measures randomness/information density). Read epoch_convert Convert a Unix epoch timestamp to ISO 8601 and human-readable formats. Read epoch_now Get the current Unix epoch timestamp in seconds and milliseconds. Read er_latest_rates Get latest exchange rates from ExchangeRate-API (open endpoint). Read espn_mlb_scores Get current MLB scores from ESPN. Read espn_nba_scores Get current NBA scores from ESPN. Read espn_news Get ESPN sports news. Read espn_nfl_scores Get current NFL scores from ESPN. Read espn_nhl_scores Get current NHL scores from ESPN. Read espn_soccer_scores Get soccer scores from ESPN. Read espn_team_info Get team information from ESPN. Read esports_get_match Get details for a specific esports match by ID. Read esports_matches Get esports matches from PandaScore. Read esports_players Search esports players on PandaScore. Read esports_teams Search esports teams on PandaScore. Read esports_tournaments Get esports tournaments from PandaScore. Read etsy_get_listing Get details for a single Etsy listing by listing ID. Read etsy_get_shop Get details for an Etsy shop by shop ID or numeric ID. Read etsy_get_shop_listings Get active listings for an Etsy shop. Read etsy_search_listings Search active Etsy listings by keyword. Read etsy_search_shops Search for Etsy shops by name. Read euler_path Check whether a graph has an Eulerian path or circuit. Reports degree analysis and start/end vertices. Read euler_totient Compute Euler's totient function phi(n) - the count of integers up to n that are coprime with n. Read europeana_record Get details of a Europeana cultural heritage record by ID. Read europeana_search Search Europeana for European cultural heritage objects (art, books, music, film). Read eventbrite_get_attendees Get attendees for an Eventbrite event. Read eventbrite_get_event Get details for an Eventbrite event by ID. Read eventbrite_get_venue Get details for an Eventbrite venue. Read eventbrite_list_categories List Eventbrite event categories. Read eventbrite_search_events Search for events on Eventbrite. Read evil_insult_random Get a random insult (for entertainment only). Read exchangerate_codes List all supported currency codes and their names. Requires an API key. Read exchangerate_historical Get historical exchange rates for a specific date. Requires an API key. Read exchangerate_latest Get latest currency exchange rates for a base currency. Works without API key using the free tier. Read excuser_random Get a random excuse, optionally by category. Read exponential_growth Model exponential growth or decay: final = initial e^(ratetime). Includes doubling time or half-life. Read extended_gcd Compute the extended GCD of two integers, returning Bezout coefficients and optionally the modular inverse. Read f1_car_data Get Formula 1 car telemetry data from OpenF1. Read f1_drivers Get Formula 1 driver info from OpenF1. Read f1_laps Get Formula 1 lap data from OpenF1. Read f1_pit_stops Get Formula 1 pit stop data from OpenF1. Read f1_positions Get Formula 1 position data from OpenF1. Read f1_sessions Get Formula 1 sessions from OpenF1. Read f1_team_radio Get Formula 1 team radio messages from OpenF1. Read f1_weather Get Formula 1 weather data from OpenF1. Read faker_companies Generate fake company data for testing. Read faker_persons Generate fake person data (name, email, phone, address) for testing. Read faker_texts Generate fake text/article data for testing. Read fakestore_categories List all fake store product categories. Read fakestore_product Get a single fake product by ID. Read fakestore_products List fake e-commerce products (for testing and prototyping). Read fibonacci_sequence Generate Fibonacci numbers and optionally check if a number is Fibonacci. Read fidelitypass_verify_copy Recompute a FidelityCopy/FidelityPass verdict from source and output bytes, or return N/A when no exact 1:1 co Read figma_get_comments Get all comments on a Figma file. Read figma_get_components Get all published components in a Figma file. Read figma_get_file Get a Figma file's structure and metadata - pages, frames, and component count. Read figma_get_images Export/render Figma nodes as images (PNG, JPG, SVG, or PDF). Read figma_get_node Get a specific node by ID within a Figma file. Read figma_get_team_projects List all projects for a Figma team. Read file_sync_list List the files stored for a project with their content hash, size, and version. This is the diff surface: comp Read file_sync_pull Return short-lived (5 min) signed download URLs for the requested files (or all files in the project). URLs fe Read final_space_characters List all Final Space characters. Read final_space_episodes List all Final Space episodes. Read find_nearest_toilets Find the nearest public toilets to a location (Australia). Read fishwatch_species List all fish species with sustainability data from NOAA FishWatch. Read fishwatch_species_detail Get detailed info about a specific fish species from NOAA FishWatch. Read flood_forecast Get river discharge flood forecast from Open-Meteo. Read flowpass_report Fetch a FlowPass report in json, markdown, html, or fix_prompt format for a run started in this MCP session. Read flowpass_status Fetch the stored FlowPass run status, score, summary, and open disagreement queue entries for a run started in Read fly_get_app Get details for a specific Fly.io app. Read fly_list_apps List all Fly.io apps in your organization. Read fly_list_machines List all machines in a Fly.io app. Read fly_list_volumes List all volumes attached to a Fly.io app. Read food_by_category Get food products by category from Open Food Facts. Read food_get_product Get a food product from Open Food Facts by barcode. Read food_search Search for food products on Open Food Facts. Read foodish_by_category Get a random food image by category from Foodish API. Read foodish_random Get a random food image from Foodish API. Read forex_convert Convert a currency amount using Open Exchange Rates. Read forex_currencies List all currencies from Open Exchange Rates. Read forex_historical Get historical forex rates from Open Exchange Rates. Read forex_latest Get latest forex exchange rates from Open Exchange Rates. Read forex_rate Get a forex exchange rate from Alpha Vantage. Read foursquare_autocomplete Autocomplete a Foursquare place search. Read foursquare_get_photos Get photos for a Foursquare place. Read foursquare_get_place Get details for a Foursquare place by FSQ ID. Read foursquare_get_tips Get tips/reviews for a Foursquare place. Read foursquare_search_places Search for places on Foursquare. Read fpl_bootstrap Get Fantasy Premier League bootstrap data (players, teams, etc.). Read fpl_fixtures Get FPL fixtures, optionally for a gameweek. Read fpl_gameweek Get FPL gameweek details. Read fpl_leagues_classic Get FPL classic league standings. Read fpl_manager Get an FPL manager profile. Read fpl_my_team Get an FPL manager's team for a gameweek. Read fpl_player Get FPL player details and history. Read frankfurter_convert Convert a specific amount between two currencies using ECB rates. Read frankfurter_currencies List all currencies supported by the Frankfurter ECB exchange-rate API. Read frankfurter_historical Get historical exchange rates for a specific date from ECB. Read frankfurter_latest Get latest exchange rates from ECB via Frankfurter. Read freetogame_detail Get full details for a specific free-to-play game. Read freetogame_list Browse free-to-play games, optionally filtered by platform or category. Read frequency_analyse Analyse character or bigram frequencies in text. Read fruityvice_all List all fruits with nutrition facts from Fruityvice. Read fruityvice_by_name Get detailed nutrition info for a specific fruit from Fruityvice. Read fun_translate Translate text into fun dialects like Yoda, Pirate, Shakespeare, Minion, Dothraki, etc. Read gabow_scc Find strongly connected components of a directed graph using Gabow's algorithm. Read gbif_occurrences Search GBIF biodiversity occurrence records by species and/or country. Read gbif_search_species Search GBIF for biodiversity species by name. Read gbif_species_detail Get full taxonomy details for a GBIF species by key. Read gcd_calculate Compute the greatest common divisor (GCD) and least common multiple (LCM) of integers. Read gcd_lcm_calc Calculate GCD and LCM of two or more integers. Read gdelt_geo_events Get geographic distribution of news events for a topic from the GDELT GEO API. Returns event clusters with loc Read gdelt_news_search Search global news via the GDELT Project. Returns article titles, URLs, sources, dates, countries, and languag Read gdelt_tone_analysis Analyse the sentiment and tone of global news coverage for a topic over time. Returns average tone scores (neg Read gdelt_trending Check whether a topic is trending in global news using GDELT article volume timelines. Returns a trend classif Read genderize_name Predict the gender of a person based on their first name. Read genderize_predict Predict gender from a first name with probability score. Read genius_artist_songs Get songs by an artist on Genius. Read genius_get_artist Get a Genius artist by ID. Read genius_get_song Get a Genius song by ID. Read genius_search Search Genius for songs and lyrics. Read geojs_lookup Get IP geolocation (country, region, city, lat/lon) from GeoJS. Omit IP for self-lookup. Read geometric_series Calculate finite and infinite sums of a geometric series: a, ar, ar^2, ... Read geopass_status Fetch the stored in-session GEOPass report and geopass_receipt_v1 envelope for a run started through geopass_r Read get_asana_task Get full details of a single Asana task. Read get_calendly_event Get details of a single Calendly scheduled event. Read get_calendly_user Get the authenticated Calendly user profile. Read get_cve_detail Get details for a specific CVE by ID. Read get_monday_board Get details of a specific Monday.com board including columns and groups. Read get_pinterest_board Get details of a specific Pinterest board. Read get_pinterest_user Get the authenticated Pinterest user account info. Read get_recent_cves Get recently published CVEs from NVD. Read get_run Call this tool when the user wants the status of a specific Crews run. Returns a ConversationalCard summarisin Read get_steam_achievements Get achievements for a Steam user in a specific game. Read get_steam_app_details Get store details for a Steam app (game info, price, platforms, Metacritic score). Read get_steam_owned_games Get games owned by a Steam user. Read get_steam_player_summaries Get Steam player profile summaries for one or more Steam IDs. Read get_tiktok_user Get the authenticated TikTok user profile (follower count, video count, etc.). Read get_tiktok_video Get details of a specific TikTok video by ID. Read get_toilet_details Get details for a specific public toilet by ID. Read get_trademark_details Get details for a specific Australian trademark. Read ghibli_films List all Studio Ghibli films with directors and descriptions. Read ghibli_people List characters from Studio Ghibli films. Read ghost_list_pages List Ghost pages. Read ghost_list_posts List published Ghost posts. Read ghost_list_tags List Ghost tags. Read giphy_random Get a random GIF from Giphy, optionally by tag. Read giphy_search Search Giphy for GIFs. Read giphy_trending Get trending GIFs from Giphy. Read github_emojis List all GitHub emojis with their image URLs. Read gitlab_action Interact with the GitLab REST API: search projects, get project details, list issues and merge requests, and l Read gmail_read Read a Gmail message by id. Read gmail_search Search Gmail messages in the connected mailbox. Read graph_analyze Analyze a graph: count nodes, edges, connected components, density, degrees, and detect self-loops. Read gray_code Convert between binary and Gray code, or generate n-bit Gray code sequences. Read groq_list_models List all models available on Groq. Read guardian_get_article Get a specific Guardian article by ID. Read guardian_get_edition Get a Guardian edition by ID. Read guardian_get_sections Get all Guardian sections. Read guardian_get_tags Get Guardian tags. Read guardian_search_articles Search for articles on The Guardian. Read gumroad_get_product Get details for a single Gumroad product by ID. Read gumroad_get_sale Get details for a single Gumroad sale by ID. Read gumroad_list_products List all products in a Gumroad account. Read gumroad_list_sales List sales from a Gumroad account. Filter by product, email, or date range. Read gumroad_list_subscribers List subscribers for a Gumroad membership/subscription product. Read gutenberg_book Get details for a specific Project Gutenberg book by ID. Read gutenberg_search Search Project Gutenberg free ebooks by title or author. Read gutendex_book Get details for a Project Gutenberg book by ID. Read gutendex_search Search Project Gutenberg free ebooks. Read haar_wavelet Haar wavelet transform (forward and inverse) on a power-of-2 length array. Read hamming_distance Calculate Hamming distance between two equal-length strings. Read harmonic_series Calculate partial sum of the harmonic series H(n) = 1 + 1/2 + 1/3 + ... + 1/n. Read hash_compare Compare text against an expected hash to verify integrity. Read heap_sort Sort numbers using the heap sort algorithm. Guaranteed O(n log n) in-place sorting with swap count. Read heartbeat_protocol Returns the canonical UnClick AI Seat heartbeat playbook. Call this first from scheduled heartbeat seats, then Read hero_all List all superheroes and villains (returns first 50 with IDs). Read hero_get_by_id Get a superhero/villain by ID from the comic book database. Read hero_powerstats Get power statistics for a superhero/villain. Read heygen_get_video_status Check the generation status of a HeyGen video by video ID. Read heygen_list_avatars List all available AI avatars in your HeyGen account. Read heygen_list_voices List all available voices for HeyGen avatar videos. Read hibp_all_breaches Get all breaches tracked by Have I Been Pwned. Read hibp_check_account Check if an email account has been in a data breach. Read hibp_check_password Check if a password has appeared in a data breach. Read higgsfield_get_status Check the status of a Higgsfield generation by ID. Prefers the customer's connected Higgsfield MCP account log Read higgsfield_get_styles List Higgsfield models/styles. Prefers the customer's connected Higgsfield MCP account login; api_key is only Read historical_weather Get historical daily weather data for a location from Open-Meteo archive (1940 to 5 days ago). Read hn_ask_hn Get Ask HN posts from Hacker News. Read hn_best_stories Get the best stories from Hacker News. Read hn_item Get a specific Hacker News item by ID. Read hn_new_stories Get the newest stories from Hacker News. Read hn_show_hn Get Show HN posts from Hacker News. Read hn_top_stories Get the top stories from Hacker News. Read hn_user Get a Hacker News user profile. Read holidays_by_country Get public holidays for a country and year. Read holidays_countries List all countries supported by the public holidays API. Read holidays_long_weekends Get long weekends for a country and year. Read holidays_next Get upcoming public holidays for a country. Read hp_all_characters List all Harry Potter characters. Read hp_by_house List characters by Hogwarts house. Read hp_staff List Hogwarts staff. Read hp_students List Hogwarts students. Read html_strip Strip HTML tags and decode entities to plain text. Read http_cat_image Get a cat image for any HTTP status code from http.cat (no network call). Read http_dog_image Get a dog image URL for an HTTP status code (like httpcat but with dogs). Read httpbin_get Test an HTTP GET request - see your headers, IP, and args echoed back. Read httpbin_headers Get your request headers as seen by httpbin. Read httpbin_ip Get your public IP address via httpbin. Read httpbin_user_agent Get your User-Agent string via httpbin. Read httpbin_uuid Generate a random UUID via httpbin. Read hubspot_get_contact Get a single HubSpot contact by id. Read hubspot_list_companies List HubSpot CRM companies. Read hubspot_list_contacts List HubSpot CRM contacts (most recently created first). Read hubspot_list_deals List HubSpot CRM deals. Read hubspot_search_contacts Search HubSpot contacts by name, email, or company. Read hunter_domain_info Get email information for a domain from Hunter.io. Read hunter_find_email Find email addresses for a domain using Hunter.io. Read hunter_verify_email Verify an email address with Hunter.io. Read iban_validate Validate an IBAN and get bank/BIC info via OpenIBAN. Read iceandfire_books List or search books in the A Song of Ice and Fire series. Read iceandfire_characters Search characters from A Song of Ice and Fire (Game of Thrones). Read iceandfire_houses Search noble houses from A Song of Ice and Fire (Game of Thrones). Read igdb_get_company Get a game company from IGDB by name or ID. Read igdb_get_game Get full details of a game from IGDB by game ID. Read igdb_list_genres List all game genres from IGDB. Read igdb_list_platforms List gaming platforms from IGDB. Read igdb_search_games Search the IGDB games database by name. Read igniteonly_policy Return the PinballWake IgniteOnlyAPI guardrails. This is the green ignite sibling to NudgeOnly: verified worke Read imgflip_get_memes Get the top 100 popular meme templates from Imgflip. Read instapaper_action Perform an Instapaper action: get_instapaper_bookmarks, add_instapaper_bookmark, archive_bookmark, delete_book Read intercom_get_conversation Get a single Intercom conversation by id. Read intercom_list_contacts List Intercom contacts. Read intercom_list_conversations List recent Intercom conversations. Read intercom_search_contacts Search Intercom contacts by email. Read interpolate_calc Linear interpolation (or extrapolation) between two points. Returns the y value for a given x. Read ip_address_lookup Look up geolocation, ISP, and timezone for an IP address. Read ip_batch Batch IP address geolocation lookup. Read ip_lookup Look up geolocation for an IP address. Read ip_validate Validate and classify an IP address (IPv4/IPv6, public/private/loopback). Read ipify_get_ip Get your public IP address via ipify. Read ipinfo_lookup Get geolocation and ISP info for an IP address (or your own). Read is_even Check whether a number is even, via the isEven API. Read iss_astronauts Get the list of astronauts currently in space. Read iss_flyover Get upcoming ISS flyover times for a location (lat/lon). Read iss_location Get the current location of the International Space Station. Read iss_pass_times Get ISS position relative to an observer location. Read iss_position Get the current position of the International Space Station. Read isup_check Check if a website/domain is up or down via isitup.org. Read itis_get_full_record Get full taxonomic record from USDA ITIS by TSN (Taxonomic Serial Number). Read itis_search_by_name Search USDA ITIS for species by common name. Read jaccard_similarity Calculate Jaccard similarity index between two texts (word or character level). Read jikan_get_anime Get anime details by MyAnimeList ID. Read jikan_get_character Get an anime/manga character by MyAnimeList ID. Read jikan_search_anime Search anime on MyAnimeList via Jikan API. Read jikan_search_manga Search manga on MyAnimeList via Jikan API. Read jikan_top_anime Get top-ranked anime from MyAnimeList. Read jira_get_issue Get a single Jira issue by key, including description and comments. Read jira_list_projects List Jira projects, with an optional name query. Read jira_search_issues Search Jira issues with JQL (defaults to most recently updated). Read jisho_search Search Jisho.org Japanese dictionary for words, kanji, or English translations. Read jobsmith_check Run JobSmith's CV / cover-letter quality rules over a piece of text. No key needed. Read jobsmith_rules Browse JobSmith's rule pack (counts by category and severity), optionally filtered by category. Read joke_categories List available joke categories from JokeAPI. Read joke_random Get a random joke from JokeAPI. Read josephus Solve the Josephus problem: find the survivor in a circle of n people eliminating every k-th. Read jp_get_post Get a single post by ID from JSONPlaceholder. Read jp_list_comments List comments on a post from JSONPlaceholder. Read jp_list_posts List posts from JSONPlaceholder (fake REST API). Optionally filter by userId. Read jp_list_users List all users from JSONPlaceholder (fake test data). Read json_format Parse, format, and analyze a JSON string. Returns pretty-printed output and structure stats. Read json_prettify Prettify or minify JSON text. Read jwt_decode Decode a JWT token to inspect header and payload claims (does NOT verify signature). Read kanye_quote Get a random Kanye West quote. Read keychain_list_platforms List all available platform connectors in the UnClick Keychain catalog, with connection status for the current Read keychain_status Check the connection status of one or all platform credentials stored in the UnClick Keychain for the current Read klaviyo_list_lists List Klaviyo lists. Read klaviyo_list_metrics List Klaviyo metrics (tracked events). Read klaviyo_list_profiles List Klaviyo profiles (subscribers). Read klaviyo_list_segments List Klaviyo segments (dynamic groups). Read kling_get_task Check the status of a Kling AI video generation task. Read kmp_search Find all occurrences of a pattern in text using Knuth-Morris-Pratt algorithm with failure function. Read languagetool_check Check text for grammar, spelling, and style issues using LanguageTool. Read languagetool_languages List all languages supported by LanguageTool. Read lastfm_album_info Get album info from Last.fm. Read lastfm_artist_info Get Last.fm artist info. Read lastfm_chart_top_artists Get the Last.fm chart of top artists. Read lastfm_chart_top_tracks Get the Last.fm chart of top tracks. Read lastfm_search_artists Search for artists on Last.fm. Read lastfm_similar_artists Get similar artists on Last.fm. Read lastfm_top_tracks Get top tracks for an artist on Last.fm. Read legalpass_status Fetch the stored LegalPass run result and audit log for a run started through legalpass_run. Read legalpass_verdict Lint LegalPass-style verdict text against the issue-spotter guardrail and return the legally reviewed disclaim Read lego_get_set Get details for a specific LEGO set by set number. Read lego_search_parts Search LEGO parts by name. Read lego_search_sets Search LEGO sets by name/theme (Rebrickable). Read lego_set_parts Get the parts list for a LEGO set. Read lego_themes List all LEGO themes from Rebrickable. Read lehmer_code Convert between permutations and Lehmer codes, compute permutation rank and unrank. Read libretranslate_detect Detect the language of a text using LibreTranslate. Read libretranslate_languages List supported languages in LibreTranslate. Read libretranslate_translate Translate text between languages using LibreTranslate (open source). Read lichess_puzzle_daily Get the Lichess daily puzzle. Read lichess_top_players Get top Lichess players for a game mode. Read lichess_tournament Get details for a Lichess tournament. Read lichess_user Get a Lichess user profile. Read lichess_user_games Get games for a Lichess user. Read line_broadcast Broadcast a text message to all followers of your LINE Official Account. Read line_get_group_summary Get a LINE group's name and picture URL. Read line_get_profile Get a LINE user's display name, profile picture, and status message. Read line_reply_message Reply to a LINE message using a reply token from a webhook event. Read list_actionable_todos Returns the highest-priority unassigned open todos, ranked so an agent can pull the next best chip without rel Read list_asana_projects List projects in an Asana workspace. Read list_asana_tasks List tasks in an Asana project. Read list_asana_workspaces List all Asana workspaces accessible by the authenticated user. Read list_calendly_event_types List event types for the authenticated Calendly user. Read list_calendly_events List scheduled events for the authenticated Calendly user. Read list_calendly_invitees List invitees for a Calendly scheduled event. Read list_comments Returns comments on a specific Boardroom todo or idea, in chronological order. agent_id required. Read list_expressroom_drafts Lists Manual DraftRoom drafts. These are draft-only records until promoted into official Jobs. Use official_to Read list_ideas Returns ideas for this tenant sorted by score (upvotes minus downvotes) desc, optionally filtered by status. a Read list_monday_boards List boards in a Monday.com account. Read list_monday_items List items (rows) in a Monday.com board. Read list_pinterest_boards List Pinterest boards for the authenticated user. Read list_pinterest_pins List pins on a Pinterest board. Read list_room_watches Lists the Jobs cards currently watched by a Chat room. Read list_runs Call this tool when the user wants a recent history of Crews runs. Returns a ConversationalCard with a run cou Read list_tiktok_videos List videos for the authenticated TikTok user. Read list_todos Returns todos for this tenant, optionally filtered by status. Use to render a kanban view, find your assignmen Read load_memory Loads the user's identity, preferences, facts, and recent session history from persistent cross-session storag Read log_base Compute logarithm with any base. Also returns ln, log10, and log2. Read long_weekends Get long weekends for a country and year from Nager.Date. Read longest_common_prefix Find the longest common prefix among an array of strings. Read longest_increasing_subsequence Find the longest increasing subsequence in O(n log n) time using patience sorting. Read lorem_generate Generate lorem ipsum placeholder text. Read lorem_name_generate Generate random placeholder names with optional email addresses. Read lotr_books List Lord of the Rings books. Read lotr_characters Search Lord of the Rings characters by name. Read lotr_quotes Get Lord of the Rings movie quotes. Read lott_jackpots Get current Australian lottery jackpots from The Lott. Read lott_results Get Australian lottery results from The Lott. Read lowest_common_ancestor Find lowest common ancestors and distances in a tree using binary lifting. Read ls_get_order Get a specific Lemon Squeezy order by ID. Read ls_list_customers List customers for a Lemon Squeezy store. Read ls_list_orders List orders in a Lemon Squeezy store. Read ls_list_products List products in a Lemon Squeezy store. Read ls_list_stores List all Lemon Squeezy stores on your account. Read ls_list_subscriptions List subscriptions for a Lemon Squeezy store. Read lucas_theorem Compute binomial coefficient C(n,k) mod prime using Lucas' theorem. Read luhn_validate Validate or generate a Luhn check digit (credit cards, IMEI, etc.). Read lyrics_get Get song lyrics by artist and title. Read mailchimp_get_campaign Get details for a specific Mailchimp campaign by ID. Read mailchimp_list_audiences List all Mailchimp audiences (lists) in the account. Read mailchimp_list_campaigns List Mailchimp email campaigns, optionally filtered by status or audience. Read mailchimp_list_members List members (subscribers) in a Mailchimp audience. Read mailchimp_search_members Search for subscribers across all or a specific Mailchimp audience. Read makeup_search Search makeup products by brand, type, category, or tags. Read manacher_palindrome Find the longest palindromic substring in linear time using Manacher's algorithm. Read mapbox_geocode_forward Convert an address or place name to coordinates using Mapbox. Read mapbox_geocode_reverse Convert coordinates to a place name or address using Mapbox reverse geocoding. Read mapbox_get_directions Get turn-by-turn directions between two or more locations using Mapbox. Read mapbox_get_static_map Generate a static map image URL for a given location using Mapbox. Read mapbox_list_tilesets List Mapbox tilesets owned by a user. Read marine_forecast Get ocean wave, swell, and marine weather forecast for a location. Read markdown_stats Analyze Markdown text: count headings, links, code blocks, words, and more. Read markdown_to_html Convert Markdown text to HTML (headings, bold, italic, links, lists, code). Read matrix_chain_order Find the optimal parenthesization for matrix chain multiplication to minimize scalar multiplications. Read mb_get_artist Get a MusicBrainz artist by MBID. Read mb_get_release Get a MusicBrainz release by MBID. Read mb_search_artists Search for artists on MusicBrainz. Read mb_search_recordings Search for recordings/tracks on MusicBrainz. Read mb_search_releases Search for releases/albums on MusicBrainz. Read mc_server_status Check the status of a Minecraft server (Java or Bedrock). Read meal_categories List all meal categories. Read meal_filter_by_area Filter meals by cuisine/area. Read meal_filter_by_category Filter meals by category. Read meal_filter_by_ingredient Filter meals by main ingredient. Read meal_get_by_id Get a meal/recipe by ID. Read meal_random Get a random meal/recipe. Read meal_search Search for meals/recipes by name. Read memegen_templates List available meme templates from memegen.link. Read met_departments List all departments in the Metropolitan Museum of Art. Read met_object Get full details for a Met Museum artwork by object ID. Read met_search Search the Metropolitan Museum of Art collection for artworks. Read metaphone_encode Encode words using the Metaphone phonetic algorithm, optionally comparing two words. Read mhw_monsters Search Monster Hunter World monsters by name. Read mhw_weapons Browse Monster Hunter World weapons by type. Read midpoint_calc Calculate the midpoint, distance, slope, and angle between two 2D points. Read miller_rabin_test Test whether a number is prime using the deterministic Miller-Rabin primality test with multiple witnesses. Read miro_get_board Get a single Miro board by id. Read miro_list_boards List Miro boards. Read miro_list_items List the items (notes, shapes, text) on a Miro board. Read mistral_list_models List all available Mistral AI models. Read mixpanel_export_data Export raw Mixpanel event data for a date range. Read mixpanel_get_events Get Mixpanel event analytics data for a date range. Read mixpanel_get_funnels Get funnel conversion data from Mixpanel. Read mixpanel_get_retention Get user retention analytics from Mixpanel. Read modular_arithmetic Modular arithmetic operations: modpow (a^b mod m), modinverse (a^-1 mod m), or mod (a mod m). Read moebius_function Compute Moebius function values and Mertens function using linear sieve. Read morse_convert Encode text to Morse code or decode Morse code to text. Read mtg_get_card Get a specific MTG card by its multiverse ID. Read mtg_search_cards Search Magic: The Gathering cards by name, color, type, set, or rarity. Read mtg_sets List or search Magic: The Gathering sets. Read multiavatar_generate Generate a unique avatar image URL from any string (no network call). Read mymemory_translate Translate text between languages using MyMemory free translation API. Read nasa_apod Get NASA Astronomy Picture of the Day. Read nasa_asteroids Get NASA Near Earth Object (asteroid) data. Read nasa_earth_imagery Get NASA Earth satellite imagery. Read nasa_epic Get NASA EPIC Earth imagery. Read nasa_mars_photos Get NASA Mars rover photos. Read nationalize_name Predict the nationality of a person based on their first name. Read nationalize_predict Predict likely nationalities from a first name with probability scores. Read nato_convert Convert text to NATO phonetic alphabet or decode NATO words back to text. Read nba_games Browse NBA game scores and results. Read nba_players Search NBA players by name. Read nba_teams List all NBA teams. Read necklace_count Count distinct necklaces and bracelets using Burnside's lemma. Read neon_get_project Get details for a specific Neon project. Read neon_list_branches List all branches in a Neon project. Read neon_list_databases List all databases on a Neon branch. Read neon_list_projects List all Neon Serverless Postgres projects in your account. Read netlify_get_deploy Get a single Netlify deploy by id (including build logs metadata). Read netlify_get_site Get a single Netlify site by id. Read netlify_list_deploys List recent deploys for a Netlify site (signals when the latest deploy failed). Read netlify_list_sites List Netlify sites for the account. Read news_get_sources Get available news sources from NewsAPI. Read news_search Search news articles via NewsAPI. Read news_top_headlines Get top headlines from NewsAPI. Read newton_math Perform math operations (simplify, derive, integrate, factor, etc.) via Newton API. Read ngram_extract Extract and count n-grams (word or character level) from text. Read nhtsa_decode_vin Decode a vehicle VIN to get make, model, year, and specifications from NHTSA. Read nhtsa_recalls Search NHTSA vehicle safety recalls by make, model, and year. Read nobel_laureates Search Nobel laureates by name, year, or category. Read nobel_prizes Search Nobel Prize data by year and/or category. Read nominatim_reverse Reverse geocode coordinates to an address using OpenStreetMap Nominatim. Read nominatim_search Geocode a place name or address to coordinates using OpenStreetMap Nominatim. Read normal_distribution Calculate normal (Gaussian) distribution PDF, CDF, and percentile for a given value. Read npm_dist_tags List a package's dist-tags (latest, beta, ...) so you can see what installs by default. Read npm_downloads Download counts for an npm package over last-day, last-week, or last-month. Read npm_get_package Get metadata for an npm package (latest version). Read npm_search Search npm packages by name or keyword. Read npm_whoami Verify the saved npm access token and return the account it belongs to. Read nth_root Calculate the nth root of a number. Default is square root (n=2). Read nudgeonly_policy Return the PinballWake NudgeOnlyAPI guardrails. This is a red-lane, read-only policy for 👉Nudge: painpoint hi Read nudgeonly_receipt_bridge Turn a verified NudgeOnly painpoint into a tiny worker receipt request or WakePass escalation candidate. Deter Read number_fact Get an interesting fact about a number. Read number_random Get a random number fact. Read numerical_diff Numerical differentiation of a math expression using five-point stencil (1st-4th order). Read oeis_search Search the Online Encyclopedia of Integer Sequences (OEIS) by sequence or keyword. Read official_joke_by_type Get a random joke by type from Official Joke API. Read official_joke_random Get a random joke from Official Joke API (setup + punchline format). Read official_joke_ten Get 10 random jokes from Official Joke API. Read omdb_by_id Get an OMDB movie/show by IMDb ID. Read omdb_by_title Get an OMDB movie/show by title. Read omdb_search Search movies/TV shows on OMDB. Read onedrive_list List files and folders from OneDrive. Read onedrive_read Read OneDrive file metadata and a safe text preview when available. Read onedrive_search Search OneDrive files and folders by name. Read open_elevation_lookup Get elevation in meters for given coordinates from Open Elevation API. Read openai_list_models List all OpenAI models available to the account. Read openalex_get_work Get full metadata for a scholarly work by OpenAlex ID or DOI. Read openalex_search_authors Search OpenAlex for academic authors by name. Read openalex_search_works Search OpenAlex for scholarly works by keyword. Read openaq_air_quality Get air quality data for a location from OpenAQ. Read openaq_countries List countries with air quality data on OpenAQ. Read openaq_measurements Get air quality measurements from OpenAQ. Read openchargemap_search Find EV charging stations near a location from Open Charge Map. Read opendota_hero_stats Get Dota 2 hero statistics including pick/win rates per bracket. Read opendota_heroes List all Dota 2 heroes with roles and attack types from OpenDota. Read opendota_pro_matches Get recent professional Dota 2 match results from OpenDota. Read openfda_adverse_events Search FDA drug adverse event reports. Read openfda_drug_search Search FDA drug labels by brand name or ingredient. Read openfda_recall_search Search FDA food and drug recall enforcement actions. Read openfigi_mapping Map a financial instrument identifier (ticker, ISIN, CUSIP) to FIGI. Read openfigi_search Search OpenFIGI for financial instruments by name. Read openlibrary_author_works Get works by an author from Open Library. Read openlibrary_get_author Get an author from Open Library by ID. Read openlibrary_get_book Get a book from Open Library by work ID. Read openlibrary_get_edition Get a book edition from Open Library by ISBN. Read openlibrary_search Search books on Open Library. Read openlibrary_trending Get trending books from Open Library. Read opensky_flights Get flight history from OpenSky Network for a time range (max 2 hours). Read opensky_states Get live aircraft states (position, altitude, velocity) from OpenSky Network. Read pagerduty_acknowledge_incident Acknowledge a PagerDuty incident by ID. Read pagerduty_get_incident Get details for a single PagerDuty incident by ID. Read pagerduty_list_incidents List PagerDuty incidents. Filter by status (triggered, acknowledged, resolved), service, or date range. Read pagerduty_list_oncalls List who is currently on-call in PagerDuty, optionally filtered by schedule or user. Read pagerduty_list_services List all services in a PagerDuty account. Optionally filter by name. Read palindrome_check Check if text is a palindrome and find the longest palindromic substring. Read percentage_calc Perform percentage calculations (of, change, increase, decrease, is_what_percent). Read percentile_calc Compute percentiles of a dataset (default p5-p99) and optionally find the percentile rank of a given value. Read permutation_calc Calculate the number of permutations P(n,r) - ordered arrangements. Read phonetic_spell Spell out text using NATO or IPA phonetic alphabet. Read pi_approx Approximate pi using Leibniz, Nilakantha, and Wallis formulas. Compare convergence rates. Read picsum_get Get info about a specific Lorem Picsum photo by ID. Read picsum_list List photos available on Lorem Picsum. Read picsum_random_url Generate a random placeholder image URL from Lorem Picsum (no fetch needed). Read pika_get_generation Check the status of a Pika video generation by ID. Read pika_list_styles List available visual styles for Pika video generation. Read pinecone_describe_index Get details (dimension, metric, status, host) for a Pinecone index. Read pinecone_list_indexes List all Pinecone vector indexes in the project. Read pinecone_query_vectors Query a Pinecone index for nearest-neighbor vectors. Read pipedrive_list_deals List Pipedrive deals. Read pipedrive_list_organizations List Pipedrive organizations (companies). Read pipedrive_list_persons List Pipedrive persons (contacts). Read pipedrive_search_deals Search Pipedrive deals by term. Read placebear_image Get a bear placeholder image URL at custom dimensions (no network call). Read placehold_image Generate a placeholder image URL with custom size, colors, and text (no network call). Read placeholder_image Generate a placeholder image URL with custom size, colors, and text. Read placekitten_image Generate a random kitten placeholder image URL. Read plaid_accounts Get accounts for a Plaid-linked item. Read plaid_balances Get real-time account balances for a Plaid-linked item. Read plaid_identity Get identity information for accounts linked via Plaid. Read plaid_transactions Get transactions for a Plaid-linked item within a date range. Read podcast_by_feed_url Get a podcast by feed URL from Podcast Index. Read podcast_get_episodes Get episodes for a podcast from Podcast Index. Read podcast_recent_episodes Get recent podcast episodes from Podcast Index. Read podcast_search Search for podcasts on Podcast Index. Read podcast_search_episodes Search podcast episodes on Podcast Index. Read podcast_trending Get trending podcasts from Podcast Index. Read poetry_random Get a random poem from PoetryDB. Read poetry_search_by_author Search poems by author name on PoetryDB. Read poetry_search_by_title Search poems by title on PoetryDB. Read poisson_probability Calculate Poisson distribution PMF and CDF for k events with rate lambda. Read poke_get_ability Get Pokemon ability info and which Pokemon have it. Read poke_get_generation Get Pokemon generation info, region, and species list. Read poke_get_pokemon Get Pokemon data by name or ID from PokeAPI. Read poke_get_type Get Pokemon type info and which Pokemon have that type. Read poke_search_pokemon List Pokemon with pagination from PokeAPI. Read pokemon_tcg_search_cards Search Pokemon Trading Card Game cards by name, type, set, or rarity. Read pokemon_tcg_sets List or search Pokemon TCG card sets. Read polygon_calculate Calculate properties of a regular polygon: area, perimeter, angles, apothem, circumradius, diagonals. Read postcode_lookup Look up a UK postcode for lat/lon, region, district, ward, and constituency. Read postcode_random Get a random UK postcode with full location details. Read posthog_list_feature_flags List PostHog feature flags for a project. Read posthog_list_insights List saved PostHog insights (charts) for a project. Read posthog_list_persons List PostHog persons (users) for a project. Read postman_action Interact with the Postman API: list and retrieve collections, list environments, and list monitors. Read postmark_get_delivery_stats Get delivery statistics from Postmark including bounces, spam complaints, and open rates. Read postmark_get_template Get a single Postmark email template by ID. Read postmark_list_templates List email templates stored in Postmark. Read postmark_search_messages Search sent messages in Postmark by recipient, sender, tag, or status. Read power_iteration Find the dominant eigenvalue and eigenvector of a square matrix via power iteration. Read prime_check Check if a number is prime, get its factorization, and find adjacent primes. Read prime_factor Find the prime factorization of an integer. Read ptv_departures Get PTV departures for a stop. In full UnClick, stop_id can be filled from saved Memory defaults. Read ptv_disruptions Get current PTV service disruptions. Read ptv_route_directions Get directions for a PTV route. Read ptv_search Search PTV stops, routes, or outlets. Read ptv_stops_on_route Get stops on a PTV route. Read pubchem_properties Get specific properties of a PubChem compound by CID. Read pubchem_search Search PubChem for a chemical compound by name. Read publicapis_categories List all categories in the Public APIs directory. Read publicapis_random Get a random API from the Public APIs directory. Read publicapis_search Search the Public APIs directory for free APIs by name or category. Read punkapi_get_beer Get a specific craft beer recipe by ID. Read punkapi_random_beer Get a random craft beer recipe from BrewDog's Punk API. Read punkapi_search_beers Search craft beer recipes by name. Read pushonly_policy Return the PinballWake PushOnlyAPI guardrails. This blue push lane turns verified IgniteOnly wake packets into Read pushonly_wake_pusher Consume a verified IgniteOnly wake packet and emit a compact public PushOnly worker envelope. It never writes Read pushover_get_receipt Get acknowledgment status for an emergency Pushover notification. Read pushover_list_sounds List all available notification sounds in Pushover. Read pushover_validate_user Validate a Pushover user or group key and list their registered devices. Read pypi_get_package Get metadata for a Python package from PyPI. Read pypi_get_version Get metadata for a specific version of a Python package from PyPI. Read qc_copy_audit Fetch a page and scan all visible text for em dashes (U+2014), en dashes (U+2013), and a configurable list of Read quadratic_solve Solve a quadratic equation ax^2 + bx + c = 0. Returns roots, discriminant, and vertex. Read quickbooks_customers Query QuickBooks Online customers. Read quickbooks_items Query QuickBooks Online items (products and services). Read quickbooks_payments Query QuickBooks Online payments. Read quote_by_author Get quotes by a specific author. Read quote_list_authors List quote authors sorted by number of quotes. Read quote_list_tags List all available quote tags/categories. Read quote_random Get a random inspirational quote. Read quote_search Search quotes by keyword. Read quran_surah Get a full surah (chapter) from the Quran. Read quran_verse Get a specific verse (ayah) from the Quran with English translation. Read rabin_karp_search Find all occurrences of a pattern in text using the Rabin-Karp rolling hash algorithm. Read radio_by_country Get radio stations by country. Read radio_by_tag Get radio stations by genre tag. Read radio_countries List all countries with radio stations. Read radio_search Search for radio stations via Radio Browser. Read radio_top_clicked Get the most-clicked radio stations. Read radio_top_voted Get the most-voted radio stations. Read radix_sort Sort non-negative integers using radix sort with configurable base. Read raindrop_action Perform a Raindrop.io action: search_raindrops, get_collection_raindrops, get_raindrop_collections, create_rai Read ram_get_character Get a Rick and Morty character by ID. Read ram_get_episode Get a Rick and Morty episode by ID. Read ram_get_location Get a Rick and Morty location by ID. Read ram_search_characters Search Rick and Morty characters by name, status, species, or gender. Read ram_search_episodes Search Rick and Morty episodes by name or episode code. Read random_duck_image Get a random duck image URL. Read random_duck_list List all available duck image filenames. Read random_flip_coin Flip a coin. Read random_fox_image Get a random fox image URL. Read random_lorem_ipsum Generate lorem ipsum placeholder text. Read random_number Generate a random number within a range. Read random_pick_from_list Pick random item(s) from a list. Read random_roll_dice Roll dice. Read random_shuffle_list Shuffle a list randomly. Read random_string Generate a random string. Read random_taco Generate a random taco recipe with base, seasoning, condiment, and shell. Read random_user Generate random user profiles with names, emails, addresses, and photos. Read ratio_simplify Simplify a ratio a:b to its lowest terms. Returns decimal and percentage forms. Read rawg_game_screenshots Get screenshots for a RAWG game. Read rawg_get_game Get details for a specific game by RAWG ID or slug. Read rawg_list_genres List all game genres on RAWG. Read rawg_list_platforms List all gaming platforms on RAWG. Read rawg_search_games Search for video games on RAWG. Read rawg_upcoming_games Get upcoming game releases from RAWG. Read rdap_domain Look up domain registration data via RDAP (WHOIS replacement). Read rdap_ip Look up IP address registration data via RDAP. Read read_messages Reads recent messages from the user's Boardroom, the build coordination room where worker seats share material Read read_orchestrator_context Reads current UnClick Orchestrator continuity so a seat can interpret a freshly saved turn before acting. Use Read readability_score Calculate Flesch-Kincaid readability scores and reading level for text. Read reddit_read Read public posts from a Reddit subreddit. OAuth is optional for public reads. Read reddit_search Search public Reddit posts. OAuth is optional for public reads. Read reddit_thread Read a public Reddit thread, including the post and comments. Read reddit_user Get a public Reddit user profile and recent activity. OAuth is optional for public reads. Read regex_test Test a regex pattern against text and return all matches with positions. Read regression_fit Fit a linear regression (y = mx + b) to x/y data points, returns slope, intercept, R-squared. Read render_get_service Get details for a specific Render service. Read render_list_deploys List deploys for a Render service. Read render_list_env_vars List environment variables for a Render service. Read render_list_services List all Render services (web services, static sites, cron jobs, etc.). Read replicate_get_model Get details and latest version for a Replicate model. Read replicate_get_prediction Get the status and output of a Replicate prediction. Read replicate_list_models List public models available on Replicate. Read replicate_list_predictions List recent predictions for a Replicate account. Read reqres_get_user Get a specific fake user by ID from Reqres. Read reqres_list_resources List fake color resources from Reqres (test API). Read reqres_list_users List fake users from Reqres (test API). Read resend_get_email Get a sent email by ID from Resend. Read resend_list_domains List domains configured in Resend. Read reservoir_sample Select k random items from a list with equal probability using reservoir sampling. Read reverse_text Reverse text by characters, words, lines, or sentences. Read riot_get_match Get details for a specific Riot match by match ID. Read riot_match_history Get match history for a LoL/Riot account by PUUID. Read riot_ranked Get ranked stats for a League of Legends summoner. Read riot_summoner Get a League of Legends summoner by name. Read riot_valorant_account Get a Valorant account by game name and tag line. Read ripe_asn_neighbours Get peering neighbours for an ASN from RIPE NCC. Read ripe_network_info Get network information for an IP or prefix from RIPE NCC. Read robohash_url Generate a unique robot/monster/cat avatar from any text. Read runway_get_task Check the status of a Runway ML generation task. Returns status, progress, and video URL when complete. Read runway_list_models List available Runway ML video generation models. Read search_asana_tasks Search tasks by text within an Asana workspace. Read search_cve Search the NVD CVE database. Read search_memory Searches the user's stored facts and session history using hybrid semantic + keyword retrieval. Result content Read search_monday_items Search items by name in a Monday.com board. Read search_patents Search Australian patents via IP Australia. Read search_pinterest_pins Search Pinterest pins by keyword. Read search_steam_store Search the Steam store for games by name. Read search_trademarks Search Australian trademarks via IP Australia. Read search_typed_links Searches stored graph-style links extracted from Memory facts and conversation turns. Use this when a worker n Read seatgeek_get_event Get a SeatGeek event by ID. Read seatgeek_get_performer Get a SeatGeek performer by ID. Read seatgeek_get_venue Get a SeatGeek venue by ID. Read seatgeek_search_events Search for events on SeatGeek. Read seatgeek_search_performers Search for performers on SeatGeek. Read seatgeek_search_venues Search for venues on SeatGeek. Read securitypass_disclosure_status Check the 90+30 responsible-disclosure timer state for a finding (notified, acked, extended, public, withdrawn Read securitypass_finding_detail Fetch a single finding including PoC payload (curl / prompt / payload) and remediation. PoC is generated, neve Read securitypass_report Fetch the synthesised report for a completed run (executive narrative + findings). format=json|markdown|html. Read securitypass_status Poll the state of a SecurityPass run. Returns status, verdict summary, counts, and a safe securitypass_receipt Read securitypass_verify_scope Verify scope authorisation for a target via DNS TXT or /.well-known proof. Required before any active probe ru Read segment_get_source Get details for a single Segment source including settings and enabled state. Read segment_list_destinations List all destinations connected to a Segment source. Read segment_list_sources List all Segment sources in a workspace using the Segment Public API. Read semver_compare Compare two semantic versions (returns greater, less, or equal). Read semver_parse Parse a semantic version string into major, minor, patch, and prerelease. Read sendgrid_get_stats Get SendGrid email sending statistics for a date range. Read sendgrid_get_template Get a specific SendGrid email template by ID. Read sendgrid_list_contacts List all marketing contacts in SendGrid. Read sendgrid_list_templates List dynamic email templates in SendGrid. Read sendle_get_quote Get a shipping quote from Sendle. Read sendle_track_parcel Track a Sendle parcel by tracking number. Read sentry_action Interact with the Sentry REST API: list projects and issues, get issue details and events, and resolve issues. Read seopass_status Fetch the stored in-session status and report for a SEOPass run. Read setlistfm_artist_setlists Get setlists for an artist on Setlist.fm. Read setlistfm_get_setlist Get a specific setlist from Setlist.fm by ID. Read setlistfm_search_artist Search for an artist on Setlist.fm. Read setlistfm_search_setlists Search setlists on Setlist.fm. Read shibe_random_image Get random Shiba Inu, cat, or bird images. Read shodan_host_info Get Shodan information for a specific IP address. Read shodan_search Search Shodan for internet-connected devices. Read shodan_stats Get aggregated statistics for a Shodan query. Read shopify_collections Get collections from a Shopify store. Read shopify_customers Get customers from a Shopify store. Read shopify_fulfillments Get fulfillments for a Shopify order. Read shopify_inventory Get inventory for Shopify products. Read shopify_orders Get orders from a Shopify store. Read shopify_products Get products from a Shopify store. Read shopify_shop Get Shopify store information. Read shortcut_get_story Get a single Shortcut story by id. Read shortcut_list_epics List Shortcut epics. Read shortcut_list_projects List Shortcut projects. Read shortcut_search_stories Search Shortcut stories with the search syntax. Read sieve_of_eratosthenes Generate all prime numbers up to N using the Sieve of Eratosthenes algorithm. Read sleeper_league Get a Sleeper fantasy league by ID. Read sleeper_league_matchups Get matchups for a Sleeper fantasy league week. Read sleeper_league_rosters Get rosters for a Sleeper fantasy league. Read sleeper_nfl_state Get the current NFL state from Sleeper. Read sleeper_players Get all NFL players from Sleeper. Read sleeper_trending_players Get trending players on Sleeper. Read slope_intercept Find the line equation (slope-intercept and standard form) from two points. Read solarsystem_bodies List solar system bodies (planets, moons, asteroids, comets). Read solarsystem_body Get detailed info about a specific solar system body. Read sort_lines Sort, deduplicate, or reverse lines of text. Read soundex_encode Encode words using the Soundex phonetic algorithm, optionally comparing two names. Read spaceflight_articles Get latest spaceflight news articles. Read spaceflight_blogs Get latest spaceflight blog posts. Read spaceflight_reports Get latest spaceflight technical reports. Read spacex_latest_launch Get the most recent SpaceX launch details. Read spacex_launches List recent SpaceX launches. Read spacex_rockets List all SpaceX rockets with specifications. Read speedrun_get_game Get details of a game on Speedrun.com including categories and levels. Read speedrun_get_leaderboard Get the leaderboard for a Speedrun.com game category. Read speedrun_get_user Get a Speedrun.com user profile by ID or username. Read speedrun_list_runs List speedruns with optional filters for game, category, user, or status. Read speedrun_search_games Search for games on Speedrun.com by name. No API key required. Read sportsdb_leagues List all sports leagues on TheSportsDB. Read sportsdb_search_player Search for a sports player by name on TheSportsDB. Read sportsdb_search_team Search for a sports team by name on TheSportsDB. Read sportsdb_team_events Get upcoming events for a team by TheSportsDB team ID. Read spotify_get_album Get metadata and track listing for a Spotify album. Read spotify_get_artist Get metadata and follower count for a Spotify artist. Read spotify_get_audio_features Get audio analysis features (danceability, energy, tempo, etc.) for a Spotify track. Read spotify_get_playlist Get metadata and tracks for a Spotify playlist. Read spotify_get_recommendations Get Spotify track recommendations based on seed tracks, artists, or genres. Read spotify_get_track Get metadata for a Spotify track by ID. Read spotify_search Search Spotify for tracks, albums, artists, or playlists. Read square_catalog_list List Square catalog objects (items, categories, taxes, etc.). Read square_catalog_search Search Square catalog objects by text. Read square_customers List Square customers. Read stability_list_engines List all available Stability AI generation engines. Read stability_upscale Upscale an image using Stability AI ESRGAN. Read stackexchange_question Get a Stack Exchange question by ID. Read stackexchange_search Search Stack Exchange (default: Stack Overflow) for questions. Read standard_form Convert a number to scientific and engineering notation. Read stapi_search_character Search Star Trek characters by name. Read stapi_search_species Search Star Trek species by name. Read stapi_search_starship Search Star Trek starships/spacecraft by name. Read stern_brocot_tree Find best rational approximation using the Stern-Brocot tree and continued fractions. Read stirling_numbers Compute Stirling numbers of the first or second kind via DP. Read stock_daily Get daily stock price history from Alpha Vantage. Read stock_intraday Get intraday stock prices from Alpha Vantage. Read stock_quote Get a real-time stock quote from Alpha Vantage. Read stock_search Search for stock tickers on Alpha Vantage. Read string_case Convert text between camelCase, snake_case, kebab-case, PascalCase, and more. Read string_distance Calculate Levenshtein edit distance and similarity between two strings. Read string_lcs Find the longest common subsequence of two strings with similarity score. Read stripe_invoices List Stripe invoices. Read stripe_prices List Stripe prices. Read stripe_products List Stripe products. Read stripe_subscriptions List Stripe subscriptions. Read sunrise_sunset_times Get sunrise and sunset times for GPS coordinates. Read supabase_get_project Get one Supabase project by project_ref. Read-only Management API call. Read supabase_list_organizations List Supabase organizations visible to the connected Supabase account. Read-only Management API call. Read supabase_list_projects List Supabase projects visible to the connected Supabase account. Read-only Management API call. Read swapi_get_person Get a Star Wars character by ID. Read swapi_get_planet Get a Star Wars planet by ID. Read swapi_get_starship Get a Star Wars starship by ID. Read swapi_search_people Search Star Wars characters by name. Read swapi_search_planets Search Star Wars planets by name. Read swapi_search_starships Search Star Wars starships by name. Read tab_meetings Get TAB race meetings for a date. Read tab_race Get TAB race details. A race is addressed by its meeting date, meeting name, and race number (TAB has no singl Read tab_sports_markets Get TAB sports betting markets. Read tarjan_scc Find all strongly connected components of a directed graph using Tarjan's algorithm. Read tarot_all_cards List all tarot cards in the deck. Read tarot_draw Draw random tarot cards for a reading. Read tarot_search Search for a specific tarot card by name. Read taylor_expand Taylor series approximation for exp, sin, cos, ln(1+x), and atan(x). Read telegram_get_updates Get Telegram bot updates. Read telegram_read Read Telegram messages/updates. Read telegram_search Search Telegram messages in a chat. Read ternary_search Ternary search on a sorted array (search mode) or find the extremum of a unimodal array (max/min mode). Read testpass_evidence Fetch one TestPass item and its attached evidence by item_id or check_id. Use this when a chat agent needs pro Read testpass_fix_list Get the Markdown fix-list for a TestPass run. This is an explicit alias for the markdown report so agents can Read testpass_list_packs List TestPass packs available to the caller, including system packs and the caller's custom packs. Read testpass_report_html Get the HTML report for a TestPass run. Read testpass_report_json Get the JSON report for a TestPass run. Read testpass_report_md Get the Markdown report for a TestPass run. Read testpass_status Fetch the current status, verdict summary, and fail count for a TestPass run. Read text_analyse Analyse text (word count, sentences, readability). Read text_count_occurrences Count occurrences of a substring in text. Read text_extract_emails Extract all email addresses from a text. Read text_extract_phone_numbers Extract all phone numbers from a text. Read text_extract_urls Extract all URLs from a text. Read text_readability Analyze text readability with Flesch-Kincaid grade and reading ease scores. Read text_slugify Convert text into a URL-safe slug. Read text_truncate Truncate text to a maximum length. Read text_wrap Hard-wrap text to a specified column width. Read tfidf_calculate Calculate TF-IDF scores to rank documents by relevance to a query. Read thecolorapi_id Get detailed color information (name, RGB, HSL, CMYK) for a hex color. Read thecolorapi_scheme Generate a color scheme from a seed hex color. Read time_api_current_by_zone Get the current date and time for an IANA timezone via timeapi.io. Read time_api_timezones List all available IANA timezone names from timeapi.io. Read timezone_info Look up timezone offset and details by abbreviation, or list all timezones. Read tm_get_event Get details for a specific Ticketmaster event. Read tm_get_venue Get details for a specific Ticketmaster venue. Read tm_search_attractions Search for attractions/artists on Ticketmaster. Read tm_search_events Search for events on Ticketmaster. Read tm_search_venues Search for venues on Ticketmaster. Read tmdb_movie Get details for a TMDB movie by ID. Read tmdb_now_playing Get movies currently in theaters from TMDB. Read tmdb_popular_tv Get popular TV shows from TMDB. Read tmdb_search_movies Search for movies on TMDB. Read tmdb_search_tv Search for TV shows on TMDB. Read tmdb_trending Get trending movies or TV shows on TMDB. Read tmdb_tv Get details for a TMDB TV show by ID. Read tmdb_upcoming Get upcoming movies from TMDB. Read todoist_list_projects List your Todoist projects. Read todoist_list_tasks List active Todoist tasks, optionally by project or filter. Read togetherai_list_models List all available models on Together AI including chat, completion, embedding, and image models. Read toggl_projects Get Toggl projects for a workspace. Read toggl_summary Get a Toggl time summary report. Read toggl_time_entries Get Toggl time entries. Read tokencount_estimate Estimate token counts for text across different LLM tokenizers (GPT-4, Claude, WordPiece). Read tomorrow_forecast Get a weather forecast from Tomorrow.io. Read tomorrow_history Get historical weather data from Tomorrow.io. Read tomorrow_realtime Get realtime weather from Tomorrow.io. Read topo_count Count the number of distinct topological orderings of a DAG. Read triangle_solve Solve a triangle given three side lengths. Returns angles, area, perimeter, inradius, circumradius, and type. Read trivia_categories Get available trivia categories from Open Trivia DB. Read trivia_questions Get trivia questions from Open Trivia DB. Read triviadb_categories List all available Open Trivia Database question categories. Read triviadb_questions Get trivia questions from Open Trivia Database by category, difficulty, or type. Read trove_get_work Get a specific Trove work by ID. Read trove_newspaper_article Get a specific Trove newspaper article by ID. Read trove_search Search the National Library of Australia's Trove. Read turso_get_database Get details for a specific Turso database. Read turso_list_databases List all databases in a Turso organization. Read turso_list_groups List all groups in a Turso organization. Read tvmaze_schedule Get the TV schedule for a country and date. Read tvmaze_search Search for TV shows by name. Read tvmaze_show Get full details for a TV show by its TVmaze ID. Read twilio_check_verify Check a verification code submitted by a user via Twilio Verify. Read twilio_get_message Get a single Twilio message by SID. Read twilio_list_calls List outbound and inbound calls on a Twilio account. Read twilio_list_messages List SMS messages sent or received on a Twilio account. Read twitch_channel_info Get information about a Twitch channel by its login name. Read twitch_get_clips Get clips for a Twitch broadcaster. Read twitch_get_stream Get a specific Twitch stream by user login. Read twitch_schedule Get a Twitch channel's streaming schedule by its login name. Read twitch_search_games Search for games on Twitch. Read twitch_search_streams Search for live streams on Twitch. Read twitch_top_games Get top games currently streaming on Twitch. Read typeform_get_form Get a Typeform form definition (fields and titles) by id. Read typeform_get_responses Get submissions for a Typeform form. Read typeform_list_forms List your Typeform forms. Read uk_police_crimes Get reported crimes at a UK location from data.police.uk. Read uk_police_forces List all UK police forces with id and name. Read universities_search Search world universities by name and/or country. Read unsplash_get_photo Get a single Unsplash photo by id (URLs + attribution). Read unsplash_random_photo Get a random Unsplash photo, optionally matching a query. Read unsplash_search_photos Search Unsplash photos. Read untappd_beer_activities Get recent activity/check-ins for a beer on Untappd. Read untappd_get_beer Get details for a specific beer on Untappd. Read untappd_get_brewery Get details for a brewery on Untappd. Read untappd_search_beer Search for beers on Untappd. Read untappd_search_brewery Search for breweries on Untappd. Read upc_lookup Look up a product by UPC/EAN barcode number. Read upc_search Search products by name in the UPC item database. Read upstash_kafka_list_topics List all topics in an Upstash Kafka cluster. Read upstash_redis_get Get the value of a key from an Upstash Redis database. Read upstash_redis_list_keys List keys in an Upstash Redis database matching a pattern. Read uptimerobot_get_account Get UptimeRobot account details and limits. Read uptimerobot_get_monitors List UptimeRobot monitors (signals when any are DOWN). Read urban_define Look up slang definitions on Urban Dictionary. Read urban_random Get random Urban Dictionary definitions. Read url_decode Decode a URL-encoded (percent-encoded) string. Read url_encode URL-encode text (percent-encoding for query strings). Read urlhaus_lookup_url Check if a URL is listed as a malware distribution site in the URLhaus database. Read urlhaus_recent Get recent malware URLs added to the URLhaus database. Read urlscan_get_result Get the result of a urlscan.io scan by UUID. Read urlscan_search Search urlscan.io scan results. Read useless_fact_random Get a random useless fact. Read useless_fact_today Get today's useless fact of the day. Read usgs_earthquake_detail Get details for a specific USGS earthquake event. Read usgs_earthquakes_by_region Get recent USGS earthquakes within a radius of a point (latitude/longitude). Read usgs_recent_earthquakes Get recent earthquakes from USGS. Read uxpass_report_html Get the HTML report for a UXPass run. Read uxpass_report_json Get the JSON report for a UXPass run. Read uxpass_report_md Get the Markdown report for a UXPass run. Read uxpass_status Fetch the status, UX Score, summary, and uxpass_receipt_v1 for a UXPass run. Read variance_calc Calculate population/sample variance, standard deviation, median, range, and coefficient of variation. Read vatcomply_countries List EU member states with country name and code. Read vatcomply_rates Get EU VAT rates (standard, reduced, super-reduced) per country. Read vercel_get_deployment Get details for a specific Vercel deployment. Read vercel_get_domain Get information about a Vercel domain. Read vercel_get_env Get environment variables for a Vercel project. Read vercel_list_deployments List Vercel deployments for a project. Read vercel_list_projects List all Vercel projects. Read virustotal_scan_domain Get a VirusTotal report for a domain. Read virustotal_scan_ip Get a VirusTotal report for an IP address. Read virustotal_url_report Get a VirusTotal report for a URL. Read watch_room_todo Subscribes a Chat room to one Jobs card. The scheduled room watcher posts a single line only when the card's m Read wayback_check Check if a URL has been archived by the Wayback Machine and get the closest snapshot. Read weather_current Get current weather for a location from Open-Meteo (no API key required). Read weather_forecast Get weather forecast for a location from Open-Meteo. Read weather_hourly Get hourly weather forecast from Open-Meteo. Read webflow_get_site Get a single Webflow site by id. Read webflow_list_collections List CMS collections for a Webflow site. Read webflow_list_items List items in a Webflow CMS collection. Read webflow_list_sites List Webflow sites for the account. Read wger_categories List exercise categories from the wger workout database. Read wger_exercises Search and browse exercises from the wger workout database. Read wger_muscles List muscle groups from the wger workout database. Read whatsapp_get_media Get the download URL and metadata for a WhatsApp media object by ID. Read wikidata_get_entity Get structured data for a Wikidata entity by Q-id (e.g. Q42). Read wikidata_search Search Wikidata for entities (people, places, concepts) by label. Read wikipedia_page Get the full plain-text Wikipedia article for a title. No key needed. Read wikipedia_search Search Wikipedia article titles. No key needed. Read wikipedia_summary Get a short Wikipedia summary for a page title. No key needed. Read wiktionary_lookup Look up a word definition in Wiktionary (multi-language). Read willyweather_forecast Get weather forecast from WillyWeather for an Australian location. Read willyweather_surf Get surf report from WillyWeather. Read willyweather_tide Get tide times from WillyWeather. Read wise_accounts Get Wise accounts for a profile. Read wise_exchange_rates Get exchange rates from Wise. Read wise_profile Get the authenticated Wise user profile. Read woo_customers List WooCommerce customers. Read woo_products List or get WooCommerce products. Read word_count Count words, characters, sentences, and estimate reading time. Read wordfreq_analyse Analyse word frequencies in text, returning counts and top words. Read wordpress_get_post Get a single WordPress post by id. Read wordpress_list_pages List WordPress pages. Read wordpress_list_posts List WordPress posts, optionally by search term. Read workspace_list List the files currently staged in a workspace, with byte sizes and the retention horizon. Read worldbank_country Get country info from the World Bank. Pass a code (US, GB) or omit for all. Read worldbank_indicator Get economic/development indicator data from the World Bank. Read worldtime_by_ip Get current time based on IP address geolocation. Read worldtime_by_timezone Get current time for a specific timezone. Read worldtime_list_timezones List all available IANA timezones. Read xero_accounts Get chart of accounts from Xero. Read xero_bank_transactions Get bank transactions from Xero. Read xero_contacts Get contacts from Xero. Read xero_invoices Get invoices from Xero. Read xero_organisation Get organisation details from Xero. Read xero_payments Get payments from Xero. Read xero_quotes Get quotes from Xero. Read xero_reports Get financial reports from Xero. Read xkcd_comic Get a specific xkcd comic by number. Read xkcd_latest Get the latest xkcd comic. Read xkcd_random Get a random xkcd comic. Read xpass_aggregated_verdict Return one XPass conductor verdict for a target PR/change at a specific commit SHA. Selected PASS receipts mus Read yelp_autocomplete Autocomplete a Yelp business search. Read yelp_get_business Get details for a Yelp business by ID. Read yelp_get_reviews Get reviews for a Yelp business. Read yelp_search_businesses Search for businesses on Yelp. Read yelp_search_events Search for events on Yelp. Read yesno_random Get a random yes/no answer with an animated GIF. Read youtube_get_captions List available caption tracks for a YouTube video. Read youtube_get_channel Get metadata and statistics for a YouTube channel. Read youtube_get_video Get metadata, statistics, and content details for a YouTube video. Read youtube_list_playlist_items List videos in a YouTube playlist. Read youtube_list_playlists List playlists belonging to a YouTube channel. Read youtube_search Search YouTube for videos, channels, or playlists. Read z_function Compute Z-function of a string with optional pattern matching. Read zen_quote_random Get a random inspirational quote from Zen Quotes. Read zen_quote_today Get today's quote of the day from Zen Quotes. Read zen_quotes Get a batch of inspirational quotes from Zen Quotes (returns up to 20). Read zendesk_get_ticket Get a single Zendesk ticket by id. Read zendesk_list_tickets List recent Zendesk tickets (signals when any are still new). Read zendesk_search Search Zendesk with the query DSL (e.g. 'type:ticket status:open priority:urgent'). Read zip_by_city Look up zip/postal codes for a city and state. Read zip_lookup Look up location info for a zip/postal code. Read zscore_calculate Calculate z-score, cumulative probability, and percentile for a value given mean and standard deviation.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about UnClick

Can an AI agent move money through the UnClick MCP server? +

Yes. The UnClick server exposes 5 financial tools including paypal_invoices, paypal_orders, square_payments. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the UnClick MCP server? +

Yes. The UnClick server exposes 8 destructive tools including delete_todo, email_delete, file_sync_prune. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through UnClick? +

The UnClick server has 163 write tools including abuseipdb_report_ip, ack_handoff, acronym_generate. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach UnClick.

How many tools does the UnClick MCP server expose? +

1662 tools across 4 categories: Destructive, Execute, Read, Write. 1333 are read-only. 329 can modify, create, or delete data.

How do I enforce a policy on UnClick? +

Register the UnClick MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every UnClick tool call.

Deterministic rules across all 1662 UnClick tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

1662 UnClick tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from UnClick's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.