glimind. Docs Status Get key
AI agent tool reliability // full index
Categories data 135009 · knowledge 107796 · other 85419 · devops 51565 · search 49524 · finance 48379 · code 39279 · communication 35967 · productivity 34296 · files 32074 · media 31934 · security 31036 · retrieval 24068 · database 21984 · ml 17645 · browser 15048 · web 14617 · email 9982 · payments 5138 · calendar 4362 · analytics 3986 · blockchain 1842 · network 1741 · health 1619 · marketing 1287 · crm 1157 · memory 830 · storage 819 · research 729 · social 681 · ecommerce 618 · design 579 · project 511 · commerce 499 · advertising 469 · news 442 · compliance 427 · seo 408 · api 379 · project management 343 · system 341 · monitoring 301 · education 217 · content 182 · cloud 164 · observability 138 · automation 133 · mobile 120 · debug 116 · workflow 111 · iot 109 · account 109 · fitness 108 · integration 107 · auth 106 · identity 105 · marketplace 102 · hardware 102 · cms 99 · hr 98
Tools search_symbols saumyajain03/CodeAgent MCP — Finds functions/classes by partial name using ILIKE search.
list_all_symbols saumyajain03/CodeAgent MCP — Lists all symbols filtered by kind (e.g., all classes).
find_callers_tool saumyajain03/CodeAgent MCP — Greps the codebase for places where a function is called.
read_code saumyajain03/CodeAgent MCP — Reads exact source code lines directly from disk.
get_imports saumyajain03/CodeAgent MCP — Lists all imports recorded for a specific file.
index_github_repo saumyajain03/CodeAgent MCP — Clones and indexes a public GitHub repository, returning a unique session_id.
search_web websearch-mcp-server — Search the web for information or latest news and extract content.
search_web websearch-mcp-tools — Search the web for information or latest news and extract content.
get_web_page web-tool-mcp-server — 获取网页内容
search_web_content web-tool-mcp-server — 在网页内容中搜索关键词
get_components_by_scenario web-ui-component-spec-mcp — Curated component list for a project type
get_core_principles web-ui-component-spec-mcp — Core Principles by section
get_related_components web-ui-component-spec-mcp — Dependencies, dependents, and alternatives
search_components web-ui-component-spec-mcp — Fuzzy search by behavior or description
get_step_by_step web-ui-component-spec-mcp — Step-by-step guide by step number
list_components web-ui-component-spec-mcp — Full component index with optional category/tier filtering
get_component_spec web-ui-component-spec-mcp — Full spec for one component
get_component_tests web-ui-component-spec-mcp — Test scenarios only for one or more components
get_component_summary web-ui-component-spec-mcp — Lightweight summary (description + main features)
validate_component_checklist web-ui-component-spec-mcp — Coverage report against spec requirements
get_wechat_message wechat-mcp — 获取微信消息
get_last_wechat_message wechat-mcp — 获取最后一条微信消息
sql_wechat_message wechat-mcp — 通过SQL查询微信消息
send_wechat_message wechat-mcp — 发送微信消息
get_status wechat-mcp-macos — Health check: config, keys, WeChat process status
setup wechat-mcp-macos — Guided setup: 'detect', 'sign', 'extract', or 'auto'
list_chats wechat-mcp-macos — Recent conversations with timestamps and previews
read_messages wechat-mcp-macos — Read messages from any chat
check_new wechat-mcp-macos — Lightweight new-message check for polling
search wechat-mcp-macos — Cross-chat keyword search
list_groups wechat-mcp-macos — List all group chats
send wechat-mcp-macos — Send a message (requires Accessibility permission)
publish_moment_without_media wechat-mcp-server — Publish a text-only Moments post (no photos or videos); optionally only prepare a draft without posting via publish=False
fetch_messages_by_chat wechat-mcp-server — Get recent messages from a chat
reply_to_messages_by_chat wechat-mcp-server — Send a reply to a chat
add_contact_by_wechat_id wechat-mcp-server — Add a new contact using a WeChat ID and send a friend request
get_login_qrcode wechatmp-mcp — 获取微信公众号后台登录二维码,图片保存到本地,返回文件路径
check_login_status wechatmp-mcp — 检查登录状态;若用户已扫码则完成登录并保存 auth,否则验证已保存 auth 是否有效
logout wechatmp-mcp — 清除本地保存的 auth(token + cookies),退出登录
search_account wechatmp-mcp — 按关键词搜索公众号,返回 fakeid、nickname、alias、intro、avatar
get_account_articles wechatmp-mcp — 获取指定公众号的文章列表(按发布时间倒序),支持按 fakeid 或公众号名称查询,支持翻页
get_article_content wechatmp-mcp — 传入文章 URL,返回清洗后的 Markdown 正文
batch_get_articles wechatmp-mcp — 传入公众号名称列表,批量获取近期文章摘要
get_access_token wechat-oa-api-mcp — 获取公众号 Access Token
publish_wechat_draft wechat-oa-api-mcp — 发布草稿
create_wechat_draft wechat-oa-api-mcp — 下载封面图 → 上传 → 创建草稿
del_wechat_draft wechat-oa-api-mcp — 删除草稿
del_wechat_material wechat-oa-api-mcp — 删除素材(图片)
WeChat_get_access_token wechat-oa-mcp — 获取微信接口调用凭证
WeChat_del_material wechat-oa-mcp — 删除公众号中的永久素材
WeChat_create_draft wechat-oa-mcp — 创建微信公众号图文消息草稿
WeChat_publish_draft wechat-oa-mcp — 发布微信公众号草稿
WeChat_del_draft wechat-oa-mcp — 删除微信公众号未发布的草稿
send_image wecom-bot-mcp-server — Send an image message
send_message wecom-bot-mcp-server — Send text or markdown messages
send_file wecom-bot-mcp-server — Send a file message
send_template_card wecom-bot-mcp-server — Send a template card message to WeCom
mysql_execute_query @neverinfamous/mysql-mcp — Execute a SQL query against the MySQL database
mysql_execute_update @neverinfamous/mysql-mcp — Execute an UPDATE statement
mysql_execute_insert @neverinfamous/mysql-mcp — Execute an INSERT statement
mysql_execute_delete @neverinfamous/mysql-mcp — Execute a DELETE statement
mysql_list_tables @neverinfamous/mysql-mcp — List all tables in the database
mysql_describe_table @neverinfamous/mysql-mcp — Describe the schema of a table
mysql_show_schema @neverinfamous/mysql-mcp — Show the full database schema
mysql_show_variables @neverinfamous/mysql-mcp — Show server configuration variables
mysql_show_status @neverinfamous/mysql-mcp — Show server status metrics
mysql_show_processlist @neverinfamous/mysql-mcp — Show active connections and queries
mysql_show_pool @neverinfamous/mysql-mcp — Show connection pool statistics
mysql_show_capabilities @neverinfamous/mysql-mcp — Show server version, features, and tool categories
mysql_show_health @neverinfamous/mysql-mcp — Show comprehensive database health status
mysql_show_performance @neverinfamous/mysql-mcp — Show query performance metrics
mysql_show_replication @neverinfamous/mysql-mcp — Show replication status and lag
mysql_show_innodb @neverinfamous/mysql-mcp — Show InnoDB buffer pool and engine metrics
mysql_show_events @neverinfamous/mysql-mcp — Show Event Scheduler status and scheduled events
mysql_show_sysschema @neverinfamous/mysql-mcp — Show sys schema diagnostics summary
mysql_execute_code @neverinfamous/mysql-mcp — Execute JavaScript code in a sandboxed V8 isolate with MySQL API bindings, reducing token usage by 70-90%.
mysql_show_docstore @neverinfamous/mysql-mcp — Show Document Store collections
mysql_append_insight @neverinfamous/mysql-mcp — Append a business insight memo
mysql_show_metrics @neverinfamous/mysql-mcp — Show in-memory token usage, latency, and request metrics
mysql_show_audit @neverinfamous/mysql-mcp — Show forensic trail and snapshot of system errors
mysql_show_help @neverinfamous/mysql-mcp — Show critical gotchas and high-level API reference
mysql_show_help_group @neverinfamous/mysql-mcp — Show dynamic group-specific tool reference
mysql_show_locks @neverinfamous/mysql-mcp — Show InnoDB lock contention detection
mysql_show_cluster @neverinfamous/mysql-mcp — Show Group Replication / InnoDB Cluster status
mysql_show_spatial @neverinfamous/mysql-mcp — Show spatial columns and indexes
mysql_show_indexes @neverinfamous/mysql-mcp — Show index usage and statistics
sales.orders tjgurwara99/Odoo MCP Connector — Sales orders/quotations tools.
odoo.* tjgurwara99/Odoo MCP Connector — Generic Odoo model access engine gated by allowlist and Odoo ACL/record rules.
accounting.invoices tjgurwara99/Odoo MCP Connector — Invoicing/Accounting tools.
purchase.orders tjgurwara99/Odoo MCP Connector — Purchase RFQ/orders tools.
inventory.stock tjgurwara99/Odoo MCP Connector — Inventory/Stock tools.
contacts.partners tjgurwara99/Odoo MCP Connector — Contacts/Partners tools.
reports.designer tjgurwara99/Odoo MCP Connector — Expose GTECH Report Designer custom reports as short-lived PDF download links.
list_milestones wellarchitected-mcp-server — List workload milestones
get_lens_review_report wellarchitected-mcp-server — Generate a lens review report
list_improvement_summaries wellarchitected-mcp-server — Get improvement recommendations
get_lens_details wellarchitected-mcp-server — Get detailed information about a specific lens
list_workloads wellarchitected-mcp-server — List your Well-Architected workloads
get_workload_details wellarchitected-mcp-server — Get detailed workload information
create_workload wellarchitected-mcp-server — Create a new workload
more →