AI agent tool reliability // full index
Categories
data 137682 · knowledge 109916 · other 87614 · devops 51712 · search 50786 · finance 48708 · code 39852 · communication 36226 · productivity 34614 · files 32459 · media 32119 · security 31537 · retrieval 24272 · database 22019 · web 18399 · ml 17740 · browser 15218 · email 9996 · payments 5231 · calendar 4369 · analytics 4010 · blockchain 1874 · network 1763 · health 1620 · marketing 1289 · crm 1162 · memory 831 · storage 817 · research 739 · social 695 · ecommerce 624 · design 584 · project 511 · commerce 500 · advertising 471 · news 444 · compliance 427 · seo 425 · api 379 · project management 344 · system 342 · monitoring 301 · education 217 · content 189 · cloud 164 · observability 138 · automation 134 · debug 124 · mobile 120 · workflow 111 · iot 109 · account 109 · auth 109 · fitness 108 · marketplace 107 · integration 107 · weather 106 · identity 105 · hardware 102 · cms 100
Tools
- agentcivics_get_identity @agentcivics/mcp-server — Get the agent's own identity object.
- agentcivics_get_attestations @agentcivics/mcp-server — Get attestations for a given agent.
- agentcivics_register @agentcivics/mcp-server — Registers the agent on-chain, creating a soulbound AgentIdentity object.
- agentcivics_verify_identity @agentcivics/mcp-server — Verifies another agent's record.
- agentcivics_read_memory @agentcivics/mcp-server — Reads memories from the agent's memory store.
- agentcivics_refuse @agentcivics/mcp-server — Records a refusal for a request.
- agentcivics_write_memory @agentcivics/mcp-server — Writes a memory to the agent's memory store.
- agentcivics_issue_attestation @agentcivics/mcp-server — Issues an attestation about another agent.
- agentcivics_read_memories @agentcivics/mcp-server — Read memories from the agent's memory store.
- agentcivics_get_agent_object_id @agentcivics/mcp-server — Get the agent's own object ID.
- agentcivics_update_identity @agentcivics/mcp-server — Update the agent's identity metadata.
- agentcivics_issue_refusal @agentcivics/mcp-server — Issue a refusal (rejection of an attestation or permit).
- agentcivics_get_refusals @agentcivics/mcp-server — Get refusals for a given agent.
- agentcivics_get_reputation @agentcivics/mcp-server — Get the reputation score of an agent.
- agentcivics_read_identity @agentcivics/mcp-server — Reads the agent's own identity anchor.
- audit Zubair-z/Verdict MCP — Perform AST audit on source files to detect pass statements, TODOs, missing error handling, and missing docstrings.
- validate_ui Zubair-z/Verdict MCP — Validate UI files against design tokens (glassmorphism, neon accents, custom stylesheets).
- run_tests Zubair-z/Verdict MCP — Run tests with coverage and mutation testing, enforcing 95% coverage and 80% mutation score.
- run_pipeline Zubair-z/Verdict MCP — Run the full validation pipeline: AST audit, UI validation, and test execution.
- solidoc_serve solidoc-solidjs-mcp — Boot the MCP stdio server for SolidJS documentation
- solidoc_search solidoc-solidjs-mcp — Perform hybrid search (vector + FTS5) over SolidJS documentation
- sol_search sol-mcp — Semantic search across all indexed content
- sol_search_runtime sol-mcp — Runtime code only (no SIMDs)
- sol_search_simd sol-mcp — SIMDs specifically
- sol_grep_constant sol-mcp — Fast constant lookup
- sol_list_clients sol-mcp — Validator client implementations
- sol_analyze_function sol-mcp — Get function source code
- sol_list_versions sol-mcp — Version history with features
- sol_get_consensus_status sol-mcp — TowerBFT (current) vs Alpenglow (future)
- sol_list_feature_gates sol-mcp — Feature gate activations
- sol_get_current_version sol-mcp — Current mainnet version (v2.1)
- sol_get_client sol-mcp — Details on specific client
- sol_get_client_diversity sol-mcp — Stake distribution across clients
- sol_expert_guidance sol-mcp — Curated guidance on topics
- listLists @zapier/microsoft-todo-connector — List the user's task lists (resolves a listId).
- createList @zapier/microsoft-todo-connector — Create a new task list.
- updateList @zapier/microsoft-todo-connector — Rename a task list.
- deleteList @zapier/microsoft-todo-connector — Delete a task list and all tasks in it. Irreversible.
- listTasks @zapier/microsoft-todo-connector — List or filter tasks in a list (resolves a taskId).
- createTask @zapier/microsoft-todo-connector — Create a task in a list.
- getList @zapier/microsoft-todo-connector — Get a single task list by id.
- updateTask @zapier/microsoft-todo-connector — Update a task's fields; also how to reopen a completed task.
- deleteTask @zapier/microsoft-todo-connector — Permanently delete a task. Irreversible.
- findTask @zapier/microsoft-todo-connector — Find tasks by exact title without hand-writing OData.
- completeTask @zapier/microsoft-todo-connector — Mark a task done.
- listChecklistItems @zapier/microsoft-todo-connector — List the steps of a task.
- createChecklistItem @zapier/microsoft-todo-connector — Add a step to a task.
- updateChecklistItem @zapier/microsoft-todo-connector — Rename or check/uncheck a step.
- deleteChecklistItem @zapier/microsoft-todo-connector — Delete a step. Irreversible.
- getTask @zapier/microsoft-todo-connector — Get a single task by id.
- utmt-info utmt-mcp — 获取 GameMaker 数据文件的概览信息。返回 JSON,包含项目名称、GM 版本、isYYC 标志和各类资源数量。
- utmt-list-entities utmt-mcp — 列出指定类型的实体。返回 JSON 数组,包含索引、名称和简要属性。
- utmt-get-entity utmt-mcp — 获取单个实体的详细信息。返回 JSON,包含所有属性。
- utmt-decompile-code utmt-mcp — 将代码条目反编译回 GML 源码。YYC 编译的游戏不可用。
- utmt-export-entity utmt-mcp — 将单个实体导出到磁盘。
- utmt-search utmt-mcp — 跨所有类型按名称模式搜索实体。不区分大小写的子串匹配。
- utmt-export-all utmt-mcp — 批量导出某类型的全部资源到目录。支持:sprites、sounds、embeddedtextures。精灵导出为每个精灵一个 PNG 帧子目录,声音为 ogg/wav 文件,内嵌纹理为编号 PNG。返回导出/失败数量。
- utmt-get-object-code utmt-mcp — 反编译对象上某个事件的 GML 代码。返回 JSON,包含对象名、事件类型、子类型和反编译代码。子类型是零基索引:alarm 是闹钟编号;step 0=begin/1=normal/2=end;collision
- utmt-get-room-assets utmt-mcp — 获取一个房间内使用的所有资源:精灵(含尺寸及使用它们的对象)、对象(含位置和精灵)、代码条目(来自事件)以及图层汇总。
- utmt-search-strings utmt-mcp — 按内容搜索字符串表。字符串没有名字,常规 utmt-search(按名字)搜不到它们。返回匹配的字符串索引和内容(每条截断到 500 字符)。
- fetch_feed_entries rss-reader-mcp — Fetch RSS entries from a specified URL
- fetch_article_content rss-reader-mcp — Extract article content from a URL and format it as Markdown
- mcp @aiwerk/openclaw-mcp-bridge — Router tool that discovers and calls server tools through the MCP bridge.
- mcp_bridge_update @aiwerk/openclaw-mcp-bridge — Check for updates to the MCP bridge plugin.
- deletePath @zapier/dropbox-connector — Delete a file or folder (recoverable for a limited time).
- listFileRequests @zapier/dropbox-connector — List the account's file requests.
- getCurrentAccount @zapier/dropbox-connector — Identify the authenticated account and its team/personal namespace ids.
- share @zapier/dropbox-connector — Create a shared link for a Dropbox file or folder.
- read @zapier/dropbox-connector — Read the content of a Dropbox file.
- organize @zapier/dropbox-connector — Move, rename, or copy files and folders in Dropbox.
- upload @zapier/dropbox-connector — Upload a file to Dropbox.
- listSharedFolders @zapier/dropbox-connector — List the shared folders the account belongs to.
- addFolderMember @zapier/dropbox-connector — Add members (by email) to a shared folder.
- list_folder @zapier/dropbox-connector — List files and folders in a Dropbox folder.
- get_metadata @zapier/dropbox-connector — Get metadata for a file or folder in Dropbox.
- search @zapier/dropbox-connector — Search for files and folders in Dropbox.
- download @zapier/dropbox-connector — Download a file from Dropbox.
- find @zapier/dropbox-connector — Search for files and folders in Dropbox by name or content.
- list @zapier/dropbox-connector — List files and folders in a Dropbox directory.
- copy @zapier/dropbox-connector — Copy a file or folder in Dropbox.
- create_shared_link @zapier/dropbox-connector — Create a shared link for a file or folder in Dropbox.
- create_folder @zapier/dropbox-connector — Create a folder in Dropbox.
- delete @zapier/dropbox-connector — Delete a file or folder in Dropbox.
- move @zapier/dropbox-connector — Move a file or folder in Dropbox.
- uploadFile @zapier/dropbox-connector — Upload a file by fetching its bytes from a URL (chunked session for large files).
- createTextFile @zapier/dropbox-connector — Create or overwrite a Dropbox file from plain text content.
- appendToTextFile @zapier/dropbox-connector — Append text to a text file, creating it if it doesn't exist.
- createFolder @zapier/dropbox-connector — Create a folder at a path.
- moveFile @zapier/dropbox-connector — Move or rename a file or folder.
- copyFile @zapier/dropbox-connector — Copy a file or folder to a new path.
- listFolder @zapier/dropbox-connector — List a folder's immediate contents (cursor-paged).
- searchFiles @zapier/dropbox-connector — Search files and folders by name or content (cursor-paged).
- getFileMetadata @zapier/dropbox-connector — Get metadata for one file or folder by path or id.
- getTemporaryLink @zapier/dropbox-connector — Get a ~4-hour direct download URL for a file.
- getFileContents @zapier/dropbox-connector — Read a text file's inline content (UTF-8, size-capped).
- createSharedLink @zapier/dropbox-connector — Create a durable shareable link (returns the existing one if present).
- modifySharedLinkSettings @zapier/dropbox-connector — Change an existing shared link's visibility, password, expiration, or access.
- listSharedLinks @zapier/dropbox-connector — List existing shared links, optionally for one path.
- removeFolderMember @zapier/dropbox-connector — Remove a member from a shared folder.
- createFileRequest @zapier/dropbox-connector — Create a public upload page into a Dropbox folder.
more →