glimind. Docs Status Get key
AI agent tool reliability // full index
Categories data 133752 · knowledge 106786 · other 84611 · devops 51218 · search 49051 · finance 48006 · code 38952 · communication 35607 · productivity 34022 · files 31843 · media 31660 · security 30807 · retrieval 23780 · database 21777 · ml 17470 · browser 14902 · web 14389 · email 9878 · payments 5109 · calendar 4324 · analytics 3899 · blockchain 1832 · network 1738 · health 1632 · marketing 1270 · crm 1156 · memory 830 · storage 814 · research 724 · social 671 · ecommerce 618 · design 576 · project 513 · commerce 483 · advertising 446 · news 442 · compliance 419 · seo 394 · api 371 · project management 343 · system 338 · monitoring 298 · education 217 · content 181 · cloud 164 · observability 137 · automation 133 · mobile 120 · workflow 117 · debug 116 · iot 109 · fitness 108 · account 108 · auth 107 · identity 104 · integration 103 · hardware 102 · marketplace 102 · hr 98 · cms 95
Tools generate_title notemd-mcp — Generates full documentation from a single title.
execute_custom_prompt notemd-mcp — Execute a user-defined prompt with given content.
translate_content notemd-mcp — Translate text/markdown into a target language.
create_note notes-mcp — Create a new markdown note with YAML frontmatter
list_notes notes-mcp — List all notes with optional tag filter
delete_note notes-mcp — Delete a note by title
get_note notes-mcp — Get a specific note by title
update_note notes-mcp — Update an existing note's content or tags
write_note note-taker-mcp — Create a new note, persist it to disk, and add an entry into the Vector Store.
search_notes note-taker-mcp — Returns up to five notes matching the query, optionally filtered by tags and score threshold.
remove_note note-taker-mcp — Deletes a note from filestore & vector store.
update_note note-taker-mcp — Updates an existing note. Overwrites the entire note with new content.
execute_notebook notebook-mcp — Execute a notebook in a Jupyter kernel and return results.
plan_rerun notebook-mcp — Plan the minimal set of cells to rerun to bring a notebook up to date.
generate_context notebook-mcp — Generate focused context from a notebook for AI consumption.
convert_to_python notebook-mcp — Convert a notebook to a deterministic Python script.
inspect_variables notebook-mcp — Inspect runtime variables in a running Jupyter kernel.
detect_stale_cells notebook-mcp — Detect cells that are stale or unexecuted relative to the current state.
get_execution_graph notebook-mcp — Build and return the execution dependency graph of a notebook.
analyze_notebook notebook-mcp — Analyze a notebook file for dependencies, execution state, and structure.
validate_pushover_user notification-mcp-server — Validate a Pushover user or group key.
send_email notification-mcp-server — Send an email via SendGrid.
send_push notification-mcp-server — Send a push notification via Pushover.
get_page_info notion-full-mcp — Get page metadata (title, parent, dates, URL)
create_page notion-full-mcp — Create a new page under a parent page or database
move_page notion-full-mcp — DEPRECATED -- Notion's public API does not support moving pages. Returns a clear error pointing to copy_page_to_parent
restore_page notion-full-mcp — Restore a page (and its cascade-archived children) from trash
update_block_rich_text notion-full-mcp — Update with full rich text specification
query_database notion-full-mcp — Query a database with filters and sorts
get_self notion-full-mcp — Get the current authenticated user/bot
list_users notion-full-mcp — List all workspace users
snapshot_page notion-full-mcp — Save complete page structure as JSON
read_page_deep notion-full-mcp — Read page with all nested children (recursive)
list_block_children notion-full-mcp — List direct children of a block or page
get_block notion-full-mcp — Get a single block by ID
update_block_text notion-full-mcp — Replace all text in a block
append_blocks_to_page notion-full-mcp — Append blocks to the end of a page
delete_block notion-full-mcp — Delete a block by ID
search_pages notion-full-mcp — Search pages by title
search notion-full-mcp — Search pages and/or databases
update_page notion-full-mcp — Update a page's title, icon, or archive status
copy_page_to_parent notion-full-mcp — Recreate a page under a new parent (destructive workaround for the missing move capability; archives the original by default)
find_replace_in_block notion-full-mcp — Find/replace text preserving formatting
insert_text_after notion-full-mcp — Insert a text block after a specific block (supports all block types: paragraph, heading_1/2/3, bulleted_list_item, numbered_list_item, quot
insert_blocks_after notion-full-mcp — Insert multiple blocks after a specific block
create_comment notion-full-mcp — Add a comment to a page
list_comments notion-full-mcp — List all comments on a page or block
get_database notion-full-mcp — Get database metadata and schema
restore_page_from_snapshot notion-full-mcp — Restore page from a snapshot (destructive)
upload_file notion-full-mcp — Upload a file to Notion's own workspace storage (returns file_upload_id)
upload_image_as_block notion-full-mcp — Upload an image and insert it as a new image block in one step (after a block or appended to a page)
replace_image_block notion-full-mcp — Swap an existing image block's content with a newly uploaded file, preserving its position
download_image_block notion-full-mcp — Download the image file from an image block to disk — works for external URLs, Notion-hosted files, and file_upload references
upload_file_as_block notion-full-mcp — Upload any file (PDF, attachment) and insert it as a file block
insert_table_row notion-full-mcp — Insert a new row into an existing table with automatic width validation
update_table_cell notion-full-mcp — Replace the text of a single cell in a table row
notion_search_pages notion-mcp — Search for pages the integration can access.
notion_search_databases notion-mcp — Search for databases the integration can access. Returns schema summaries.
notion_purge_shared_files notion-mcp — Delete files from the cross-MCP shared mount older than max_age_hours.
notion_read_page_markdown notion-mcp — Read page content using Notion's native markdown API.
notion_list_local_files notion-mcp — List files in either the server's local file store or the cross-MCP shared mount.
notion_read_page notion-mcp — Read page content by fetching blocks and rendering them as markdown.
notion_list_files_on_page notion-mcp — List all file/image/pdf/video/audio blocks on a page.
create_page notion-mcp-ldraney — Create a new page in Notion.
update_page notion-mcp-ldraney — Update a page's properties.
get_database notion-mcp-ldraney — Retrieve a database by ID.
archive_page notion-mcp-ldraney — Archive (delete) a page.
move_page notion-mcp-ldraney — Move a page to a different parent.
create_database notion-mcp-ldraney — Create a new database.
update_database notion-mcp-ldraney — Update a database's properties.
archive_database notion-mcp-ldraney — Archive (delete) a database.
query_database notion-mcp-ldraney — Query a database with auto data-source resolution.
update_data_source notion-mcp-ldraney — Update a data source.
get_comments notion-mcp-ldraney — Retrieve comments for a page or discussion.
get_data_source notion-mcp-ldraney — Retrieve a data source by ID.
query_data_source notion-mcp-ldraney — Query a data source.
list_data_source_templates notion-mcp-ldraney — List templates for a data source.
search notion-mcp-ldraney — Search Notion pages, databases, etc.
get_block notion-mcp-ldraney — Retrieve a block by ID.
get_block_children notion-mcp-ldraney — Retrieve children of a block.
append_block_children notion-mcp-ldraney — Append children to a block.
update_block notion-mcp-ldraney — Update a block.
delete_block notion-mcp-ldraney — Delete a block.
get_users notion-mcp-ldraney — List all users.
get_self notion-mcp-ldraney — Get the current user (bot).
create_comment notion-mcp-ldraney — Create a comment on a page or discussion.
get_page notion-mcp-ldraney — Retrieve a page by ID.
fno_live_option_chain nsekit-mcp — Nifty/BankNifty option chain data
equity_eod_bhavcopy_delivery nsekit-mcp — Full day closing + delivery %
fii_dii_activity nsekit-mcp — Latest FII/DII net buying/selling
ipo_current_list nsekit-mcp — All live Mainboard + SME IPOs with subscription
equity_52week_high_live nsekit-mcp — Stocks hitting 52-week high today
market_live_status nsekit-mcp — Market open/close, Nifty, Gift Nifty, Mcap
equity_live_stock_info nsekit-mcp — Live price + 5-level depth + delivery
get_dataset open-data-mcp — Get detailed information about a specific dataset.
query_data open-data-mcp — Query data from a dataset using SQL-like syntax.
analyze_data open-data-mcp — Perform statistical analysis on a dataset.
generate_report open-data-mcp — Generate a report based on dataset analysis.
search_datasets open-data-mcp — Search for Korean public datasets by keyword.
search_cves patrowl-intel-mcp — Filter/rank the CVE feed (risk score, EPSS, KEV, exploited, technology, dates).
more →