AI agent tool reliability // full index
Categories
data 29846 · knowledge 29159 · other 19968 · finance 16187 · search 13449 · devops 10186 · communication 9093 · productivity 8652 · code 8410 · security 7712 · files 6498 · ml 6172 · media 6049 · database 4664 · web 4505 · retrieval 3670 · browser 2830 · payments 1810 · email 1664 · analytics 1022 · calendar 983 · blockchain 705 · marketing 507 · research 403 · health 329 · crm 290 · memory 272 · ecommerce 233 · advertising 213 · network 188 · compliance 160 · project management 131 · design 128 · storage 123 · seo 118 · news 115 · social 103 · monitoring 99 · api 79 · cms 56 · system 53 · identity 49 · education 41 · sales 39 · iot 36 · project 36 · testing 34 · marketplace 33 · healthcare 32 · defi 31 · content 31 · social media 29 · observability 26 · authentication 25 · cloud 24 · hr 24 · commerce 24 · accessibility 24 · fitness 23 · hardware 23
Tools
- npm/-particle-academy/fancy-term/terminal_write Write text into the terminal as if typed by the user.
- glama/pankajshakya627/fastmcp-local-utils/search_text Search for text with context snippets.
- glama/pankajshakya627/fastmcp-local-utils/count_words Analyze text statistics (words, characters, lines).
- glama/pankajshakya627/fastmcp-local-utils/calculate Safely evaluate mathematical expressions.
- glama/pankajshakya627/fastmcp-local-utils/add_numbers Add two numbers.
- glama/pankajshakya627/fastmcp-local-utils/read_file Read and return file contents with metadata.
- glama/pankajshakya627/fastmcp-local-utils/write_file Write content to a file. Creates parent directories if needed.
- glama/pankajshakya627/fastmcp-local-utils/append_to_file Append content to the end of a file.
- glama/pankajshakya627/fastmcp-local-utils/update_file Replace text in a file with occurrence counting.
- glama/pankajshakya627/fastmcp-local-utils/delete_file Safely delete a file with validation.
- glama/pankajshakya627/fastmcp-local-utils/list_directory List directory contents with optional details.
- glama/pankajshakya627/fastmcp-local-utils/find_files Find files matching a pattern.
- glama/pankajshakya627/fastmcp-local-utils/create_directory Create a new directory.
- glama/pankajshakya627/fastmcp-local-utils/organize_directory Organize files into subdirectories by type, date, or size.
- glama/pankajshakya627/fastmcp-local-utils/multiply_numbers Multiply two numbers.
- glama/pankajshakya627/fastmcp-local-utils/get_greeting Generate a personalized greeting.
- glama/pankajshakya627/fastmcp-local-utils/get_current_time Get current date and time.
- glama/praxeo/openrouter-mcp-server/list_models Get a list of all available models with pricing
- glama/praxeo/openrouter-mcp-server/compare_models Compare responses from multiple models
- glama/praxeo/openrouter-mcp-server/get_model_info Get detailed information about a specific model
- glama/praxeo/openrouter-mcp-server/analyze_document Analyze large documents using parallel processing
- glama/praxeo/openrouter-mcp-server/chat_with_model Send a message to a specific model
- npm/-hoursmith/mcp-server/list_time_entries List time entries.
- npm/-hoursmith/mcp-server/delete_time_entry Delete a time entry.
- npm/-hoursmith/mcp-server/create_client Create a new client.
- npm/-hoursmith/mcp-server/list_projects List projects.
- npm/-hoursmith/mcp-server/create_project Create a new project.
- npm/-hoursmith/mcp-server/archive_project Archive a project.
- npm/-hoursmith/mcp-server/archive_task Archive a task.
- npm/-hoursmith/mcp-server/get_expense Get an expense.
- npm/-hoursmith/mcp-server/create_expense Create a new expense.
- npm/-hoursmith/mcp-server/get_organization Get current organization.
- npm/-hoursmith/mcp-server/get_running_timer Get the currently running timer.
- npm/-hoursmith/mcp-server/create_time_entry Create a new time entry.
- npm/-hoursmith/mcp-server/update_time_entry Update a time entry.
- npm/-hoursmith/mcp-server/list_clients List clients.
- npm/-hoursmith/mcp-server/get_client Get a client.
- npm/-hoursmith/mcp-server/update_client Update a client.
- npm/-hoursmith/mcp-server/delete_client Delete a client.
- npm/-hoursmith/mcp-server/get_project Get a project.
- npm/-hoursmith/mcp-server/update_project Update a project.
- npm/-hoursmith/mcp-server/list_tasks List tasks.
- npm/-hoursmith/mcp-server/get_task Get a task.
- npm/-hoursmith/mcp-server/create_task Create a new task.
- npm/-hoursmith/mcp-server/update_task Update a task.
- npm/-hoursmith/mcp-server/list_expenses List expenses.
- npm/-hoursmith/mcp-server/update_expense Update an expense.
- npm/-hoursmith/mcp-server/list_invoices List invoices.
- npm/-hoursmith/mcp-server/get_invoice Get an invoice.
- npm/-hoursmith/mcp-server/get_me Get current user identity.
- npm/-hoursmith/mcp-server/delete_expense Delete an expense.
- npm/-hoursmith/mcp-server/list_members List members.
- npm/-hoursmith/mcp-server/get_member Get a member.
- npm/what-devtools-mcp/what_connection_status Check if browser is connected, get counts
- npm/what-devtools-mcp/what_effects List effects with deps, run counts, timing. Filter by name or dep signal
- npm/what-devtools-mcp/what_cache SWR/useQuery cache entries. Filter by key
- npm/what-devtools-mcp/what_components List mounted components. Filter by name
- npm/what-devtools-mcp/what_snapshot Full state snapshot (signals + effects + components + errors)
- npm/what-devtools-mcp/what_errors Runtime errors with effect context and stack traces
- npm/what-devtools-mcp/what_component_tree Hierarchical component tree with parent-child relationships
- npm/what-devtools-mcp/what_dependency_graph Reactive dependency graph — which signals feed which effects
- npm/what-devtools-mcp/what_route Current route info (path, params, query, matched pattern)
- npm/what-devtools-mcp/what_dom_inspect See a component's rendered DOM output
- npm/what-devtools-mcp/what_set_signal Set a signal's value and see what changes
- npm/what-devtools-mcp/what_invalidate_cache Force-refresh a cache key
- npm/what-devtools-mcp/what_eval Execute arbitrary JS in the browser context
- npm/what-devtools-mcp/what_diff_snapshot Save a baseline, take action, diff the changes
- npm/what-devtools-mcp/what_diagnose Multi-check diagnostic — errors, performance, reactivity in one call
- npm/what-devtools-mcp/what_signals List signals with values. Filter by name regex or ID
- npm/what-devtools-mcp/what_navigate Navigate to a different route
- npm/what-devtools-mcp/what_watch Collect reactive events over a time window
- npm/agent-harness-sdk/harness_status Aggregate the harness audit log to report what the harness has been doing over a given period.
- npm/hamravesh-mcp/hamravesh_whoami Get current user info
- npm/hamravesh-mcp/hamravesh_list_apps List all apps
- npm/hamravesh-mcp/hamravesh_app_containers Get app containers
- npm/hamravesh-mcp/hamravesh_app_manifests Get app manifests
- npm/hamravesh-mcp/hamravesh_app_metrics Get app metrics
- npm/hamravesh-mcp/hamravesh_list_databases List all databases
- npm/hamravesh-mcp/hamravesh_database_credentials Get database credentials
- npm/hamravesh-mcp/hamravesh_database_insight Get database insight
- npm/hamravesh-mcp/hamravesh_list_registries List all registries
- npm/hamravesh-mcp/hamravesh_list_loadbalancers List all loadbalancers
- npm/hamravesh-mcp/hamravesh_list_saas List all SaaS
- npm/hamravesh-mcp/hamravesh_get_saas Get SaaS details
- npm/hamravesh-mcp/hamravesh_billing Get billing info
- npm/hamravesh-mcp/hamravesh_list_apikeys List all API keys
- npm/hamravesh-mcp/hamravesh_scale_app Scale an app
- npm/hamravesh-mcp/hamravesh_set_hpa Set HPA for an app
- npm/hamravesh-mcp/hamravesh_update_app_envs Update app environment variables
- npm/hamravesh-mcp/hamravesh_update_app Update app configuration
- npm/hamravesh-mcp/hamravesh_create_app Create a new app
- npm/hamravesh-mcp/hamravesh_database_power Power on/off a database
- npm/hamravesh-mcp/hamravesh_set_basic_auth Set basic auth for an app
- npm/hamravesh-mcp/hamravesh_create_apikey Create a new API key
- npm/hamravesh-mcp/hamravesh_delete_app Delete an app
- npm/hamravesh-mcp/hamravesh_delete_database Delete a database
- npm/hamravesh-mcp/hamravesh_get_app Get app details
- npm/hamravesh-mcp/hamravesh_app_logs Get app logs
- npm/hamravesh-mcp/hamravesh_app_builds Get app builds
- npm/hamravesh-mcp/hamravesh_get_database Get database details
more →