MCP Tool Directory
Each row is one tool from one provider. Tools sharing a name across providers (e.g. search) are listed separately because they aren't interchangeable.
2684 tools indexed
All tools
30 of 2684 shown
telemetry_query
RemoteExecute a ClickHouse SQL query to retrieve logs, traces/spans, errors, and metrics from telemetry data. - **IMPORANT**: Use `telemetry_get_query_instructions_tool` to get instructions on how to create the correct query for logs and spans - **IMPORANT**: Use `telemetry_get_errors_query_instructions_tool` to get instructions on how to create the correct query for errors - **IMPORANT**: Use `telemetry_get_metrics_query_instructions_tool` to get instructions on how to create the correct query for metrics
telemetry_remove_chart_tool
RemoteRemove a chart from its dashboard permanently. This action cannot be undone and will also remove any alerts associated with the chart. Use get_dashboard_details first to find the chart ID
telemetry_remove_dashboard_section_tool
RemoteRemove a section divider from a dashboard permanently. This action cannot be undone. Charts are not affected - only the section header is removed. Use get_dashboard_details first to find the section ID
telemetry_remove_dashboard_tool
RemoteRemove a dashboard permanently. This action cannot be undone
test_connection
RemotePing a connection (SELECT 1) and return server version + latency. Fast way to confirm credentials and network path without running describe_schema.
TICKTICK_COMPLETE_TASK
RemoteTool to mark a task as complete. Use after confirming the task is done.
TICKTICK_CREATE_PROJECT
RemoteTool to create a new project in TickTick. Use when you need to programmatically add a project after obtaining a valid access token.
TICKTICK_CREATE_TASK
RemoteTool to create a new task in TickTick. Use after you have task details such as title, dates, and optional reminders or subtasks.
TICKTICK_DELETE_PROJECT
RemoteTool to delete a specific project. Use when you have confirmed the project ID and intend to permanently remove it. Example: "Delete the project with ID 6226ff9877acee87727f6bca".
TICKTICK_DELETE_TASK
RemoteTool to delete a specific task. Use when you need to remove a task from a project after confirming both project and task IDs.
TICKTICK_GET_PROJECT_WITH_DATA
RemoteTool to retrieve a project and its associated data (tasks, columns). Use when you need full project details including its tasks and columns after selecting a project ID.
TICKTICK_GET_USER_PROJECT
RemoteTool to retrieve all projects for the user. Use when you need to list available projects for selection.
TICKTICK_OAUTH2_AUTHORIZATION_STEP1
RemoteTool to generate the TickTick OAuth2 authorization URL. Use to redirect the user to obtain the authorization code (step 1).
TICKTICK_OAUTH2_AUTHORIZATION_STEP_1
RemoteTool to redirect user to TickTick authorization page to obtain authorization code. Use when initiating the OAuth2 flow before exchanging the code.
TICKTICK_UPDATE_PROJECT
RemoteTool to update an existing project. Use when you need to modify project details like name, color, sort order, view mode, or kind after selecting a project ID.
TICKTICK_UPDATE_TASK
RemoteTool to update an existing task. Use after confirming the taskId and projectId.
tokens.create
RemoteCreate a service token for machine-to-machine authentication. Accepts API key or bearer token. Optionally apply restrictions.
tools_info
RemoteGet detailed information about a specific analysis tool — use cases, assumptions, data requirements.
tools_run
RemoteExecute an analysis tool. Returns a shareable interactive HTML report URL.
tools_schema
RemoteGet JSON schema for a tool — column_mapping and module_parameters required before tools_run.
transaction_summary
RemoteGet human-readable transaction summaries from Blockscout Transaction Interpreter. Automatically classifies transactions into natural language descriptions (transfers, swaps, NFT sales, DeFi operations) Essential for rapid transaction comprehension, dashboard displays, and initial analysis. Note: Not all transactions can be summarized and accuracy is not guaranteed for complex patterns.
triage_issue
RemoteTriage an issue by capturing a focused triage rationale and optionally applying metadata (labels, issue type, and issue fields) in a single operation. Use this tool when: - You are triaging a newly opened or untriaged issue for maintainers - You need to categorize the issue (type) and suggest/apply relevant labels - You want to record a brief, structured triage report Do not use this tool when: - The user is asking a general product question unrelated to triaging a specific issue triage_rationale should be concise markdown aimed at maintainers (not the issue author); it should contain: - Summary of the issue - Analysis of the problem or request - Suggested next steps or actions.
trty_search
RemoteSearch international treaties (조약 목록 조회). This tool searches Korean international treaties concluded and in effect with foreign countries and international organizations. Args: query: Search keyword (default "*") display: Number of results per page (max 100, default 20) page: Page number (1-based, default 1) oc: Optional OC override (defaults to env var) type: Response format - "JSON" (default), "XML", or "HTML" search: Search type (1=조약명, 2=본문검색) sort: Sort order - "lasc"|"ldes"|"dasc"|"ddes"|"nasc"|"ndes" gana: Dictionary search (ga, na, da, ...) eft_yd: Effective date range (YYYYMMDD~YYYYMMDD) conc_yd: Conclusion date range (YYYYMMDD~YYYYMMDD) cls: Treaty type - 1=양자 (bilateral), 2=다자 (multilateral) nat_cd: Country code filter ctx: MCP context (injected automatically) Returns: Search results with treaty list or error Examples: Search bilateral treaties with the US: >>> trty_search(query="미합중국", cls=1) Search multilateral treaties: >>> trty_search(cls=2, display=20)
trty_service
RemoteRetrieve treaty full text (조약 본문 조회). This tool retrieves the complete text of a Korean international treaty. Args: id: Treaty sequence number (조약일련번호, required) oc: Optional OC override (defaults to env var) type: Response format - "JSON" (default), "XML", or "HTML" ctx: MCP context (injected automatically) Returns: Full treaty text with details or error Examples: Retrieve a treaty by ID: >>> trty_service(id="123")
update_brand_keywords
RemoteMerge or replace the brand's keywords list.
update_brand_topics
RemoteMerge or replace the brand's topics list.
update_content_idea
RemoteUpdates a content idea within a plan — approve/skip ideas, add notes, set scheduled dates.
update_content_item
RemotePartially updates a content item — only provided fields are changed.
update_conversation_notes
RemoteUpdate notes for a CRM conversation in a product scope.
update_enrichment
RemoteUpdate an enrichment's metadata. You can associate custom key-value pairs with the enrichment.