qualifiedName
stringlengths
3
59
displayName
stringlengths
3
53
description
stringlengths
0
3.47k
createdAt
stringdate
2024-12-13 15:46:50
2025-05-05 20:05:11
useCount
int64
0
418k
homepage
stringlengths
30
86
remote
bool
2 classes
iconUrl
stringclasses
96 values
security
dict
tools
stringlengths
90
360k
@winor30/mcp-server-datadog
Datadog API Integration
Leverage Datadog's powerful monitoring features for incident management, logs, metrics, and more. Streamline your observability processes by integrating directly with the Datadog API through this server. Enhance your incident response and monitoring capabilities effortlessly.
2025-03-06T15:00:55.203Z
627
https://smithery.ai/server/@winor30/mcp-server-datadog
true
null
{ "scanPassed": true }
[{'name': 'list_incidents', 'description': 'Get incidents from Datadog', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'pageSize': {'type': 'number', 'default': 10, 'maximum': 100, 'minimum': 1}, 'pageOffset': {'type': 'number', 'default': 0, 'minimum': 0}}}}, {'name': 'get_incident', 'description': 'Get an incident from Datadog', 'inputSchema': {'type': 'object', 'required': ['incidentId'], 'properties': {'incidentId': {'type': 'string', 'minLength': 1}}}}, {'name': 'get_metrics', 'description': 'Get metrics data from Datadog', 'inputSchema': {'type': 'object', 'required': ['from', 'to', 'query'], 'properties': {'to': {'type': 'number', 'description': 'End time in epoch seconds'}, 'from': {'type': 'number', 'description': 'Start time in epoch seconds'}, 'query': {'type': 'string', 'description': 'Datadog metrics query string. e.g. "avg:system.cpu.user{*}'}}}}, {'name': 'get_logs', 'description': 'Search and retrieve logs from Datadog', 'inputSchema': {'type': 'object', 'required': ['from', 'to'], 'properties': {'to': {'type': 'number', 'description': 'End time in epoch seconds'}, 'from': {'type': 'number', 'description': 'Start time in epoch seconds'}, 'limit': {'type': 'number', 'default': 100, 'description': 'Maximum number of logs to return. Default is 100.'}, 'query': {'type': 'string', 'default': '', 'description': 'Datadog logs query string'}}}}, {'name': 'get_monitors', 'description': 'Get monitors status from Datadog', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'name': {'type': 'string', 'description': 'Filter monitors by name'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter monitors by tags'}, 'groupStates': {'type': 'array', 'items': {'enum': ['alert', 'warn', 'no data', 'ok'], 'type': 'string'}, 'description': 'Filter monitors by their states'}}}}, {'name': 'list_dashboards', 'description': 'Get list of dashboards from Datadog', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'name': {'type': 'string', 'description': 'Filter dashboards by name'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter dashboards by tags'}}}}, {'name': 'get_dashboard', 'description': 'Get a dashboard from Datadog', 'inputSchema': {'type': 'object', 'required': ['dashboardId'], 'properties': {'dashboardId': {'type': 'string'}}}}, {'name': 'list_traces', 'description': 'Get APM traces from Datadog', 'inputSchema': {'type': 'object', 'required': ['query', 'from', 'to'], 'properties': {'to': {'type': 'number', 'description': 'End time in epoch seconds'}, 'from': {'type': 'number', 'description': 'Start time in epoch seconds'}, 'sort': {'enum': ['timestamp', '-timestamp'], 'type': 'string', 'default': '-timestamp', 'description': 'Sort order for traces'}, 'limit': {'type': 'number', 'default': 100, 'description': 'Maximum number of traces to return'}, 'query': {'type': 'string', 'description': 'Datadog APM trace query string'}, 'service': {'type': 'string', 'description': 'Filter by service name'}, 'operation': {'type': 'string', 'description': 'Filter by operation name'}}}}, {'name': 'mute_host', 'description': 'Mute a host in Datadog', 'inputSchema': {'type': 'object', 'required': ['hostname'], 'properties': {'end': {'type': 'integer', 'description': 'POSIX timestamp for when the mute should end'}, 'message': {'type': 'string', 'description': 'Message to associate with the muting of this host'}, 'hostname': {'type': 'string', 'description': 'The name of the host to mute'}, 'override': {'type': 'boolean', 'default': False, 'description': 'If true and the host is already muted, replaces existing end time'}}}}, {'name': 'unmute_host', 'description': 'Unmute a host in Datadog', 'inputSchema': {'type': 'object', 'required': ['hostname'], 'properties': {'hostname': {'type': 'string', 'description': 'The name of the host to unmute'}}}}, {'name': 'list_hosts', 'description': 'Get list of hosts from Datadog', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'from': {'type': 'integer', 'description': 'Search hosts from this UNIX timestamp'}, 'count': {'type': 'integer', 'maximum': 1000, 'description': 'Max number of hosts to return (max: 1000)'}, 'start': {'type': 'integer', 'description': 'Starting offset for pagination'}, 'filter': {'type': 'string', 'description': 'Filter string for search results'}, 'sort_dir': {'type': 'string', 'description': 'Sort direction (asc/desc)'}, 'sort_field': {'type': 'string', 'description': 'Field to sort hosts by'}, 'include_hosts_metadata': {'type': 'boolean', 'description': 'Include host metadata (version, platform, etc)'}, 'include_muted_hosts_data': {'type': 'boolean', 'description': 'Include muted hosts status and expiry'}}}}, {'name': 'get_active_hosts_count', 'description': 'Get the total number of active hosts in Datadog (defaults to last 5 minutes)', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'from': {'type': 'integer', 'default': 7200, 'description': 'Number of seconds from which you want to get total number of active hosts (defaults to 2h)'}}}}, {'name': 'list_downtimes', 'description': 'List scheduled downtimes from Datadog', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'currentOnly': {'type': 'boolean'}}}}, {'name': 'schedule_downtime', 'description': 'Schedule a downtime in Datadog', 'inputSchema': {'type': 'object', 'required': ['scope'], 'properties': {'end': {'type': 'number'}, 'scope': {'type': 'string', 'minLength': 1}, 'start': {'type': 'number'}, 'message': {'type': 'string'}, 'timezone': {'type': 'string'}, 'monitorId': {'type': 'number'}, 'recurrence': {'type': 'object', 'required': ['type', 'period'], 'properties': {'type': {'enum': ['days', 'weeks', 'months', 'years'], 'type': 'string'}, 'until': {'type': 'number'}, 'period': {'type': 'number', 'minimum': 1}, 'weekDays': {'type': 'array', 'items': {'enum': ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'], 'type': 'string'}}}, 'additionalProperties': False}, 'monitorTags': {'type': 'array', 'items': {'type': 'string'}}}}}, {'name': 'cancel_downtime', 'description': 'Cancel a scheduled downtime in Datadog', 'inputSchema': {'type': 'object', 'required': ['downtimeId'], 'properties': {'downtimeId': {'type': 'number'}}}}]
@openags/paper-search-mcp
Paper Search
Search and download academic papers from multiple sources like arXiv and PubMed. Enhance your research workflow with seamless integration into LLM applications, allowing for efficient access to scholarly content.
2025-04-06T11:55:11.439Z
642
https://smithery.ai/server/@openags/paper-search-mcp
true
null
{ "scanPassed": true }
[{'name': 'search_arxiv', 'description': "Search academic papers from arXiv.\n\n Args:\n query: Search query string (e.g., 'machine learning').\n max_results: Maximum number of papers to return (default: 10).\n Returns:\n List of paper metadata in dictionary format.\n ", 'inputSchema': {'type': 'object', 'title': 'search_arxivArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'max_results': {'type': 'integer', 'title': 'Max Results', 'default': 10}}}}, {'name': 'download_arxiv', 'description': "Download PDF of an arXiv paper.\n\n Args:\n paper_id: arXiv paper ID (e.g., '2106.12345').\n save_path: Directory to save the PDF (default: './downloads').\n Returns:\n Path to the downloaded PDF file.\n ", 'inputSchema': {'type': 'object', 'title': 'download_arxivArguments', 'required': ['paper_id'], 'properties': {'paper_id': {'type': 'string', 'title': 'Paper Id'}, 'save_path': {'type': 'string', 'title': 'Save Path', 'default': './downloads'}}}}, {'name': 'read_arxiv_paper', 'description': "Read and extract text content from an arXiv paper PDF.\n\n Args:\n paper_id: arXiv paper ID (e.g., '2106.12345').\n save_path: Directory where the PDF is/will be saved (default: './downloads').\n Returns:\n str: The extracted text content of the paper.\n ", 'inputSchema': {'type': 'object', 'title': 'read_arxiv_paperArguments', 'required': ['paper_id'], 'properties': {'paper_id': {'type': 'string', 'title': 'Paper Id'}, 'save_path': {'type': 'string', 'title': 'Save Path', 'default': './downloads'}}}}]
@peng-shawn/mermaid-mcp-server
Mermaid Diagram Generator
Convert textual Mermaid diagram descriptions into high-quality PNG images. Enhance your AI applications with visual representations of data and processes effortlessly. Customize themes and backgrounds to fit your design needs.
2025-03-06T01:00:29.779Z
634
https://smithery.ai/server/@peng-shawn/mermaid-mcp-server
false
null
{ "scanPassed": true }
[{'name': 'generate', 'description': 'Generate PNG image from mermaid markdown', 'inputSchema': {'type': 'object', 'required': ['code'], 'properties': {'code': {'type': 'string', 'description': 'The mermaid markdown to generate an image from'}, 'name': {'type': 'string', 'description': 'Name of the diagram (optional)'}, 'theme': {'enum': ['default', 'forest', 'dark', 'neutral'], 'type': 'string', 'description': 'Theme for the diagram (optional)'}, 'folder': {'type': 'string', 'description': 'Absolute path to save the image to (optional)'}, 'backgroundColor': {'type': 'string', 'description': "Background color for the diagram, e.g. 'white', 'transparent', '#F0F0F0' (optional)"}}}}]
@stickerdaniel/linkedin-mcp-server
LinkedIn MCP Server
Interact with LinkedIn through AI assistants to scrape profiles, analyze companies, and search for jobs. Leverage the power of AI to gather insights and recommendations from LinkedIn data effortlessly.
2025-04-13T20:25:19.494Z
600
https://smithery.ai/server/@stickerdaniel/linkedin-mcp-server
true
https://spjawbfpwezjfmic…cc5743b96f2b.svg
{ "scanPassed": true }
[{'name': 'get_person_profile', 'description': "\n Scrape a person's LinkedIn profile.\n\n Args:\n linkedin_url (str): The LinkedIn URL of the person's profile\n\n Returns:\n Dict[str, Any]: Structured data from the person's profile\n ", 'inputSchema': {'type': 'object', 'title': 'get_person_profileArguments', 'required': ['linkedin_url'], 'properties': {'linkedin_url': {'type': 'string', 'title': 'Linkedin Url'}}}}, {'name': 'get_company_profile', 'description': "\n Scrape a company's LinkedIn profile.\n\n Args:\n linkedin_url (str): The LinkedIn URL of the company's profile\n get_employees (bool): Whether to scrape the company's employees (slower)\n\n Returns:\n Dict[str, Any]: Structured data from the company's profile\n ", 'inputSchema': {'type': 'object', 'title': 'get_company_profileArguments', 'required': ['linkedin_url'], 'properties': {'linkedin_url': {'type': 'string', 'title': 'Linkedin Url'}, 'get_employees': {'type': 'boolean', 'title': 'Get Employees', 'default': False}}}}, {'name': 'get_job_details', 'description': '\n Scrape job details from a LinkedIn job posting.\n\n Args:\n job_url (str): The LinkedIn URL of the job posting\n\n Returns:\n Dict[str, Any]: Structured data from the job posting\n ', 'inputSchema': {'type': 'object', 'title': 'get_job_detailsArguments', 'required': ['job_url'], 'properties': {'job_url': {'type': 'string', 'title': 'Job Url'}}}}, {'name': 'search_jobs', 'description': '\n Search for jobs on LinkedIn with the given search term.\n\n Args:\n search_term (str): The job search query\n\n Returns:\n List[Dict[str, Any]]: List of job search results\n ', 'inputSchema': {'type': 'object', 'title': 'search_jobsArguments', 'required': ['search_term'], 'properties': {'search_term': {'type': 'string', 'title': 'Search Term'}}}}, {'name': 'get_recommended_jobs', 'description': '\n Get recommended jobs from your LinkedIn homepage.\n\n Returns:\n List[Dict[str, Any]]: List of recommended jobs\n ', 'inputSchema': {'type': 'object', 'title': 'get_recommended_jobsArguments', 'properties': {}}}, {'name': 'close_session', 'description': 'Close the current browser session and clean up resources.', 'inputSchema': {'type': 'object', 'title': 'close_sessionArguments', 'properties': {}}}]
@chuanmingliu/mcp-webresearch
Web Research Server
Integrate real-time web research capabilities into your workflow. Conduct thorough research with tools for searching, content extraction, and session tracking.
2025-03-01T16:04:35.754Z
649
https://smithery.ai/server/@chuanmingliu/mcp-webresearch
true
null
{ "scanPassed": true }
[{'name': 'search_google', 'description': 'Search Google for a query', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}}}}, {'name': 'visit_page', 'description': 'Visit a webpage and extract its content', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to visit'}, 'takeScreenshot': {'type': 'boolean', 'description': 'Whether to take a screenshot'}}}}, {'name': 'take_screenshot', 'description': 'Take a screenshot of the current page', 'inputSchema': {'type': 'object', 'properties': {}}}]
linear-mcp-server
Linear MCP Server
A Model Context Protocol server for the Linear API, enabling LLM interaction with Linear issues.
2024-12-19T15:43:48.085Z
587
https://smithery.ai/server/linear-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'linear_create_issue', 'description': "Creates a new Linear issue with specified details. Use this to create tickets for tasks, bugs, or feature requests. Returns the created issue's identifier and URL. Required fields are title and teamId, with optional description, priority (0-4, where 0 is no priority and 1 is urgent), and status.", 'inputSchema': {'type': 'object', 'required': ['title', 'teamId'], 'properties': {'title': {'type': 'string', 'description': 'Issue title'}, 'status': {'type': 'string', 'description': 'Issue status'}, 'teamId': {'type': 'string', 'description': 'Team ID'}, 'priority': {'type': 'number', 'description': 'Priority (0-4)'}, 'description': {'type': 'string', 'description': 'Issue description'}}}}, {'name': 'linear_update_issue', 'description': "Updates an existing Linear issue's properties. Use this to modify issue details like title, description, priority, or status. Requires the issue ID and accepts any combination of updatable fields. Returns the updated issue's identifier and URL.", 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Issue ID'}, 'title': {'type': 'string', 'description': 'New title'}, 'status': {'type': 'string', 'description': 'New status'}, 'priority': {'type': 'number', 'description': 'New priority (0-4)'}, 'description': {'type': 'string', 'description': 'New description'}}}}, {'name': 'linear_search_issues', 'description': 'Searches Linear issues using flexible criteria. Supports filtering by any combination of: title/description text, team, status, assignee, labels, priority (1=urgent, 2=high, 3=normal, 4=low), and estimate. Returns up to 10 issues by default (configurable via limit).', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'description': 'Max results to return (default: 10)'}, 'query': {'type': 'string', 'description': 'Optional text to search in title and description'}, 'labels': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter by label names'}, 'status': {'type': 'string', 'description': "Filter by status name (e.g., 'In Progress', 'Done')"}, 'teamId': {'type': 'string', 'description': 'Filter by team ID'}, 'estimate': {'type': 'number', 'description': 'Filter by estimate points'}, 'priority': {'type': 'number', 'description': 'Filter by priority (1=urgent, 2=high, 3=normal, 4=low)'}, 'assigneeId': {'type': 'string', 'description': "Filter by assignee's user ID"}, 'includeArchived': {'type': 'boolean', 'description': 'Include archived issues in results (default: false)'}}}}, {'name': 'linear_get_user_issues', 'description': "Retrieves issues assigned to a specific user or the authenticated user if no userId is provided. Returns issues sorted by last updated, including priority, status, and other metadata. Useful for finding a user's workload or tracking assigned tasks.", 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of issues to return (default: 50)'}, 'userId': {'type': 'string', 'description': "Optional user ID. If not provided, returns authenticated user's issues"}, 'includeArchived': {'type': 'boolean', 'description': 'Include archived issues in results'}}}}, {'name': 'linear_add_comment', 'description': "Adds a comment to an existing Linear issue. Supports markdown formatting in the comment body. Can optionally specify a custom user name and avatar for the comment. Returns the created comment's details including its URL.", 'inputSchema': {'type': 'object', 'required': ['issueId', 'body'], 'properties': {'body': {'type': 'string', 'description': 'Comment text in markdown format'}, 'issueId': {'type': 'string', 'description': 'ID of the issue to comment on'}, 'createAsUser': {'type': 'string', 'description': 'Optional custom username to show for the comment'}, 'displayIconUrl': {'type': 'string', 'description': 'Optional avatar URL for the comment'}}}}]
@RyanCardin15/azuredevops-mcp
Azure DevOps Integration
Seamlessly manage work items, repositories, boards, and sprints in Azure DevOps through a powerful API. Enhance your AI assistants and tools with standardized access to Azure DevOps functionalities. Streamline your development workflow and improve team collaboration with easy integration.
2025-03-06T21:16:13.560Z
627
https://smithery.ai/server/@RyanCardin15/azuredevops-mcp
true
null
null
[{'name': 'listWorkItems', 'description': 'List work items based on a WIQL query', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'WIQL query to get work items'}}, 'additionalProperties': False}}, {'name': 'getWorkItemById', 'description': 'Get a specific work item by ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'Work item ID'}}, 'additionalProperties': False}}, {'name': 'searchWorkItems', 'description': 'Search for work items by text', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['searchText'], 'properties': {'top': {'type': 'number', 'description': 'Maximum number of work items to return'}, 'searchText': {'type': 'string', 'description': 'Text to search for in work items'}}, 'additionalProperties': False}}, {'name': 'getRecentlyUpdatedWorkItems', 'description': 'Get recently updated work items', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'top': {'type': 'number', 'description': 'Maximum number of work items to return'}, 'skip': {'type': 'number', 'description': 'Number of work items to skip'}}, 'additionalProperties': False}}, {'name': 'getMyWorkItems', 'description': 'Get work items assigned to you', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'top': {'type': 'number', 'description': 'Maximum number of work items to return'}, 'state': {'type': 'string', 'description': 'Filter by work item state'}}, 'additionalProperties': False}}, {'name': 'createWorkItem', 'description': 'Create a new work item', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workItemType', 'title'], 'properties': {'state': {'type': 'string', 'description': 'Initial state of the work item'}, 'title': {'type': 'string', 'description': 'Title of the work item'}, 'areaPath': {'type': 'string', 'description': 'Area path for the work item'}, 'assignedTo': {'type': 'string', 'description': 'User to assign the work item to'}, 'description': {'type': 'string', 'description': 'Description of the work item'}, 'workItemType': {'type': 'string', 'description': 'Type of work item to create'}, 'iterationPath': {'type': 'string', 'description': 'Iteration path for the work item'}, 'additionalFields': {'type': 'object', 'description': 'Additional fields to set on the work item', 'additionalProperties': {}}}, 'additionalProperties': False}}, {'name': 'updateWorkItem', 'description': 'Update an existing work item', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'fields'], 'properties': {'id': {'type': 'number', 'description': 'ID of the work item to update'}, 'fields': {'type': 'object', 'description': 'Fields to update on the work item', 'additionalProperties': {}}}, 'additionalProperties': False}}, {'name': 'addWorkItemComment', 'description': 'Add a comment to a work item', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'text'], 'properties': {'id': {'type': 'number', 'description': 'ID of the work item'}, 'text': {'type': 'string', 'description': 'Comment text'}}, 'additionalProperties': False}}, {'name': 'updateWorkItemState', 'description': 'Update the state of a work item', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'state'], 'properties': {'id': {'type': 'number', 'description': 'ID of the work item'}, 'state': {'type': 'string', 'description': 'New state for the work item'}, 'comment': {'type': 'string', 'description': 'Comment explaining the state change'}}, 'additionalProperties': False}}, {'name': 'assignWorkItem', 'description': 'Assign a work item to a user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'assignedTo'], 'properties': {'id': {'type': 'number', 'description': 'ID of the work item'}, 'assignedTo': {'type': 'string', 'description': 'User to assign the work item to'}}, 'additionalProperties': False}}, {'name': 'createLink', 'description': 'Create a link between work items', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sourceId', 'targetId', 'linkType'], 'properties': {'comment': {'type': 'string', 'description': 'Comment explaining the link'}, 'linkType': {'type': 'string', 'description': 'Type of link to create'}, 'sourceId': {'type': 'number', 'description': 'ID of the source work item'}, 'targetId': {'type': 'number', 'description': 'ID of the target work item'}}, 'additionalProperties': False}}, {'name': 'bulkCreateWorkItems', 'description': 'Create or update multiple work items in a single operation', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workItems'], 'properties': {'workItems': {'type': 'array', 'description': 'Array of work items to create or update'}}, 'additionalProperties': False}}, {'name': 'getBoards', 'description': 'Get all boards for a team', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'teamId': {'type': 'string', 'description': 'Team ID (uses default team if not specified)'}}, 'additionalProperties': False}}, {'name': 'getBoardColumns', 'description': 'Get columns for a specific board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId'], 'properties': {'teamId': {'type': 'string', 'description': 'Team ID (uses default team if not specified)'}, 'boardId': {'type': 'string', 'description': 'ID of the board'}}, 'additionalProperties': False}}, {'name': 'getBoardItems', 'description': 'Get items on a specific board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId'], 'properties': {'teamId': {'type': 'string', 'description': 'Team ID (uses default team if not specified)'}, 'boardId': {'type': 'string', 'description': 'ID of the board'}}, 'additionalProperties': False}}, {'name': 'moveCardOnBoard', 'description': 'Move a card on a board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'workItemId', 'columnId'], 'properties': {'teamId': {'type': 'string', 'description': 'Team ID (uses default team if not specified)'}, 'boardId': {'type': 'string', 'description': 'ID of the board'}, 'columnId': {'type': 'string', 'description': 'ID of the column to move to'}, 'position': {'type': 'number', 'description': 'Position within the column'}, 'workItemId': {'type': 'number', 'description': 'ID of the work item to move'}}, 'additionalProperties': False}}, {'name': 'getSprints', 'description': 'Get all sprints for a team', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'teamId': {'type': 'string', 'description': 'Team ID (uses default team if not specified)'}}, 'additionalProperties': False}}, {'name': 'getCurrentSprint', 'description': 'Get the current sprint', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'teamId': {'type': 'string', 'description': 'Team ID (uses default team if not specified)'}}, 'additionalProperties': False}}, {'name': 'getSprintWorkItems', 'description': 'Get work items in a specific sprint', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sprintId'], 'properties': {'teamId': {'type': 'string', 'description': 'Team ID (uses default team if not specified)'}, 'sprintId': {'type': 'string', 'description': 'ID of the sprint'}}, 'additionalProperties': False}}, {'name': 'getSprintCapacity', 'description': 'Get capacity for a specific sprint', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sprintId'], 'properties': {'teamId': {'type': 'string', 'description': 'Team ID (uses default team if not specified)'}, 'sprintId': {'type': 'string', 'description': 'ID of the sprint'}}, 'additionalProperties': False}}, {'name': 'getTeamMembers', 'description': 'Get members of a team', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'teamId': {'type': 'string', 'description': 'Team ID (uses default team if not specified)'}}, 'additionalProperties': False}}, {'name': 'listProjects', 'description': 'List all projects', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'top': {'type': 'number', 'description': 'Maximum number of projects to return'}, 'skip': {'type': 'number', 'description': 'Number of projects to skip'}, 'stateFilter': {'enum': ['all', 'createPending', 'deleted', 'deleting', 'new', 'unchanged', 'wellFormed'], 'type': 'string', 'description': 'Filter by project state'}}, 'additionalProperties': False}}, {'name': 'getProjectDetails', 'description': 'Get details of a specific project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the project'}, 'includeHistory': {'type': 'boolean', 'description': 'Include project history'}, 'includeCapabilities': {'type': 'boolean', 'description': 'Include project capabilities'}}, 'additionalProperties': False}}, {'name': 'createProject', 'description': 'Create a new project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the project'}, 'visibility': {'enum': ['private', 'public'], 'type': 'string', 'description': 'Visibility of the project'}, 'description': {'type': 'string', 'description': 'Description of the project'}, 'capabilities': {'type': 'object', 'description': 'Project capabilities', 'additionalProperties': {}}, 'processTemplateId': {'type': 'string', 'description': 'Process template ID'}}, 'additionalProperties': False}}, {'name': 'getAreas', 'description': 'Get areas for a project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'depth': {'type': 'number', 'description': 'Maximum depth of the area hierarchy'}, 'projectId': {'type': 'string', 'description': 'ID of the project'}}, 'additionalProperties': False}}, {'name': 'getIterations', 'description': 'Get iterations for a project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the project'}, 'includeDeleted': {'type': 'boolean', 'description': 'Include deleted iterations'}}, 'additionalProperties': False}}, {'name': 'createArea', 'description': 'Create a new area in a project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the area'}, 'projectId': {'type': 'string', 'description': 'ID of the project'}, 'parentPath': {'type': 'string', 'description': 'Path of the parent area'}}, 'additionalProperties': False}}, {'name': 'createIteration', 'description': 'Create a new iteration in a project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the iteration'}, 'projectId': {'type': 'string', 'description': 'ID of the project'}, 'startDate': {'type': 'string', 'description': 'Start date of the iteration'}, 'finishDate': {'type': 'string', 'description': 'End date of the iteration'}, 'parentPath': {'type': 'string', 'description': 'Path of the parent iteration'}}, 'additionalProperties': False}}, {'name': 'getProcesses', 'description': 'Get all processes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'expandIcon': {'type': 'boolean', 'description': 'Include process icons'}}, 'additionalProperties': False}}, {'name': 'getWorkItemTypes', 'description': 'Get work item types for a process', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['processId'], 'properties': {'processId': {'type': 'string', 'description': 'ID of the process'}}, 'additionalProperties': False}}, {'name': 'getWorkItemTypeFields', 'description': 'Get fields for a work item type', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['processId', 'witRefName'], 'properties': {'processId': {'type': 'string', 'description': 'ID of the process'}, 'witRefName': {'type': 'string', 'description': 'Reference name of the work item type'}}, 'additionalProperties': False}}, {'name': 'listRepositories', 'description': 'List all repositories', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'projectId': {'type': 'string', 'description': 'Filter by project'}, 'includeHidden': {'type': 'boolean', 'description': 'Include hidden repositories'}, 'includeAllUrls': {'type': 'boolean', 'description': 'Include all URLs'}}, 'additionalProperties': False}}, {'name': 'getRepository', 'description': 'Get details of a specific repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'repositoryId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the project'}, 'repositoryId': {'type': 'string', 'description': 'ID of the repository'}}, 'additionalProperties': False}}, {'name': 'createRepository', 'description': 'Create a new repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'projectId'], 'properties': {'name': {'type': 'string', 'description': 'Name of the repository'}, 'projectId': {'type': 'string', 'description': 'ID of the project'}}, 'additionalProperties': False}}, {'name': 'listBranches', 'description': 'List branches in a repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryId'], 'properties': {'top': {'type': 'number', 'description': 'Maximum number of branches to return'}, 'filter': {'type': 'string', 'description': 'Filter branches by name'}, 'repositoryId': {'type': 'string', 'description': 'ID of the repository'}}, 'additionalProperties': False}}, {'name': 'searchCode', 'description': 'Search for code in repositories', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['searchText'], 'properties': {'top': {'type': 'number', 'description': 'Maximum number of results to return'}, 'projectId': {'type': 'string', 'description': 'ID of the project'}, 'searchText': {'type': 'string', 'description': 'Text to search for'}, 'repositoryId': {'type': 'string', 'description': 'ID of the repository'}, 'fileExtension': {'type': 'string', 'description': 'File extension to filter by'}}, 'additionalProperties': False}}, {'name': 'browseRepository', 'description': 'Browse the contents of a repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryId'], 'properties': {'path': {'type': 'string', 'description': 'Path within the repository'}, 'repositoryId': {'type': 'string', 'description': 'ID of the repository'}, 'versionDescriptor': {'type': 'object', 'properties': {'version': {'type': 'string', 'description': 'Version (branch, tag, or commit)'}, 'versionType': {'type': 'string', 'description': 'Version type'}, 'versionOptions': {'type': 'string', 'description': 'Version options'}}, 'description': 'Version descriptor', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'getFileContent', 'description': 'Get the content of a file', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryId', 'path'], 'properties': {'path': {'type': 'string', 'description': 'Path to the file'}, 'repositoryId': {'type': 'string', 'description': 'ID of the repository'}, 'versionDescriptor': {'type': 'object', 'properties': {'version': {'type': 'string', 'description': 'Version (branch, tag, or commit)'}, 'versionType': {'type': 'string', 'description': 'Version type'}, 'versionOptions': {'type': 'string', 'description': 'Version options'}}, 'description': 'Version descriptor', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'getCommitHistory', 'description': 'Get commit history for a repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryId'], 'properties': {'top': {'type': 'number', 'description': 'Maximum number of commits to return'}, 'skip': {'type': 'number', 'description': 'Number of commits to skip'}, 'itemPath': {'type': 'string', 'description': 'Path to filter commits by'}, 'repositoryId': {'type': 'string', 'description': 'ID of the repository'}}, 'additionalProperties': False}}, {'name': 'listPullRequests', 'description': 'List pull requests', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryId'], 'properties': {'top': {'type': 'number', 'description': 'Maximum number of pull requests to return'}, 'skip': {'type': 'number', 'description': 'Number of pull requests to skip'}, 'status': {'enum': ['abandoned', 'active', 'all', 'completed', 'notSet'], 'type': 'string', 'description': 'Filter by status'}, 'creatorId': {'type': 'string', 'description': 'Filter by creator'}, 'reviewerId': {'type': 'string', 'description': 'Filter by reviewer'}, 'repositoryId': {'type': 'string', 'description': 'ID of the repository'}}, 'additionalProperties': False}}, {'name': 'createPullRequest', 'description': 'Create a new pull request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryId', 'sourceRefName', 'targetRefName', 'title'], 'properties': {'title': {'type': 'string', 'description': 'Title of the pull request'}, 'reviewers': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of reviewers'}, 'description': {'type': 'string', 'description': 'Description of the pull request'}, 'repositoryId': {'type': 'string', 'description': 'ID of the repository'}, 'sourceRefName': {'type': 'string', 'description': 'Source branch'}, 'targetRefName': {'type': 'string', 'description': 'Target branch'}}, 'additionalProperties': False}}, {'name': 'getPullRequest', 'description': 'Get details of a specific pull request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryId', 'pullRequestId'], 'properties': {'repositoryId': {'type': 'string', 'description': 'ID of the repository'}, 'pullRequestId': {'type': 'number', 'description': 'ID of the pull request'}}, 'additionalProperties': False}}, {'name': 'getPullRequestComments', 'description': 'Get comments on a pull request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryId', 'pullRequestId'], 'properties': {'top': {'type': 'number', 'description': 'Maximum number of comments to return'}, 'skip': {'type': 'number', 'description': 'Number of comments to skip'}, 'threadId': {'type': 'number', 'description': 'ID of a specific thread'}, 'repositoryId': {'type': 'string', 'description': 'ID of the repository'}, 'pullRequestId': {'type': 'number', 'description': 'ID of the pull request'}}, 'additionalProperties': False}}, {'name': 'approvePullRequest', 'description': 'Approve a pull request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryId', 'pullRequestId'], 'properties': {'repositoryId': {'type': 'string', 'description': 'ID of the repository'}, 'pullRequestId': {'type': 'number', 'description': 'ID of the pull request'}}, 'additionalProperties': False}}, {'name': 'mergePullRequest', 'description': 'Merge a pull request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryId', 'pullRequestId'], 'properties': {'comment': {'type': 'string', 'description': 'Comment for the merge commit'}, 'repositoryId': {'type': 'string', 'description': 'ID of the repository'}, 'mergeStrategy': {'enum': ['noFastForward', 'rebase', 'rebaseMerge', 'squash'], 'type': 'string', 'description': 'Merge strategy'}, 'pullRequestId': {'type': 'number', 'description': 'ID of the pull request'}}, 'additionalProperties': False}}, {'name': 'runAutomatedTests', 'description': 'Execute automated test suites', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'testPlanId': {'type': 'number', 'description': 'ID of the test plan to run'}, 'testSuiteId': {'type': 'number', 'description': 'ID of the test suite to run'}, 'testEnvironment': {'type': 'string', 'description': 'Environment to run tests in'}, 'parallelExecution': {'type': 'boolean', 'description': 'Whether to run tests in parallel'}}, 'additionalProperties': False}}, {'name': 'getTestAutomationStatus', 'description': 'Check status of automated test execution', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['testRunId'], 'properties': {'testRunId': {'type': 'number', 'description': 'ID of the test run to check status for'}}, 'additionalProperties': False}}, {'name': 'configureTestAgents', 'description': 'Configure and manage test agents', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['agentName'], 'properties': {'enabled': {'type': 'boolean', 'description': 'Whether the agent should be enabled'}, 'agentName': {'type': 'string', 'description': 'Name of the test agent to configure'}, 'capabilities': {'type': 'object', 'description': 'Capabilities to set for the agent', 'additionalProperties': {}}}, 'additionalProperties': False}}, {'name': 'createTestDataGenerator', 'description': 'Generate test data for automated tests', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'dataSchema'], 'properties': {'name': {'type': 'string', 'description': 'Name of the test data generator'}, 'dataSchema': {'type': 'object', 'description': 'Schema for the test data to generate', 'additionalProperties': {}}, 'recordCount': {'type': 'number', 'description': 'Number of records to generate'}}, 'additionalProperties': False}}, {'name': 'manageTestEnvironments', 'description': 'Manage test environments for different test types', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['environmentName', 'action'], 'properties': {'action': {'enum': ['create', 'update', 'delete'], 'type': 'string', 'description': 'Action to perform'}, 'properties': {'type': 'object', 'description': 'Properties for the environment', 'additionalProperties': {}}, 'environmentName': {'type': 'string', 'description': 'Name of the test environment'}}, 'additionalProperties': False}}, {'name': 'getTestFlakiness', 'description': 'Analyze and report on test flakiness', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'testId': {'type': 'number', 'description': 'ID of a specific test to analyze'}, 'timeRange': {'type': 'string', 'description': "Time range for analysis (e.g., '30d')"}, 'testRunIds': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Specific test runs to analyze'}}, 'additionalProperties': False}}, {'name': 'getTestGapAnalysis', 'description': 'Identify gaps in test coverage', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'areaPath': {'type': 'string', 'description': 'Area path to analyze'}, 'codeChangesOnly': {'type': 'boolean', 'description': 'Only analyze recent code changes'}}, 'additionalProperties': False}}, {'name': 'runTestImpactAnalysis', 'description': 'Determine which tests to run based on code changes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['buildId'], 'properties': {'buildId': {'type': 'number', 'description': 'ID of the build to analyze'}, 'changedFiles': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of changed files'}}, 'additionalProperties': False}}, {'name': 'getTestHealthDashboard', 'description': 'View overall test health metrics', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'timeRange': {'type': 'string', 'description': "Time range for metrics (e.g., '90d')"}, 'includeTrends': {'type': 'boolean', 'description': 'Include trend data'}}, 'additionalProperties': False}}, {'name': 'runTestOptimization', 'description': 'Optimize test suite execution for faster feedback', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['testPlanId', 'optimizationGoal'], 'properties': {'testPlanId': {'type': 'number', 'description': 'ID of the test plan to optimize'}, 'optimizationGoal': {'enum': ['time', 'coverage', 'reliability'], 'type': 'string', 'description': 'Optimization goal'}}, 'additionalProperties': False}}, {'name': 'createExploratorySessions', 'description': 'Create new exploratory testing sessions', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title'], 'properties': {'title': {'type': 'string', 'description': 'Title of the exploratory session'}, 'areaPath': {'type': 'string', 'description': 'Area path for the session'}, 'description': {'type': 'string', 'description': 'Description of the session'}}, 'additionalProperties': False}}, {'name': 'recordExploratoryTestResults', 'description': 'Record findings during exploratory testing', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sessionId', 'findings'], 'properties': {'findings': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of findings to record'}, 'sessionId': {'type': 'number', 'description': 'ID of the exploratory session'}, 'attachments': {'type': 'array', 'description': 'Attachments for the findings'}}, 'additionalProperties': False}}, {'name': 'convertFindingsToWorkItems', 'description': 'Convert exploratory test findings to work items', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sessionId', 'findingIds'], 'properties': {'sessionId': {'type': 'number', 'description': 'ID of the exploratory session'}, 'findingIds': {'type': 'array', 'items': {'type': 'number'}, 'description': 'IDs of findings to convert'}, 'workItemType': {'type': 'string', 'description': 'Type of work item to create'}}, 'additionalProperties': False}}, {'name': 'getExploratoryTestStatistics', 'description': 'Get statistics on exploratory testing activities', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'userId': {'type': 'string', 'description': 'Filter by specific user'}, 'timeRange': {'type': 'string', 'description': "Time range for statistics (e.g., '90d')"}}, 'additionalProperties': False}}, {'name': 'runSecurityScan', 'description': 'Run security scans on repositories', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryId'], 'properties': {'branch': {'type': 'string', 'description': 'Branch to scan'}, 'scanType': {'enum': ['static', 'dynamic', 'container', 'dependency', 'all'], 'type': 'string', 'description': 'Type of security scan to run'}, 'repositoryId': {'type': 'string', 'description': 'ID of the repository to scan'}}, 'additionalProperties': False}}, {'name': 'getSecurityScanResults', 'description': 'Get results from security scans', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['scanId'], 'properties': {'scanId': {'type': 'string', 'description': 'ID of the scan to get results for'}, 'severity': {'enum': ['critical', 'high', 'medium', 'low', 'all'], 'type': 'string', 'description': 'Filter results by severity'}}, 'additionalProperties': False}}, {'name': 'trackSecurityVulnerabilities', 'description': 'Track and manage security vulnerabilities', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'status': {'enum': ['open', 'in-progress', 'mitigated', 'resolved', 'false-positive'], 'type': 'string', 'description': 'Filter by vulnerability status'}, 'timeRange': {'type': 'string', 'description': "Time range for tracking (e.g., '90d')"}, 'vulnerabilityId': {'type': 'string', 'description': 'ID of a specific vulnerability to track'}}, 'additionalProperties': False}}, {'name': 'generateSecurityCompliance', 'description': 'Generate security compliance reports', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'standardType': {'enum': ['owasp', 'pci-dss', 'hipaa', 'gdpr', 'iso27001', 'custom'], 'type': 'string', 'description': 'Compliance standard to report on'}, 'includeEvidence': {'type': 'boolean', 'description': 'Include evidence in the report'}}, 'additionalProperties': False}}, {'name': 'integrateSarifResults', 'description': 'Import and process SARIF format security results', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sarifFilePath'], 'properties': {'sarifFilePath': {'type': 'string', 'description': 'Path to the SARIF file to import'}, 'createWorkItems': {'type': 'boolean', 'description': 'Create work items from findings'}}, 'additionalProperties': False}}, {'name': 'runComplianceChecks', 'description': 'Run compliance checks against standards', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['complianceStandard'], 'properties': {'scopeId': {'type': 'string', 'description': 'Scope of the compliance check'}, 'complianceStandard': {'type': 'string', 'description': 'Compliance standard to check against'}}, 'additionalProperties': False}}, {'name': 'getComplianceStatus', 'description': 'Get current compliance status', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'standardId': {'type': 'string', 'description': 'ID of the compliance standard'}, 'includeHistory': {'type': 'boolean', 'description': 'Include historical compliance data'}}, 'additionalProperties': False}}, {'name': 'createComplianceReport', 'description': 'Create compliance reports for auditing', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['standardId'], 'properties': {'format': {'enum': ['pdf', 'html', 'json'], 'type': 'string', 'description': 'Format of the report'}, 'standardId': {'type': 'string', 'description': 'ID of the compliance standard'}}, 'additionalProperties': False}}, {'name': 'manageSecurityPolicies', 'description': 'Manage security policies', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['policyName', 'action'], 'properties': {'action': {'enum': ['create', 'update', 'delete', 'get'], 'type': 'string', 'description': 'Action to perform on the policy'}, 'policyName': {'type': 'string', 'description': 'Name of the security policy'}, 'policyDefinition': {'type': 'object', 'description': 'Definition of the policy', 'additionalProperties': {}}}, 'additionalProperties': False}}, {'name': 'trackSecurityAwareness', 'description': 'Track security awareness and training', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'teamId': {'type': 'string', 'description': 'ID of the team to track'}, 'timeRange': {'type': 'string', 'description': "Time range for tracking (e.g., '90d')"}, 'trainingId': {'type': 'string', 'description': 'ID of specific training to track'}}, 'additionalProperties': False}}, {'name': 'rotateSecrets', 'description': 'Rotate secrets and credentials', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'force': {'type': 'boolean', 'description': 'Force rotation even if not expired'}, 'secretName': {'type': 'string', 'description': 'Name of the secret to rotate'}, 'secretType': {'enum': ['password', 'token', 'certificate', 'key'], 'type': 'string', 'description': 'Type of secret to rotate'}}, 'additionalProperties': False}}, {'name': 'auditSecretUsage', 'description': 'Audit usage of secrets across services', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'timeRange': {'type': 'string', 'description': "Time range for the audit (e.g., '30d')"}, 'secretName': {'type': 'string', 'description': 'Name of the secret to audit'}}, 'additionalProperties': False}}, {'name': 'vaultIntegration', 'description': 'Integrate with secret vaults', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['vaultUrl', 'action'], 'properties': {'action': {'enum': ['get', 'list', 'set', 'delete'], 'type': 'string', 'description': 'Action to perform'}, 'vaultUrl': {'type': 'string', 'description': 'URL of the vault to integrate with'}, 'secretPath': {'type': 'string', 'description': 'Path to the secret in the vault'}, 'secretValue': {'type': 'string', 'description': "Value to set (for 'set' action)"}}, 'additionalProperties': False}}, {'name': 'listArtifactFeeds', 'description': 'List artifact feeds in the organization', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'feedType': {'enum': ['npm', 'nuget', 'maven', 'python', 'universal', 'all'], 'type': 'string', 'description': 'Type of feeds to list'}, 'includeDeleted': {'type': 'boolean', 'description': 'Include deleted feeds'}}, 'additionalProperties': False}}, {'name': 'getPackageVersions', 'description': 'Get versions of a package in a feed', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['feedId', 'packageName'], 'properties': {'top': {'type': 'number', 'description': 'Maximum number of versions to return'}, 'feedId': {'type': 'string', 'description': 'ID of the feed'}, 'packageName': {'type': 'string', 'description': 'Name of the package'}}, 'additionalProperties': False}}, {'name': 'publishPackage', 'description': 'Publish a package to a feed', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['feedId', 'packageType', 'packagePath'], 'properties': {'feedId': {'type': 'string', 'description': 'ID of the feed to publish to'}, 'packagePath': {'type': 'string', 'description': 'Path to the package file'}, 'packageType': {'enum': ['npm', 'nuget', 'maven', 'python', 'universal'], 'type': 'string', 'description': 'Type of package'}, 'packageVersion': {'type': 'string', 'description': 'Version of the package'}}, 'additionalProperties': False}}, {'name': 'promotePackage', 'description': 'Promote a package version between views', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['feedId', 'packageName', 'packageVersion', 'sourceView', 'targetView'], 'properties': {'feedId': {'type': 'string', 'description': 'ID of the feed'}, 'sourceView': {'type': 'string', 'description': "Source view (e.g., 'prerelease')"}, 'targetView': {'type': 'string', 'description': "Target view (e.g., 'release')"}, 'packageName': {'type': 'string', 'description': 'Name of the package'}, 'packageVersion': {'type': 'string', 'description': 'Version of the package'}}, 'additionalProperties': False}}, {'name': 'deletePackageVersion', 'description': 'Delete a version of a package', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['feedId', 'packageName', 'packageVersion'], 'properties': {'feedId': {'type': 'string', 'description': 'ID of the feed'}, 'permanent': {'type': 'boolean', 'description': 'Permanently delete the package version'}, 'packageName': {'type': 'string', 'description': 'Name of the package'}, 'packageVersion': {'type': 'string', 'description': 'Version of the package to delete'}}, 'additionalProperties': False}}, {'name': 'listContainerImages', 'description': 'List container images in a repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'includeDeleted': {'type': 'boolean', 'description': 'Include deleted images'}, 'repositoryName': {'type': 'string', 'description': 'Name of the container repository'}, 'includeManifests': {'type': 'boolean', 'description': 'Include image manifests'}}, 'additionalProperties': False}}, {'name': 'getContainerImageTags', 'description': 'Get tags for a container image', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryName', 'imageName'], 'properties': {'top': {'type': 'number', 'description': 'Maximum number of tags to return'}, 'imageName': {'type': 'string', 'description': 'Name of the container image'}, 'repositoryName': {'type': 'string', 'description': 'Name of the container repository'}}, 'additionalProperties': False}}, {'name': 'scanContainerImage', 'description': 'Scan a container image for vulnerabilities and compliance issues', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryName', 'imageTag'], 'properties': {'imageTag': {'type': 'string', 'description': 'Tag of the container image to scan'}, 'scanType': {'enum': ['vulnerability', 'compliance', 'both'], 'type': 'string', 'description': 'Type of scan to perform'}, 'repositoryName': {'type': 'string', 'description': 'Name of the container repository'}}, 'additionalProperties': False}}, {'name': 'manageContainerPolicies', 'description': 'Manage policies for container repositories', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryName', 'policyType', 'action'], 'properties': {'action': {'enum': ['get', 'set', 'delete'], 'type': 'string', 'description': 'Action to perform on the policy'}, 'policyType': {'enum': ['retention', 'security', 'access'], 'type': 'string', 'description': 'Type of policy to manage'}, 'policySettings': {'type': 'object', 'description': 'Settings for the policy when setting', 'additionalProperties': {}}, 'repositoryName': {'type': 'string', 'description': 'Name of the container repository'}}, 'additionalProperties': False}}, {'name': 'manageUniversalPackages', 'description': 'Manage universal packages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packageName', 'action'], 'properties': {'action': {'enum': ['download', 'upload', 'delete'], 'type': 'string', 'description': 'Action to perform'}, 'packageName': {'type': 'string', 'description': 'Name of the universal package'}, 'packagePath': {'type': 'string', 'description': 'Path for package upload or download'}, 'packageVersion': {'type': 'string', 'description': 'Version of the package'}}, 'additionalProperties': False}}, {'name': 'createPackageDownloadReport', 'description': 'Create reports on package downloads', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'feedId': {'type': 'string', 'description': 'ID of the feed'}, 'format': {'enum': ['csv', 'json'], 'type': 'string', 'description': 'Format of the report'}, 'timeRange': {'type': 'string', 'description': "Time range for the report (e.g., '30d')"}, 'packageName': {'type': 'string', 'description': 'Name of the package'}}, 'additionalProperties': False}}, {'name': 'checkPackageDependencies', 'description': 'Check package dependencies and vulnerabilities', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packageName'], 'properties': {'packageName': {'type': 'string', 'description': 'Name of the package to check'}, 'packageVersion': {'type': 'string', 'description': 'Version of the package'}, 'includeTransitive': {'type': 'boolean', 'description': 'Include transitive dependencies'}, 'checkVulnerabilities': {'type': 'boolean', 'description': 'Check for known vulnerabilities'}}, 'additionalProperties': False}}, {'name': 'getAICodeReview', 'description': 'Get AI-based code review suggestions', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'commitId': {'type': 'string', 'description': 'ID of the commit to review'}, 'filePath': {'type': 'string', 'description': 'Path to the file to review'}, 'repositoryId': {'type': 'string', 'description': 'ID of the repository'}, 'pullRequestId': {'type': 'number', 'description': 'ID of the pull request to review'}}, 'additionalProperties': False}}, {'name': 'suggestCodeOptimization', 'description': 'Suggest code optimizations using AI', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryId', 'filePath'], 'properties': {'lineEnd': {'type': 'number', 'description': 'Ending line number'}, 'filePath': {'type': 'string', 'description': 'Path to the file to optimize'}, 'lineStart': {'type': 'number', 'description': 'Starting line number'}, 'repositoryId': {'type': 'string', 'description': 'ID of the repository'}, 'optimizationType': {'enum': ['performance', 'memory', 'readability', 'all'], 'type': 'string', 'description': 'Type of optimization to focus on'}}, 'additionalProperties': False}}, {'name': 'identifyCodeSmells', 'description': 'Identify potential code smells and anti-patterns', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryId'], 'properties': {'branch': {'type': 'string', 'description': 'Branch to analyze'}, 'filePath': {'type': 'string', 'description': 'Path to the file to analyze'}, 'severity': {'enum': ['high', 'medium', 'low', 'all'], 'type': 'string', 'description': 'Severity level to filter by'}, 'repositoryId': {'type': 'string', 'description': 'ID of the repository'}}, 'additionalProperties': False}}, {'name': 'getPredictiveBugAnalysis', 'description': 'Predict potential bugs in code changes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['repositoryId'], 'properties': {'branch': {'type': 'string', 'description': 'Branch to analyze'}, 'filePath': {'type': 'string', 'description': 'Path to the file to analyze'}, 'repositoryId': {'type': 'string', 'description': 'ID of the repository'}, 'pullRequestId': {'type': 'number', 'description': 'ID of the pull request'}}, 'additionalProperties': False}}, {'name': 'getDeveloperProductivity', 'description': 'Measure developer productivity metrics', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'teamId': {'type': 'string', 'description': 'ID of the team'}, 'userId': {'type': 'string', 'description': 'ID of the user'}, 'timeRange': {'type': 'string', 'description': "Time range for analysis (e.g., '30d', '3m')"}, 'includeMetrics': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Specific metrics to include'}}, 'additionalProperties': False}}, {'name': 'getPredictiveEffortEstimation', 'description': 'AI-based effort estimation for work items', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'areaPath': {'type': 'string', 'description': 'Area path to filter work items'}, 'workItemIds': {'type': 'array', 'items': {'type': 'number'}, 'description': 'IDs of work items to estimate'}, 'workItemType': {'type': 'string', 'description': 'Type of work items to estimate'}}, 'additionalProperties': False}}, {'name': 'getCodeQualityTrends', 'description': 'Track code quality trends over time', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'branch': {'type': 'string', 'description': 'Branch to analyze'}, 'metrics': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Specific metrics to include'}, 'timeRange': {'type': 'string', 'description': "Time range for analysis (e.g., '90d', '6m')"}, 'repositoryId': {'type': 'string', 'description': 'ID of the repository'}}, 'additionalProperties': False}}, {'name': 'suggestWorkItemRefinements', 'description': 'Get AI suggestions for work item refinements', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'areaPath': {'type': 'string', 'description': 'Area path to filter work items'}, 'workItemId': {'type': 'number', 'description': 'ID of the work item to refine'}, 'workItemType': {'type': 'string', 'description': 'Type of work item'}}, 'additionalProperties': False}}, {'name': 'suggestAutomationOpportunities', 'description': 'Identify opportunities for automation', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'projectId': {'type': 'string', 'description': 'ID of the project'}, 'scopeType': {'enum': ['builds', 'releases', 'tests', 'workitems', 'all'], 'type': 'string', 'description': 'Type of scope to analyze'}}, 'additionalProperties': False}}, {'name': 'createIntelligentAlerts', 'description': 'Set up intelligent alerts based on patterns', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['alertName', 'alertType', 'conditions'], 'properties': {'actions': {'type': 'object', 'description': 'Actions to take when the alert triggers', 'additionalProperties': {}}, 'alertName': {'type': 'string', 'description': 'Name of the alert'}, 'alertType': {'enum': ['build', 'release', 'test', 'workitem', 'code'], 'type': 'string', 'description': 'Type of alert to create'}, 'conditions': {'type': 'object', 'description': 'Conditions for the alert', 'additionalProperties': {}}}, 'additionalProperties': False}}, {'name': 'predictBuildFailures', 'description': 'Predict potential build failures before they occur', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['buildDefinitionId'], 'properties': {'lookbackPeriod': {'type': 'string', 'description': "Period to analyze for patterns (e.g., '30d')"}, 'buildDefinitionId': {'type': 'number', 'description': 'ID of the build definition'}}, 'additionalProperties': False}}, {'name': 'optimizeTestSelection', 'description': 'Intelligently select tests to run based on changes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['buildId'], 'properties': {'buildId': {'type': 'number', 'description': 'ID of the build'}, 'changedFiles': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of changed files'}, 'maxTestCount': {'type': 'number', 'description': 'Maximum number of tests to select'}}, 'additionalProperties': False}}]
@mh8974/railway-mcp
Railway MCP Server
Manage your Railway.app infrastructure effortlessly. Deploy services, manage variables, and monitor deployments using natural language commands. Streamline your development workflow with AI-driven interactions.
2025-03-14T22:32:44.890Z
556
https://smithery.ai/server/@mh8974/railway-mcp
true
null
{ "scanPassed": true }
[{'name': 'database_list_types', 'description': "[QUERY] List all available database types that can be deployed using Railway's official templates\n\n⚡️ Best for:\n ✓ Discovering supported database types\n ✓ Planning database deployments\n ✓ Checking template availability\n\n⚠️ Not for:\n × Listing existing databases\n × Getting database connection details\n\n→ Alternatives: service_create_from_image\n\n→ Next steps: database_deploy\n\n→ Related: database_deploy, service_create_from_image", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'database_deploy_from_template', 'description': "[WORKFLOW] Deploy a pre-configured database using Railway's official templates and best practices\n\n⚡️ Best for:\n ✓ Standard database deployments\n ✓ Quick setup with security defaults\n ✓ Common database types (PostgreSQL, MongoDB, Redis)\n\n⚠️ Not for:\n × Custom database versions\n × Complex configurations\n × Unsupported database types\n\n→ Prerequisites: database_list_types\n\n→ Alternatives: service_create_from_image\n\n→ Next steps: variable_list, service_info\n\n→ Related: volume_create, service_update", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'type', 'region', 'environmentId'], 'properties': {'name': {'type': 'string', 'description': 'Optional custom name for the database service. Default: {type}-database'}, 'type': {'enum': ['postgres', 'mysql', 'mongodb', 'redis', 'minio', 'sqlite3', 'pocketbase', 'clickhouse', 'mariadb', 'pgvector'], 'type': 'string', 'description': 'Type of database to deploy (e.g., postgresql, mongodb, redis). Use service_create_from_image for other types.'}, 'region': {'enum': ['asia-southeast1', 'asia-southeast1-eqsg3a', 'europe-west4', 'europe-west4-drams3a', 'us-east4', 'us-east4-eqdc4a', 'us-west1', 'us-west2'], 'type': 'string', 'description': 'Region where the database should be deployed, try us-west1 before all other regions'}, 'projectId': {'type': 'string', 'description': 'ID of the project where the database will be deployed'}, 'environmentId': {'type': 'string', 'description': 'Environment ID where the database will be deployed (usually obtained from project_info)'}}, 'additionalProperties': False}}, {'name': 'deployment_list', 'description': '[API] List recent deployments for a service in a specific environment\n\n⚡️ Best for:\n ✓ Viewing deployment history\n ✓ Monitoring service updates\n\n→ Prerequisites: service_list\n\n→ Next steps: deployment_logs, deployment_trigger\n\n→ Related: service_info, service_restart', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'serviceId', 'environmentId'], 'properties': {'limit': {'type': 'number', 'description': 'Optional: Maximum number of deployments to return (default: 10)'}, 'projectId': {'type': 'string', 'description': 'ID of the project containing the service'}, 'serviceId': {'type': 'string', 'description': 'ID of the service to list deployments for'}, 'environmentId': {'type': 'string', 'description': 'ID of the environment to list deployments from (usually obtained from service_list)'}}, 'additionalProperties': False}}, {'name': 'deployment_trigger', 'description': '[API] Trigger a new deployment for a service\n\n⚡️ Best for:\n ✓ Deploying code changes\n ✓ Applying configuration updates\n ✓ Rolling back to previous states\n\n⚠️ Not for:\n × Restarting services (use service_restart)\n × Updating service config (use service_update)\n × Database changes\n\n→ Prerequisites: service_list\n\n→ Alternatives: service_restart\n\n→ Next steps: deployment_logs, deployment_status\n\n→ Related: variable_set, service_update', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'serviceId', 'environmentId', 'commitSha'], 'properties': {'commitSha': {'type': 'string', 'description': 'Specific commit SHA from the Git repository'}, 'projectId': {'type': 'string', 'description': 'ID of the project'}, 'serviceId': {'type': 'string', 'description': 'ID of the service'}, 'environmentId': {'type': 'string', 'description': 'ID of the environment'}}, 'additionalProperties': False}}, {'name': 'deployment_logs', 'description': '[API] Get logs for a specific deployment\n\n⚡️ Best for:\n ✓ Debugging deployment issues\n ✓ Monitoring deployment progress\n ✓ Checking build output\n\n⚠️ Not for:\n × Service runtime logs\n × Database logs\n\n→ Prerequisites: deployment_list\n\n→ Next steps: deployment_status\n\n→ Related: service_info, deployment_trigger', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['deploymentId'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of log entries to fetch'}, 'deploymentId': {'type': 'string', 'description': 'ID of the deployment to get logs for'}}, 'additionalProperties': False}}, {'name': 'deployment_status', 'description': '[API] Check the current status of a deployment\n\n⚡️ Best for:\n ✓ Monitoring deployment progress\n ✓ Verifying successful deployments\n ✓ Checking for deployment failures\n\n⚠️ Not for:\n × Service runtime logs\n × Database logs\n\n→ Prerequisites: deployment_list, deployment_trigger\n\n→ Next steps: deployment_logs\n\n→ Related: service_info, service_restart, deployment_wait', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['deploymentId'], 'properties': {'deploymentId': {'type': 'string', 'description': 'ID of the deployment to check status for'}}, 'additionalProperties': False}}, {'name': 'domain_list', 'description': '[API] List all domains (both service and custom) for a service\n\n⚡️ Best for:\n ✓ Viewing service endpoints\n ✓ Managing domain configurations\n ✓ Auditing domain settings\n\n→ Prerequisites: service_list\n\n→ Next steps: domain_create, domain_update\n\n→ Related: service_info, tcp_proxy_list', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'environmentId', 'serviceId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the project containing the service'}, 'serviceId': {'type': 'string', 'description': 'ID of the service to list domains for'}, 'environmentId': {'type': 'string', 'description': 'ID of the environment that the service is in to list domains from (usually obtained from service_list)'}}, 'additionalProperties': False}}, {'name': 'domain_create', 'description': '[API] Create a new domain for a service\n\n⚡️ Best for:\n ✓ Setting up custom domains\n ✓ Configuring service endpoints\n ✓ Adding HTTPS endpoints\n\n⚠️ Not for:\n × TCP proxy setup (use tcp_proxy_create)\n × Internal service communication\n\n→ Prerequisites: service_list, domain_check\n\n→ Alternatives: tcp_proxy_create\n\n→ Next steps: domain_update\n\n→ Related: service_info, domain_list', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['environmentId', 'serviceId'], 'properties': {'domain': {'type': 'string', 'description': "Custom domain name (optional, as railway will generate one for you and is generally better to leave it up to railway to generate one. There's usually no need to specify this and there are no use cases for overriding it.)"}, 'suffix': {'type': 'string', 'description': 'Suffix for the domain (optional, railway will generate one for you and is generally better to leave it up to railway to generate one.)'}, 'serviceId': {'type': 'string', 'description': 'ID of the service'}, 'targetPort': {'type': 'number', 'description': 'Target port for the domain (optional, as railway will use the default port for the service and detect it automatically.)'}, 'environmentId': {'type': 'string', 'description': 'ID of the environment'}}, 'additionalProperties': False}}, {'name': 'domain_check', 'description': '[API] Check if a domain is available for use\n\n⚡️ Best for:\n ✓ Validating domain availability\n ✓ Pre-deployment checks\n ✓ Domain planning\n\n→ Next steps: domain_create\n\n→ Related: domain_list', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domain'], 'properties': {'domain': {'type': 'string', 'description': 'Domain name to check availability for'}}, 'additionalProperties': False}}, {'name': 'domain_update', 'description': "[API] Update a domain's configuration\n\n⚡️ Best for:\n ✓ Changing target ports\n ✓ Updating domain settings\n ✓ Reconfiguring endpoints\n\n⚠️ Not for:\n × Changing domain names (delete and recreate instead)\n × TCP proxy configuration\n\n→ Prerequisites: domain_list\n\n→ Next steps: domain_list\n\n→ Related: service_update", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'targetPort'], 'properties': {'id': {'type': 'string', 'description': 'ID of the domain to update'}, 'targetPort': {'type': 'number', 'description': 'New port number to route traffic to'}}, 'additionalProperties': False}}, {'name': 'domain_delete', 'description': '[API] Delete a domain from a service\n\n⚡️ Best for:\n ✓ Removing unused domains\n ✓ Cleaning up configurations\n ✓ Domain management\n\n⚠️ Not for:\n × Temporary domain disabling\n × Port updates (use domain_update)\n\n→ Prerequisites: domain_list\n\n→ Alternatives: domain_update\n\n→ Related: service_update', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'ID of the domain to delete'}}, 'additionalProperties': False}}, {'name': 'project_list', 'description': '[API] List all projects in your Railway account\n\n⚡️ Best for:\n ✓ Getting an overview of all projects\n ✓ Finding project IDs\n ✓ Project discovery and management\n\n→ Next steps: project_info, service_list\n\n→ Related: project_create, project_delete', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'project_info', 'description': '[API] Get detailed information about a specific Railway project\n\n⚡️ Best for:\n ✓ Viewing project details and status\n ✓ Checking environments and services\n ✓ Project configuration review\n\n→ Prerequisites: project_list\n\n→ Next steps: service_list, variable_list\n\n→ Related: project_update, project_delete', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the project to get information about'}}, 'additionalProperties': False}}, {'name': 'project_create', 'description': '[API] Create a new Railway project\n\n⚡️ Best for:\n ✓ Starting new applications\n ✓ Setting up development environments\n ✓ Creating project spaces\n\n⚠️ Not for:\n × Duplicating existing projects\n\n→ Next steps: service_create_from_repo, service_create_from_image, database_deploy\n\n→ Related: project_delete, project_update', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name for the new project'}, 'teamId': {'type': 'string', 'description': 'Optional team ID to create the project under'}}, 'additionalProperties': False}}, {'name': 'project_delete', 'description': '[API] Delete a Railway project and all its resources\n\n⚡️ Best for:\n ✓ Removing unused projects\n ✓ Cleaning up test projects\n\n⚠️ Not for:\n × Temporary project deactivation\n × Service-level cleanup (use service_delete)\n\n→ Prerequisites: project_list, project_info\n\n→ Alternatives: service_delete\n\n→ Related: project_create', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the project to delete'}}, 'additionalProperties': False}}, {'name': 'project_environments', 'description': 'List all environments in a project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the project'}}, 'additionalProperties': False}}, {'name': 'service_list', 'description': "[API] List all services in a specific Railway project\n\n⚡️ Best for:\n ✓ Getting an overview of a project's services\n ✓ Finding service IDs\n ✓ Checking service status\n\n→ Prerequisites: project_list\n\n→ Next steps: service_info, deployment_list\n\n→ Related: project_info, variable_list", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the project to list services from'}}, 'additionalProperties': False}}, {'name': 'service_info', 'description': '[API] Get detailed information about a specific service\n\n⚡️ Best for:\n ✓ Viewing service configuration and status\n ✓ Checking deployment details\n ✓ Monitoring service health\n\n→ Prerequisites: service_list\n\n→ Next steps: deployment_list, variable_list\n\n→ Related: service_update, deployment_trigger', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'serviceId', 'environmentId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the project containing the service'}, 'serviceId': {'type': 'string', 'description': 'ID of the service to get information about'}, 'environmentId': {'type': 'string', 'description': 'ID of the environment to check (usually obtained from service_list)'}}, 'additionalProperties': False}}, {'name': 'service_create_from_repo', 'description': '[API] Create a new service from a GitHub repository\n\n⚡️ Best for:\n ✓ Deploying applications from source code\n ✓ Services that need build processes\n ✓ GitHub-hosted projects\n\n⚠️ Not for:\n × Pre-built Docker images (use service_create_from_image)\n × Database deployments (use database_deploy)\n × Static file hosting\n\n→ Prerequisites: project_list\n\n→ Alternatives: service_create_from_image, database_deploy\n\n→ Next steps: variable_set, service_update\n\n→ Related: deployment_trigger, service_info', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'repo'], 'properties': {'name': {'type': 'string', 'description': 'Optional custom name for the service'}, 'repo': {'type': 'string', 'description': "GitHub repository URL or name (e.g., 'owner/repo')"}, 'projectId': {'type': 'string', 'description': 'ID of the project to create the service in'}}, 'additionalProperties': False}}, {'name': 'service_create_from_image', 'description': '[API] Create a new service from a Docker image\n\n⚡️ Best for:\n ✓ Custom database deployments\n ✓ Pre-built container deployments\n ✓ Specific version requirements\n\n⚠️ Not for:\n × Standard database deployments (use database_deploy)\n × GitHub repository deployments (use service_create_from_repo)\n × Services needing build process\n\n→ Prerequisites: project_list\n\n→ Alternatives: database_deploy, service_create_from_repo\n\n→ Next steps: variable_set, service_update, tcp_proxy_create\n\n→ Related: volume_create, deployment_trigger', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'image'], 'properties': {'name': {'type': 'string', 'description': 'Optional custom name for the service'}, 'image': {'type': 'string', 'description': "Docker image to use (e.g., 'postgres:13-alpine')"}, 'projectId': {'type': 'string', 'description': 'ID of the project to create the service in'}}, 'additionalProperties': False}}, {'name': 'service_update', 'description': "[API] Update a service's configuration\n\n⚡️ Best for:\n ✓ Changing service settings\n ✓ Updating resource limits\n ✓ Modifying deployment configuration\n\n⚠️ Not for:\n × Updating environment variables (use variable_set)\n × Restarting services (use service_restart)\n × Triggering new deployments (use deployment_trigger)\n\n→ Prerequisites: service_list, service_info\n\n→ Next steps: deployment_trigger\n\n→ Related: service_restart, variable_set", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'serviceId', 'environmentId'], 'properties': {'region': {'enum': ['asia-southeast1', 'asia-southeast1-eqsg3a', 'europe-west4', 'europe-west4-drams3a', 'us-east4', 'us-east4-eqdc4a', 'us-west1', 'us-west2'], 'type': 'string', 'description': 'Optional: Region to deploy the service in'}, 'projectId': {'type': 'string', 'description': 'ID of the project containing the service'}, 'serviceId': {'type': 'string', 'description': 'ID of the service to update'}, 'numReplicas': {'type': 'number', 'description': 'Optional: Number of service replicas to run'}, 'buildCommand': {'type': 'string', 'description': 'Optional: Command to build the service'}, 'startCommand': {'type': 'string', 'description': 'Optional: Command to start the service'}, 'environmentId': {'type': 'string', 'description': 'ID of the environment to update (usually obtained from service_info)'}, 'rootDirectory': {'type': 'string', 'description': 'Optional: Root directory containing the service code'}, 'healthcheckPath': {'type': 'string', 'description': 'Optional: Path for health checks'}, 'sleepApplication': {'type': 'boolean', 'description': 'Optional: Whether to enable sleep mode'}}, 'additionalProperties': False}}, {'name': 'service_delete', 'description': '[API] Delete a service from a project\n\n⚡️ Best for:\n ✓ Removing unused services\n ✓ Cleaning up test services\n ✓ Project reorganization\n\n⚠️ Not for:\n × Temporary service stoppage (use service_restart)\n × Updating service configuration (use service_update)\n\n→ Prerequisites: service_list, service_info\n\n→ Alternatives: service_restart\n\n→ Related: project_delete', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'serviceId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the project containing the service'}, 'serviceId': {'type': 'string', 'description': 'ID of the service to delete'}}, 'additionalProperties': False}}, {'name': 'service_restart', 'description': '[API] Restart a service in a specific environment\n\n⚡️ Best for:\n ✓ Applying configuration changes\n ✓ Clearing service state\n ✓ Resolving runtime issues\n\n⚠️ Not for:\n × Deploying new code (use deployment_trigger)\n × Updating service config (use service_update)\n × Long-term service stoppage (use service_delete)\n\n→ Prerequisites: service_list\n\n→ Alternatives: deployment_trigger\n\n→ Related: service_info, deployment_logs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['serviceId', 'environmentId'], 'properties': {'serviceId': {'type': 'string', 'description': 'ID of the service to restart'}, 'environmentId': {'type': 'string', 'description': 'ID of the environment where the service should be restarted (usually obtained from service_info)'}}, 'additionalProperties': False}}, {'name': 'tcp_proxy_list', 'description': '[API] List all TCP proxies for a service in a specific environment\n\n⚡️ Best for:\n ✓ Viewing TCP proxy configurations\n ✓ Managing external access\n ✓ Auditing service endpoints\n\n→ Prerequisites: service_list\n\n→ Next steps: tcp_proxy_create\n\n→ Related: domain_list, service_info', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['environmentId', 'serviceId'], 'properties': {'serviceId': {'type': 'string', 'description': 'ID of the service to list TCP proxies for'}, 'environmentId': {'type': 'string', 'description': 'ID of the environment containing the service'}}, 'additionalProperties': False}}, {'name': 'tcp_proxy_create', 'description': '[API] Create a new TCP proxy for a service\n\n⚡️ Best for:\n ✓ Setting up database access\n ✓ Configuring external connections\n ✓ Exposing TCP services\n\n⚠️ Not for:\n × HTTP/HTTPS endpoints (use domain_create)\n × Internal service communication\n\n→ Prerequisites: service_list\n\n→ Alternatives: domain_create\n\n→ Next steps: tcp_proxy_list\n\n→ Related: service_info, service_update', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['environmentId', 'serviceId', 'applicationPort'], 'properties': {'serviceId': {'type': 'string', 'description': 'ID of the service'}, 'environmentId': {'type': 'string', 'description': 'ID of the environment (usually obtained from service_info)'}, 'applicationPort': {'type': 'number', 'description': "Port of application/service to proxy, usually based off of the service's Dockerfile or designated running port."}}, 'additionalProperties': False}}, {'name': 'tcp_proxy_delete', 'description': '[API] Delete a TCP proxy\n\n⚡️ Best for:\n ✓ Removing unused proxies\n ✓ Security management\n ✓ Endpoint cleanup\n\n⚠️ Not for:\n × Temporary proxy disabling\n × Port updates\n\n→ Prerequisites: tcp_proxy_list\n\n→ Related: service_update', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['proxyId'], 'properties': {'proxyId': {'type': 'string', 'description': 'ID of the TCP proxy to delete'}}, 'additionalProperties': False}}, {'name': 'list_service_variables', 'description': '[API] List all environment variables for a service\n\n⚡️ Best for:\n ✓ Viewing service configuration\n ✓ Auditing environment variables\n ✓ Checking connection strings\n\n→ Prerequisites: service_list\n\n→ Next steps: variable_set, variable_delete\n\n→ Related: service_info, variable_bulk_set', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'environmentId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the project containing the service'}, 'serviceId': {'type': 'string', 'description': 'Optional: ID of the service to list variables for, if not provided, shared variables across all services will be listed'}, 'environmentId': {'type': 'string', 'description': 'ID of the environment to list variables from (usually obtained from service_list)'}}, 'additionalProperties': False}}, {'name': 'variable_set', 'description': '[API] Create or update an environment variable\n\n⚡️ Best for:\n ✓ Setting configuration values\n ✓ Updating connection strings\n ✓ Managing service secrets\n\n⚠️ Not for:\n × Bulk variable updates (use variable_bulk_set)\n × Temporary configuration changes\n\n→ Prerequisites: service_list\n\n→ Alternatives: variable_bulk_set\n\n→ Next steps: deployment_trigger, service_restart\n\n→ Related: variable_list, variable_delete', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'environmentId', 'name', 'value'], 'properties': {'name': {'type': 'string', 'description': 'Name of the environment variable'}, 'value': {'type': 'string', 'description': 'Value to set for the variable'}, 'projectId': {'type': 'string', 'description': 'ID of the project containing the service'}, 'serviceId': {'type': 'string', 'description': 'Optional: ID of the service for the variable, if omitted creates/updates a shared variable'}, 'environmentId': {'type': 'string', 'description': 'ID of the environment for the variable (usually obtained from service_list)'}}, 'additionalProperties': False}}, {'name': 'variable_delete', 'description': '[API] Delete a variable for a service in a specific environment\n\n⚡️ Best for:\n ✓ Removing unused configuration\n ✓ Security cleanup\n ✓ Configuration management\n\n⚠️ Not for:\n × Temporary variable disabling\n × Bulk variable removal\n\n→ Prerequisites: service_list\n\n→ Next steps: deployment_trigger, service_restart\n\n→ Related: variable_list, variable_set', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'environmentId', 'name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the variable to delete'}, 'projectId': {'type': 'string', 'description': 'ID of the project'}, 'serviceId': {'type': 'string', 'description': 'ID of the service (optional, if omitted deletes a shared variable)'}, 'environmentId': {'type': 'string', 'description': 'ID of the environment to delete the variable from (usually obtained from service_list)'}}, 'additionalProperties': False}}, {'name': 'variable_bulk_set', 'description': '[WORKFLOW] Create or update multiple environment variables at once\n\n⚡️ Best for:\n ✓ Migrating configuration between services\n ✓ Initial service setup\n ✓ Bulk configuration updates\n\n⚠️ Not for:\n × Single variable updates (use variable_set)\n × Temporary configuration changes\n\n→ Prerequisites: service_list\n\n→ Alternatives: variable_set\n\n→ Next steps: deployment_trigger, service_restart\n\n→ Related: variable_list, service_update', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'environmentId', 'variables'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the project containing the service'}, 'serviceId': {'type': 'string', 'description': 'Optional: ID of the service for the variables, if omitted updates shared variables)'}, 'variables': {'type': 'object', 'description': 'Object mapping variable names to values', 'additionalProperties': {'type': 'string'}}, 'environmentId': {'type': 'string', 'description': 'ID of the environment for the variables (usually obtained from service_list)'}}, 'additionalProperties': False}}, {'name': 'variable_copy', 'description': '[WORKFLOW] Copy variables from one environment to another\n\n⚡️ Best for:\n ✓ Environment migration\n ✓ Configuration sharing\n ✓ Environment duplication\n\n⚠️ Not for:\n × Single variable updates (use variable_set)\n × Temporary configuration changes\n\n→ Prerequisites: service_list\n\n→ Alternatives: variable_set\n\n→ Next steps: deployment_trigger, service_restart\n\n→ Related: variable_list, service_update', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'sourceEnvironmentId', 'targetEnvironmentId'], 'properties': {'overwrite': {'type': 'boolean', 'default': False, 'description': 'Whether to overwrite existing variables in the target environment'}, 'projectId': {'type': 'string', 'description': 'ID of the project'}, 'serviceId': {'type': 'string', 'description': 'ID of the service (optional, if omitted copies shared variables)'}, 'sourceEnvironmentId': {'type': 'string', 'description': 'ID of the source environment (usually obtained from project_info)'}, 'targetEnvironmentId': {'type': 'string', 'description': 'ID of the target environment (usually obtained from project_info)'}}, 'additionalProperties': False}}, {'name': 'configure_api_token', 'description': '[UTILITY] Configure the Railway API token for authentication (only needed if not set in environment variables)\n\n⚡️ Best for:\n ✓ Initial setup\n ✓ Token updates\n ✓ Authentication configuration\n\n⚠️ Not for:\n × Project configuration\n × Service settings\n × Environment variables\n\n→ Next steps: project_list, service_list\n\n→ Related: project_create', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['token'], 'properties': {'token': {'type': 'string', 'description': 'Railway API token (create one at https://railway.app/account/tokens)'}}, 'additionalProperties': False}}, {'name': 'volume_list', 'description': '[API] List all volumes in a project\n\n⚡️ Best for:\n ✓ Viewing persistent storage configurations\n ✓ Managing data volumes\n ✓ Auditing storage usage\n\n→ Prerequisites: project_list\n\n→ Next steps: volume_create\n\n→ Related: service_info, database_deploy', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the project to list volumes for'}}, 'additionalProperties': False}}, {'name': 'volume_create', 'description': '[API] Create a new persistent volume for a service\n\n⚡️ Best for:\n ✓ Setting up database storage\n ✓ Configuring persistent data\n ✓ Adding file storage\n\n⚠️ Not for:\n × Temporary storage needs\n × Static file hosting\n × Memory caching\n\n→ Prerequisites: service_list\n\n→ Next steps: volume_list\n\n→ Related: service_update, database_deploy', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'environmentId', 'serviceId', 'mountPath'], 'properties': {'mountPath': {'type': 'string', 'description': 'Path where the volume should be mounted in the container'}, 'projectId': {'type': 'string', 'description': 'ID of the project containing the service'}, 'serviceId': {'type': 'string', 'description': 'ID of the service to attach volume to'}, 'environmentId': {'type': 'string', 'description': 'ID of the environment for the volume (usually obtained from service_info)'}}, 'additionalProperties': False}}, {'name': 'volume_update', 'description': "Update a volume's properties", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['volumeId', 'name'], 'properties': {'name': {'type': 'string', 'description': 'New name for the volume'}, 'volumeId': {'type': 'string', 'description': 'ID of the volume to update'}}, 'additionalProperties': False}}, {'name': 'volume_delete', 'description': '[API] Delete a volume from a service\n\n⚡️ Best for:\n ✓ Removing unused storage\n ✓ Storage cleanup\n ✓ Resource management\n\n⚠️ Not for:\n × Temporary data removal\n × Data backup (use volume_backup first)\n\n→ Prerequisites: volume_list\n\n→ Related: service_update', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['volumeId'], 'properties': {'volumeId': {'type': 'string', 'description': 'ID of the volume to delete'}}, 'additionalProperties': False}}]
jina-ai-mcp-server
Jina AI
Provides access to Jina AI's web services through Claude, including web page reading, web search, and fact checking.
2024-12-20T08:44:00.082Z
548
https://smithery.ai/server/jina-ai-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'read_webpage', 'description': 'Extract content from a webpage in a format optimized for LLMs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string'}, 'format': {'enum': ['Default', 'Markdown', 'HTML', 'Text', 'Screenshot', 'Pageshot'], 'type': 'string'}, 'no_cache': {'type': 'boolean'}, 'with_links': {'type': 'boolean'}, 'with_images': {'type': 'boolean'}, 'with_generated_alt': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'search_web', 'description': "Search the web using Jina AI's search API", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'count': {'type': 'number', 'default': 5}, 'query': {'type': 'string'}, 'retain_images': {'enum': ['none', 'all'], 'type': 'string', 'default': 'none'}, 'return_format': {'enum': ['markdown', 'text', 'html'], 'type': 'string', 'default': 'markdown'}, 'with_generated_alt': {'type': 'boolean', 'default': True}}, 'additionalProperties': False}}, {'name': 'fact_check', 'description': "Fact-check a statement using Jina AI's grounding engine", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['statement'], 'properties': {'deepdive': {'type': 'boolean', 'default': False}, 'statement': {'type': 'string'}}, 'additionalProperties': False}}]
@rishipradeep-think41/gmail-backupmcp
Google Workspace Server
Manage your Gmail and Calendar programmatically with ease. Interact with your emails and events through a powerful MCP interface, enabling seamless automation and organization. Enhance your productivity by leveraging advanced tools for email management and calendar scheduling.
2025-04-09T10:51:35.261Z
528
https://smithery.ai/server/@rishipradeep-think41/gmail-backupmcp
true
null
{ "scanPassed": true }
[{'name': 'list_emails', 'description': 'List recent emails from Gmail inbox', 'inputSchema': {'type': 'object', 'properties': {'query': {'type': 'string', 'description': 'Search query to filter emails'}, 'maxResults': {'type': 'number', 'description': 'Maximum number of emails to return (default: 10)'}}}}, {'name': 'search_emails', 'description': 'Search emails with advanced query', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'required': True, 'description': 'Gmail search query (e.g., "from:[email protected] has:attachment"). Examples:\n- "from:[email protected]" (Emails from Alice)\n- "to:[email protected]" (Emails sent to Bob)\n- "subject:Meeting Update" (Emails with "Meeting Update" in the subject)\n- "has:attachment filename:pdf" (Emails with PDF attachments)\n- "after:2024/01/01 before:2024/02/01" (Emails between specific dates)\n- "is:unread" (Unread emails)\n- "from:@company.com has:attachment" (Emails from a company domain with attachments)'}, 'maxResults': {'type': 'number', 'description': 'Maximum number of emails to return (default: 10)'}}}}, {'name': 'send_email', 'description': 'Send a new email', 'inputSchema': {'type': 'object', 'required': ['to', 'subject', 'body'], 'properties': {'cc': {'type': 'string', 'description': 'CC recipients (comma-separated)'}, 'to': {'type': 'string', 'description': 'Recipient email address'}, 'bcc': {'type': 'string', 'description': 'BCC recipients (comma-separated)'}, 'body': {'type': 'string', 'description': 'Email body (can include HTML)'}, 'subject': {'type': 'string', 'description': 'Email subject'}}}}, {'name': 'modify_email', 'description': 'Modify email labels (archive, trash, mark read/unread)', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Email ID'}, 'addLabels': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels to add'}, 'removeLabels': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels to remove'}}}}, {'name': 'list_events', 'description': 'List upcoming calendar events', 'inputSchema': {'type': 'object', 'properties': {'timeMax': {'type': 'string', 'description': 'End time in ISO format'}, 'timeMin': {'type': 'string', 'description': 'Start time in ISO format (default: now)'}, 'maxResults': {'type': 'number', 'description': 'Maximum number of events to return (default: 10)'}}}}, {'name': 'create_event', 'description': 'Create a new calendar event', 'inputSchema': {'type': 'object', 'required': ['summary', 'start', 'end'], 'properties': {'end': {'type': 'string', 'description': 'End time in ISO format'}, 'start': {'type': 'string', 'description': 'Start time in ISO format'}, 'summary': {'type': 'string', 'description': 'Event title'}, 'location': {'type': 'string', 'description': 'Event location'}, 'attendees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of attendee email addresses'}, 'description': {'type': 'string', 'description': 'Event description'}}}}, {'name': 'update_event', 'description': 'Update an existing calendar event', 'inputSchema': {'type': 'object', 'required': ['eventId'], 'properties': {'end': {'type': 'string', 'description': 'New end time in ISO format'}, 'start': {'type': 'string', 'description': 'New start time in ISO format'}, 'eventId': {'type': 'string', 'description': 'Event ID to update'}, 'summary': {'type': 'string', 'description': 'New event title'}, 'location': {'type': 'string', 'description': 'New event location'}, 'attendees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'New list of attendee email addresses'}, 'description': {'type': 'string', 'description': 'New event description'}}}}, {'name': 'delete_event', 'description': 'Delete a calendar event', 'inputSchema': {'type': 'object', 'required': ['eventId'], 'properties': {'eventId': {'type': 'string', 'description': 'Event ID to delete'}}}}]
@coyaSONG/youtube-mcp-server
Advanced YouTube
A Model Context Protocol (MCP) server for interacting with YouTube data. This server provides resources and tools to query YouTube videos, channels, comments, and transcripts through a stdio interface.
2025-03-31T16:00:59.485Z
526
https://smithery.ai/server/@coyaSONG/youtube-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'search-videos', 'description': 'Search for YouTube videos with advanced filtering options. Supports parameters: - query: Search term (required) - maxResults: Number of results to return (1-50) - channelId: Filter by specific channel - order: Sort by date, rating, viewCount, relevance, title - type: Filter by resource type (video, channel, playlist) - videoDuration: Filter by length (short: <4min, medium: 4-20min, long: >20min) - publishedAfter/publishedBefore: Filter by publish date (ISO format) - videoCaption: Filter by caption availability - videoDefinition: Filter by quality (standard/high) - regionCode: Filter by country (ISO country code)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'type': {'enum': ['video', 'channel', 'playlist'], 'type': 'string'}, 'order': {'enum': ['date', 'rating', 'relevance', 'title', 'videoCount', 'viewCount'], 'type': 'string'}, 'query': {'type': 'string', 'minLength': 1}, 'channelId': {'type': 'string'}, 'maxResults': {'type': 'number', 'maximum': 50, 'minimum': 1}, 'regionCode': {'type': 'string', 'maxLength': 2, 'minLength': 2}, 'videoCaption': {'enum': ['any', 'closedCaption', 'none'], 'type': 'string'}, 'videoDuration': {'enum': ['any', 'short', 'medium', 'long'], 'type': 'string'}, 'publishedAfter': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$'}, 'publishedBefore': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$'}, 'videoDefinition': {'enum': ['any', 'high', 'standard'], 'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get-video-comments', 'description': 'Retrieve comments for a specific YouTube video', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['videoId'], 'properties': {'videoId': {'type': 'string', 'minLength': 1}, 'maxResults': {'type': 'number', 'maximum': 100, 'minimum': 1}}, 'additionalProperties': False}}, {'name': 'get-video-transcript', 'description': 'Get the transcript/captions for a YouTube video with optional language selection. This tool retrieves the full transcript of a video with timestamped captions. Each caption includes the text and its timestamp in the video. Parameters: videoId (required) - The YouTube video ID; language (optional) - Language code for the transcript (e.g., "en", "ko", "ja"). If not specified, the default language for the video will be used. Returns a text with each caption line preceded by its timestamp.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['videoId'], 'properties': {'videoId': {'type': 'string', 'minLength': 1}, 'language': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get-video-stats', 'description': 'Get statistical information for a specific YouTube video (views, likes, comments, upload date, etc.)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['videoId'], 'properties': {'videoId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'get-channel-stats', 'description': 'Get statistical information for a specific YouTube channel (subscriber count, total views, video count, etc.)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['channelId'], 'properties': {'channelId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'compare-videos', 'description': 'Compare statistics for multiple YouTube videos', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['videoIds'], 'properties': {'videoIds': {'type': 'array', 'items': {'type': 'string'}, 'maxItems': 10, 'minItems': 2}}, 'additionalProperties': False}}, {'name': 'get-trending-videos', 'description': 'Retrieve trending videos by region and category. This helps analyze current popular content trends.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'categoryId': {'type': 'string'}, 'maxResults': {'type': 'number', 'maximum': 50, 'minimum': 1}, 'regionCode': {'type': 'string', 'maxLength': 2, 'minLength': 2}}, 'additionalProperties': False}}, {'name': 'get-video-categories', 'description': 'Retrieve available video categories for a specific region', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'regionCode': {'type': 'string', 'maxLength': 2, 'minLength': 2}}, 'additionalProperties': False}}, {'name': 'analyze-channel-videos', 'description': 'Analyze recent videos from a specific channel to identify performance trends', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['channelId'], 'properties': {'sortBy': {'enum': ['date', 'viewCount', 'rating'], 'type': 'string'}, 'channelId': {'type': 'string', 'minLength': 1}, 'maxResults': {'type': 'number', 'maximum': 50, 'minimum': 1}}, 'additionalProperties': False}}, {'name': 'enhanced-transcript', 'description': 'Advanced transcript extraction tool with filtering, search, and multi-video capabilities. Provides rich transcript data for detailed analysis and processing. This tool offers multiple advanced features: 1) Extract transcripts from multiple videos in one request; 2) Filter by time ranges to focus on specific parts; 3) Search for specific content within transcripts; 4) Segment transcripts for structural analysis; 5) Format output in different ways (raw, timestamped, merged text); 6) Include video metadata. Parameters: videoIds (required) - Array of YouTube video IDs (up to 5); language (optional) - Language code; format (optional) - Output format ("raw", "timestamped", "merged"); includeMetadata (optional) - Whether to include video details; filters (optional) - Complex filtering options including timeRange, search, and segment.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['videoIds'], 'properties': {'format': {'enum': ['raw', 'timestamped', 'merged'], 'type': 'string'}, 'filters': {'type': 'object', 'properties': {'search': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'minLength': 1}, 'contextLines': {'type': 'number', 'maximum': 5, 'minimum': 0}, 'caseSensitive': {'type': 'boolean'}}, 'additionalProperties': False}, 'segment': {'type': 'object', 'properties': {'count': {'type': 'number', 'maximum': 10, 'minimum': 1}, 'method': {'enum': ['equal', 'smart'], 'type': 'string'}}, 'additionalProperties': False}, 'timeRange': {'type': 'object', 'properties': {'end': {'type': 'number', 'minimum': 0}, 'start': {'type': 'number', 'minimum': 0}}, 'additionalProperties': False}}, 'additionalProperties': False}, 'language': {'type': 'string'}, 'videoIds': {'type': 'array', 'items': {'type': 'string'}, 'maxItems': 5, 'minItems': 1}, 'includeMetadata': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'get-key-moments', 'description': 'Extract key moments with timestamps from a video transcript for easier navigation and summarization. This tool analyzes the video transcript to identify important segments based on content density and creates a structured output with timestamped key moments. Useful for quickly navigating to important parts of longer videos. Parameters: videoId (required) - The YouTube video ID; maxMoments (optional) - Number of key moments to extract (default: 5, max: 10). Returns a formatted text with key moments and their timestamps, plus the full transcript.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['videoId'], 'properties': {'videoId': {'type': 'string', 'minLength': 1}, 'maxMoments': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get-segmented-transcript', 'description': 'Divide a video transcript into segments for easier analysis and navigation. This tool splits the video into equal time segments and extracts the transcript for each segment with proper timestamps. Ideal for analyzing the structure of longer videos or when you need to focus on specific parts of the content. Parameters: videoId (required) - The YouTube video ID; segmentCount (optional) - Number of segments to divide the video into (default: 4, max: 10). Returns a markdown-formatted text with each segment clearly labeled with time ranges and containing the relevant transcript text.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['videoId'], 'properties': {'videoId': {'type': 'string', 'minLength': 1}, 'segmentCount': {'type': 'string'}}, 'additionalProperties': False}}]
@knight0zh/mssql-mcp-server
MSSQL Database Connector
Connect to Microsoft SQL Server databases and execute SQL queries effortlessly. Manage your database connections and run queries directly from your applications with ease. Enhance your data handling capabilities with this powerful MCP server.
2025-03-07T05:26:24.866Z
644
https://smithery.ai/server/@knight0zh/mssql-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'query', 'description': 'Execute a SQL query on a MSSQL database', 'inputSchema': {'type': 'object', 'oneOf': [{'required': ['connectionString']}, {'required': ['host', 'username', 'password']}], 'required': ['query'], 'properties': {'host': {'type': 'string', 'description': 'Database server hostname'}, 'port': {'type': 'number', 'description': 'Database server port (default: 1433)'}, 'query': {'type': 'string', 'description': 'SQL query to execute'}, 'encrypt': {'type': 'boolean', 'description': 'Enable encryption (default: false)'}, 'database': {'type': 'string', 'description': 'Database name (default: master)'}, 'password': {'type': 'string', 'description': 'Database password'}, 'username': {'type': 'string', 'description': 'Database username'}, 'connectionString': {'type': 'string', 'description': 'Full connection string (alternative to individual parameters)'}, 'trustServerCertificate': {'type': 'boolean', 'description': 'Trust server certificate (default: true)'}}}}]
@appwrite/mcp
Appwrite MCP Server
Manage your Appwrite projects effortlessly. Interact with databases, users, functions, and teams through a streamlined API interface. Enhance your development experience with integrated tools for seamless project management.
2025-03-11T12:01:29.689Z
521
https://smithery.ai/server/@appwrite/mcp
true
null
{ "scanPassed": true }
[{'name': 'databases_create', 'description': 'Create database', 'inputSchema': {'type': 'object', 'required': ['database_id', 'name'], 'properties': {'name': {'type': 'string', 'description': "Parameter 'name'"}, 'enabled': {'type': 'boolean', 'description': "Parameter 'enabled'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}}}}, {'name': 'databases_create_boolean_attribute', 'description': 'Create boolean attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'required'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'array': {'type': 'boolean', 'description': "Parameter 'array'"}, 'default': {'type': 'boolean', 'description': "Parameter 'default'"}, 'required': {'type': 'boolean', 'description': "Parameter 'required'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_create_collection', 'description': 'Create collection', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'name'], 'properties': {'name': {'type': 'string', 'description': "Parameter 'name'"}, 'enabled': {'type': 'boolean', 'description': "Parameter 'enabled'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'permissions': {'type': 'string', 'description': "Parameter 'permissions'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}, 'document_security': {'type': 'boolean', 'description': "Parameter 'document_security'"}}}}, {'name': 'databases_create_datetime_attribute', 'description': 'Create datetime attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'required'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'array': {'type': 'boolean', 'description': "Parameter 'array'"}, 'default': {'type': 'string', 'description': "Parameter 'default'"}, 'required': {'type': 'boolean', 'description': "Parameter 'required'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_create_document', 'description': 'Create document', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'document_id', 'data'], 'properties': {'data': {'type': 'object', 'description': "Parameter 'data'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'document_id': {'type': 'string', 'description': "Parameter 'document_id'"}, 'permissions': {'type': 'string', 'description': "Parameter 'permissions'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_create_email_attribute', 'description': 'Create email attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'required'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'array': {'type': 'boolean', 'description': "Parameter 'array'"}, 'default': {'type': 'string', 'description': "Parameter 'default'"}, 'required': {'type': 'boolean', 'description': "Parameter 'required'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_create_enum_attribute', 'description': 'Create enum attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'elements', 'required'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'array': {'type': 'boolean', 'description': "Parameter 'array'"}, 'default': {'type': 'string', 'description': "Parameter 'default'"}, 'elements': {'type': 'string', 'description': "Parameter 'elements'"}, 'required': {'type': 'boolean', 'description': "Parameter 'required'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_create_float_attribute', 'description': 'Create float attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'required'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'max': {'type': 'number', 'description': "Parameter 'max'"}, 'min': {'type': 'number', 'description': "Parameter 'min'"}, 'array': {'type': 'boolean', 'description': "Parameter 'array'"}, 'default': {'type': 'number', 'description': "Parameter 'default'"}, 'required': {'type': 'boolean', 'description': "Parameter 'required'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_create_index', 'description': 'Create index', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'type', 'attributes'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'type': {'type': 'string', 'description': "Parameter 'type'"}, 'orders': {'type': 'string', 'description': "Parameter 'orders'"}, 'attributes': {'type': 'string', 'description': "Parameter 'attributes'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_create_integer_attribute', 'description': 'Create integer attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'required'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'max': {'type': 'number', 'description': "Parameter 'max'"}, 'min': {'type': 'number', 'description': "Parameter 'min'"}, 'array': {'type': 'boolean', 'description': "Parameter 'array'"}, 'default': {'type': 'number', 'description': "Parameter 'default'"}, 'required': {'type': 'boolean', 'description': "Parameter 'required'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_create_ip_attribute', 'description': 'Create IP address attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'required'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'array': {'type': 'boolean', 'description': "Parameter 'array'"}, 'default': {'type': 'string', 'description': "Parameter 'default'"}, 'required': {'type': 'boolean', 'description': "Parameter 'required'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_create_relationship_attribute', 'description': 'Create relationship attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'related_collection_id', 'type'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'type': {'type': 'string', 'description': "Parameter 'type'"}, 'two_way': {'type': 'boolean', 'description': "Parameter 'two_way'"}, 'on_delete': {'type': 'string', 'description': "Parameter 'on_delete'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'two_way_key': {'type': 'string', 'description': "Parameter 'two_way_key'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}, 'related_collection_id': {'type': 'string', 'description': "Parameter 'related_collection_id'"}}}}, {'name': 'databases_create_string_attribute', 'description': 'Create string attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'size', 'required'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'size': {'type': 'number', 'description': "Parameter 'size'"}, 'array': {'type': 'boolean', 'description': "Parameter 'array'"}, 'default': {'type': 'string', 'description': "Parameter 'default'"}, 'encrypt': {'type': 'boolean', 'description': "Parameter 'encrypt'"}, 'required': {'type': 'boolean', 'description': "Parameter 'required'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_create_url_attribute', 'description': 'Create URL attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'required'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'array': {'type': 'boolean', 'description': "Parameter 'array'"}, 'default': {'type': 'string', 'description': "Parameter 'default'"}, 'required': {'type': 'boolean', 'description': "Parameter 'required'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_delete', 'description': 'Delete database', 'inputSchema': {'type': 'object', 'required': ['database_id'], 'properties': {'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}}}}, {'name': 'databases_delete_attribute', 'description': 'Delete attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_delete_collection', 'description': 'Delete collection', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id'], 'properties': {'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_delete_document', 'description': 'Delete document', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'document_id'], 'properties': {'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'document_id': {'type': 'string', 'description': "Parameter 'document_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_delete_index', 'description': 'Delete index', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_get', 'description': 'Get database', 'inputSchema': {'type': 'object', 'required': ['database_id'], 'properties': {'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}}}}, {'name': 'databases_get_attribute', 'description': 'Get attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_get_collection', 'description': 'Get collection', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id'], 'properties': {'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_get_document', 'description': 'Get document', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'document_id'], 'properties': {'queries': {'type': 'string', 'description': "Parameter 'queries'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'document_id': {'type': 'string', 'description': "Parameter 'document_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_get_index', 'description': 'Get index', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_list', 'description': 'List databases', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'search': {'type': 'string', 'description': "Parameter 'search'"}, 'queries': {'type': 'string', 'description': "Parameter 'queries'"}}}}, {'name': 'databases_list_attributes', 'description': 'List attributes', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id'], 'properties': {'queries': {'type': 'string', 'description': "Parameter 'queries'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_list_collections', 'description': 'List collections', 'inputSchema': {'type': 'object', 'required': ['database_id'], 'properties': {'search': {'type': 'string', 'description': "Parameter 'search'"}, 'queries': {'type': 'string', 'description': "Parameter 'queries'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}}}}, {'name': 'databases_list_documents', 'description': 'List documents', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id'], 'properties': {'queries': {'type': 'string', 'description': "Parameter 'queries'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_list_indexes', 'description': 'List indexes', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id'], 'properties': {'queries': {'type': 'string', 'description': "Parameter 'queries'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_update', 'description': 'Update database', 'inputSchema': {'type': 'object', 'required': ['database_id', 'name'], 'properties': {'name': {'type': 'string', 'description': "Parameter 'name'"}, 'enabled': {'type': 'boolean', 'description': "Parameter 'enabled'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}}}}, {'name': 'databases_update_boolean_attribute', 'description': 'Update boolean attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'required', 'default'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'default': {'type': 'boolean', 'description': "Parameter 'default'"}, 'new_key': {'type': 'string', 'description': "Parameter 'new_key'"}, 'required': {'type': 'boolean', 'description': "Parameter 'required'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_update_collection', 'description': 'Update collection', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'name'], 'properties': {'name': {'type': 'string', 'description': "Parameter 'name'"}, 'enabled': {'type': 'boolean', 'description': "Parameter 'enabled'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'permissions': {'type': 'string', 'description': "Parameter 'permissions'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}, 'document_security': {'type': 'boolean', 'description': "Parameter 'document_security'"}}}}, {'name': 'databases_update_datetime_attribute', 'description': 'Update dateTime attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'required', 'default'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'default': {'type': 'string', 'description': "Parameter 'default'"}, 'new_key': {'type': 'string', 'description': "Parameter 'new_key'"}, 'required': {'type': 'boolean', 'description': "Parameter 'required'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_update_document', 'description': 'Update document', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'document_id'], 'properties': {'data': {'type': 'object', 'description': "Parameter 'data'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'document_id': {'type': 'string', 'description': "Parameter 'document_id'"}, 'permissions': {'type': 'string', 'description': "Parameter 'permissions'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_update_email_attribute', 'description': 'Update email attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'required', 'default'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'default': {'type': 'string', 'description': "Parameter 'default'"}, 'new_key': {'type': 'string', 'description': "Parameter 'new_key'"}, 'required': {'type': 'boolean', 'description': "Parameter 'required'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_update_enum_attribute', 'description': 'Update enum attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'elements', 'required', 'default'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'default': {'type': 'string', 'description': "Parameter 'default'"}, 'new_key': {'type': 'string', 'description': "Parameter 'new_key'"}, 'elements': {'type': 'string', 'description': "Parameter 'elements'"}, 'required': {'type': 'boolean', 'description': "Parameter 'required'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_update_float_attribute', 'description': 'Update float attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'required', 'default'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'max': {'type': 'number', 'description': "Parameter 'max'"}, 'min': {'type': 'number', 'description': "Parameter 'min'"}, 'default': {'type': 'number', 'description': "Parameter 'default'"}, 'new_key': {'type': 'string', 'description': "Parameter 'new_key'"}, 'required': {'type': 'boolean', 'description': "Parameter 'required'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_update_integer_attribute', 'description': 'Update integer attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'required', 'default'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'max': {'type': 'number', 'description': "Parameter 'max'"}, 'min': {'type': 'number', 'description': "Parameter 'min'"}, 'default': {'type': 'number', 'description': "Parameter 'default'"}, 'new_key': {'type': 'string', 'description': "Parameter 'new_key'"}, 'required': {'type': 'boolean', 'description': "Parameter 'required'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_update_ip_attribute', 'description': 'Update IP address attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'required', 'default'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'default': {'type': 'string', 'description': "Parameter 'default'"}, 'new_key': {'type': 'string', 'description': "Parameter 'new_key'"}, 'required': {'type': 'boolean', 'description': "Parameter 'required'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_update_relationship_attribute', 'description': 'Update relationship attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'new_key': {'type': 'string', 'description': "Parameter 'new_key'"}, 'on_delete': {'type': 'string', 'description': "Parameter 'on_delete'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_update_string_attribute', 'description': 'Update string attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'required', 'default'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'size': {'type': 'number', 'description': "Parameter 'size'"}, 'default': {'type': 'string', 'description': "Parameter 'default'"}, 'new_key': {'type': 'string', 'description': "Parameter 'new_key'"}, 'required': {'type': 'boolean', 'description': "Parameter 'required'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}, {'name': 'databases_update_url_attribute', 'description': 'Update URL attribute', 'inputSchema': {'type': 'object', 'required': ['database_id', 'collection_id', 'key', 'required', 'default'], 'properties': {'key': {'type': 'string', 'description': "Parameter 'key'"}, 'default': {'type': 'string', 'description': "Parameter 'default'"}, 'new_key': {'type': 'string', 'description': "Parameter 'new_key'"}, 'required': {'type': 'boolean', 'description': "Parameter 'required'"}, 'database_id': {'type': 'string', 'description': "Parameter 'database_id'"}, 'collection_id': {'type': 'string', 'description': "Parameter 'collection_id'"}}}}]
@elevenlabs/elevenlabs-mcp
ElevenLabs MCP Server
Enable your applications to generate speech, clone voices, and transcribe audio effortlessly. Leverage powerful Text to Speech and audio processing APIs to enhance user interaction and create unique audio experiences. Start transforming your text and audio today with seamless integration into your projects.
2025-04-07T18:38:05.070Z
256
https://smithery.ai/server/@elevenlabs/elevenlabs-mcp
true
null
{ "scanPassed": true }
[{'name': 'text_to_speech', 'description': 'Convert text to speech with a given voice and save the output audio file to a given directory.\n Directory is optional, if not provided, the output file will be saved to $HOME/Desktop.\n Only one of voice_id or voice_name can be provided. If none are provided, the default voice will be used.\n\n ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user.\n\n Args:\n text (str): The text to convert to speech.\n voice_name (str, optional): The name of the voice to use.\n stability (float, optional): Stability of the generated audio. Determines how stable the voice is and the randomness between each generation. Lower values introduce broader emotional range for the voice. Higher values can result in a monotonous voice with limited emotion. Range is 0 to 1.\n similarity_boost (float, optional): Similarity boost of the generated audio. Determines how closely the AI should adhere to the original voice when attempting to replicate it. Range is 0 to 1.\n style (float, optional): Style of the generated audio. Determines the style exaggeration of the voice. This setting attempts to amplify the style of the original speaker. It does consume additional computational resources and might increase latency if set to anything other than 0. Range is 0 to 1.\n use_speaker_boost (bool, optional): Use speaker boost of the generated audio. This setting boosts the similarity to the original speaker. Using this setting requires a slightly higher computational load, which in turn increases latency.\n speed (float, optional): Speed of the generated audio. Controls the speed of the generated speech. Values range from 0.7 to 1.2, with 1.0 being the default speed. Lower values create slower, more deliberate speech while higher values produce faster-paced speech. Extreme values can impact the quality of the generated speech. Range is 0.7 to 1.2.\n output_directory (str, optional): Directory where files should be saved.\n Defaults to $HOME/Desktop if not provided.\n\n Returns:\n Text content with the path to the output file and name of the voice used.\n ', 'inputSchema': {'type': 'object', 'title': 'text_to_speechArguments', 'required': ['text'], 'properties': {'text': {'type': 'string', 'title': 'Text'}, 'speed': {'type': 'number', 'title': 'Speed', 'default': 1}, 'style': {'type': 'number', 'title': 'Style', 'default': 0}, 'voice_id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Voice Id', 'default': None}, 'stability': {'type': 'number', 'title': 'Stability', 'default': 0.5}, 'voice_name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Voice Name', 'default': None}, 'output_directory': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Output Directory', 'default': None}, 'similarity_boost': {'type': 'number', 'title': 'Similarity Boost', 'default': 0.75}, 'use_speaker_boost': {'type': 'boolean', 'title': 'Use Speaker Boost', 'default': True}}}}, {'name': 'speech_to_text', 'description': 'Transcribe speech from an audio file and either save the output text file to a given directory or return the text to the client directly.\n\n ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user.\n\n Args:\n file_path: Path to the audio file to transcribe\n language_code: ISO 639-3 language code for transcription (default: "eng" for English)\n diarize: Whether to diarize the audio file. If True, which speaker is currently speaking will be annotated in the transcription.\n save_transcript_to_file: Whether to save the transcript to a file.\n return_transcript_to_client_directly: Whether to return the transcript to the client directly.\n output_directory: Directory where files should be saved.\n Defaults to $HOME/Desktop if not provided.\n\n Returns:\n TextContent containing the transcription. If save_transcript_to_file is True, the transcription will be saved to a file in the output directory.\n ', 'inputSchema': {'type': 'object', 'title': 'speech_to_textArguments', 'required': ['input_file_path'], 'properties': {'diarize': {'type': 'boolean', 'title': 'Diarize', 'default': False}, 'language_code': {'type': 'string', 'title': 'Language Code', 'default': 'eng'}, 'input_file_path': {'type': 'string', 'title': 'Input File Path'}, 'output_directory': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Output Directory', 'default': None}, 'save_transcript_to_file': {'type': 'boolean', 'title': 'Save Transcript To File', 'default': True}, 'return_transcript_to_client_directly': {'type': 'boolean', 'title': 'Return Transcript To Client Directly', 'default': False}}}}, {'name': 'text_to_sound_effects', 'description': 'Convert text description of a sound effect to sound effect with a given duration and save the output audio file to a given directory.\n Directory is optional, if not provided, the output file will be saved to $HOME/Desktop.\n Duration must be between 0.5 and 5 seconds.\n\n ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user.\n\n Args:\n text: Text description of the sound effect\n duration_seconds: Duration of the sound effect in seconds\n output_directory: Directory where files should be saved.\n Defaults to $HOME/Desktop if not provided.\n ', 'inputSchema': {'type': 'object', 'title': 'text_to_sound_effectsArguments', 'required': ['text'], 'properties': {'text': {'type': 'string', 'title': 'Text'}, 'duration_seconds': {'type': 'number', 'title': 'Duration Seconds', 'default': 2}, 'output_directory': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Output Directory', 'default': None}}}}, {'name': 'search_voices', 'description': "\n Search for existing voices, a voice that has already been added to the user's ElevenLabs voice library. \n Searches in name, description, labels and category.\n\n Args:\n search: Search term to filter voices by. Searches in name, description, labels and category.\n sort: Which field to sort by. `created_at_unix` might not be available for older voices.\n sort_direction: Sort order, either ascending or descending.\n\n Returns:\n List of voices that match the search criteria.\n ", 'inputSchema': {'type': 'object', 'title': 'search_voicesArguments', 'properties': {'sort': {'enum': ['created_at_unix', 'name'], 'type': 'string', 'title': 'Sort', 'default': 'name'}, 'search': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Search', 'default': None}, 'sort_direction': {'enum': ['asc', 'desc'], 'type': 'string', 'title': 'Sort Direction', 'default': 'desc'}}}}, {'name': 'get_voice', 'description': 'Get details of a specific voice', 'inputSchema': {'type': 'object', 'title': 'get_voiceArguments', 'required': ['voice_id'], 'properties': {'voice_id': {'type': 'string', 'title': 'Voice Id'}}}}, {'name': 'voice_clone', 'description': 'Clone a voice using provided audio files.\n\n ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user.\n ', 'inputSchema': {'type': 'object', 'title': 'voice_cloneArguments', 'required': ['name', 'files'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'files': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Files'}, 'description': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Description', 'default': None}}}}, {'name': 'isolate_audio', 'description': 'Isolate audio from a file and save the output audio file to a given directory.\n Directory is optional, if not provided, the output file will be saved to $HOME/Desktop.\n\n ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user.\n ', 'inputSchema': {'type': 'object', 'title': 'isolate_audioArguments', 'required': ['input_file_path'], 'properties': {'input_file_path': {'type': 'string', 'title': 'Input File Path'}, 'output_directory': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Output Directory', 'default': None}}}}, {'name': 'check_subscription', 'description': 'Check the current subscription status. Could be used to measure the usage of the API.', 'inputSchema': {'type': 'object', 'title': 'check_subscriptionArguments', 'properties': {}}}, {'name': 'create_agent', 'description': 'Create a conversational AI agent with custom configuration.\n\n ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user.\n\n Args:\n name: Name of the agent\n first_message: First message the agent will say i.e. "Hi, how can I help you today?"\n system_prompt: System prompt for the agent\n voice_id: ID of the voice to use for the agent\n language: ISO 639-1 language code for the agent\n llm: LLM to use for the agent\n temperature: Temperature for the agent. The lower the temperature, the more deterministic the agent\'s responses will be. Range is 0 to 1.\n max_tokens: Maximum number of tokens to generate.\n asr_quality: Quality of the ASR. `high` or `low`.\n model_id: ID of the ElevenLabsmodel to use for the agent.\n optimize_streaming_latency: Optimize streaming latency. Range is 0 to 4.\n stability: Stability for the agent. Range is 0 to 1.\n similarity_boost: Similarity boost for the agent. Range is 0 to 1.\n turn_timeout: Timeout for the agent to respond in seconds. Defaults to 7 seconds.\n max_duration_seconds: Maximum duration of a conversation in seconds. Defaults to 600 seconds (10 minutes).\n record_voice: Whether to record the agent\'s voice.\n retention_days: Number of days to retain the agent\'s data.\n ', 'inputSchema': {'type': 'object', 'title': 'create_agentArguments', 'required': ['name', 'first_message', 'system_prompt'], 'properties': {'llm': {'type': 'string', 'title': 'Llm', 'default': 'gemini-2.0-flash-001'}, 'name': {'type': 'string', 'title': 'Name'}, 'language': {'type': 'string', 'title': 'Language', 'default': 'en'}, 'model_id': {'type': 'string', 'title': 'Model Id', 'default': 'eleven_turbo_v2'}, 'voice_id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Voice Id', 'default': 'cgSgspJ2msm6clMCkdW9'}, 'stability': {'type': 'number', 'title': 'Stability', 'default': 0.5}, 'max_tokens': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Max Tokens', 'default': None}, 'asr_quality': {'type': 'string', 'title': 'Asr Quality', 'default': 'high'}, 'temperature': {'type': 'number', 'title': 'Temperature', 'default': 0.5}, 'record_voice': {'type': 'boolean', 'title': 'Record Voice', 'default': True}, 'turn_timeout': {'type': 'integer', 'title': 'Turn Timeout', 'default': 7}, 'first_message': {'type': 'string', 'title': 'First Message'}, 'system_prompt': {'type': 'string', 'title': 'System Prompt'}, 'retention_days': {'type': 'integer', 'title': 'Retention Days', 'default': 730}, 'similarity_boost': {'type': 'number', 'title': 'Similarity Boost', 'default': 0.8}, 'max_duration_seconds': {'type': 'integer', 'title': 'Max Duration Seconds', 'default': 300}, 'optimize_streaming_latency': {'type': 'integer', 'title': 'Optimize Streaming Latency', 'default': 3}}}}, {'name': 'add_knowledge_base_to_agent', 'description': 'Add a knowledge base to ElevenLabs workspace. Allowed types are epub, pdf, docx, txt, html.\n\n ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user.\n\n Args:\n agent_id: ID of the agent to add the knowledge base to.\n knowledge_base_name: Name of the knowledge base.\n url: URL of the knowledge base.\n input_file_path: Path to the file to add to the knowledge base.\n text: Text to add to the knowledge base.\n ', 'inputSchema': {'type': 'object', 'title': 'add_knowledge_base_to_agentArguments', 'required': ['agent_id', 'knowledge_base_name'], 'properties': {'url': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Url', 'default': None}, 'text': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Text', 'default': None}, 'agent_id': {'type': 'string', 'title': 'Agent Id'}, 'input_file_path': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Input File Path', 'default': None}, 'knowledge_base_name': {'type': 'string', 'title': 'Knowledge Base Name'}}}}, {'name': 'list_agents', 'description': 'List all available conversational AI agents', 'inputSchema': {'type': 'object', 'title': 'list_agentsArguments', 'properties': {}}}, {'name': 'get_agent', 'description': 'Get details about a specific conversational AI agent', 'inputSchema': {'type': 'object', 'title': 'get_agentArguments', 'required': ['agent_id'], 'properties': {'agent_id': {'type': 'string', 'title': 'Agent Id'}}}}, {'name': 'speech_to_speech', 'description': 'Transform audio from one voice to another using provided audio files.\n\n ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user.\n ', 'inputSchema': {'type': 'object', 'title': 'speech_to_speechArguments', 'required': ['input_file_path'], 'properties': {'voice_name': {'type': 'string', 'title': 'Voice Name', 'default': 'Adam'}, 'input_file_path': {'type': 'string', 'title': 'Input File Path'}, 'output_directory': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Output Directory', 'default': None}}}}, {'name': 'text_to_voice', 'description': 'Create voice previews from a text prompt. Creates three previews with slight variations. Saves the previews to a given directory. If no text is provided, the tool will auto-generate text.\n\n Voice preview files are saved as: voice_design_(generated_voice_id)_(timestamp).mp3\n\n Example file name: voice_design_Ya2J5uIa5Pq14DNPsbC1_20250403_164949.mp3\n\n ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user.\n ', 'inputSchema': {'type': 'object', 'title': 'text_to_voiceArguments', 'required': ['voice_description'], 'properties': {'text': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Text', 'default': None}, 'output_directory': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Output Directory', 'default': None}, 'voice_description': {'type': 'string', 'title': 'Voice Description'}}}}, {'name': 'create_voice_from_preview', 'description': 'Add a generated voice to the voice library. Uses the voice ID from the `text_to_voice` tool.\n\n ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user.\n ', 'inputSchema': {'type': 'object', 'title': 'create_voice_from_previewArguments', 'required': ['generated_voice_id', 'voice_name', 'voice_description'], 'properties': {'voice_name': {'type': 'string', 'title': 'Voice Name'}, 'voice_description': {'type': 'string', 'title': 'Voice Description'}, 'generated_voice_id': {'type': 'string', 'title': 'Generated Voice Id'}}}}, {'name': 'make_outbound_call', 'description': 'Make an outbound call via Twilio using an ElevenLabs agent.\n\n ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user.\n\n Args:\n agent_id: The ID of the agent that will handle the call\n agent_phone_number_id: The ID of the phone number to use for the call\n to_number: The phone number to call (E.164 format: +1xxxxxxxxxx)\n\n Returns:\n TextContent containing information about the call\n ', 'inputSchema': {'type': 'object', 'title': 'make_outbound_callArguments', 'required': ['agent_id', 'agent_phone_number_id', 'to_number'], 'properties': {'agent_id': {'type': 'string', 'title': 'Agent Id'}, 'to_number': {'type': 'string', 'title': 'To Number'}, 'agent_phone_number_id': {'type': 'string', 'title': 'Agent Phone Number Id'}}}}, {'name': 'search_voice_library', 'description': 'Search for a voice across the entire ElevenLabs voice library.\n\n Args:\n page: Page number to return (0-indexed)\n page_size: Number of voices to return per page (1-100)\n search: Search term to filter voices by\n \n Returns:\n TextContent containing information about the shared voices\n ', 'inputSchema': {'type': 'object', 'title': 'search_voice_libraryArguments', 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 0}, 'search': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Search', 'default': None}, 'page_size': {'type': 'integer', 'title': 'Page Size', 'default': 10}}}}, {'name': 'list_phone_numbers', 'description': 'List all phone numbers associated with the ElevenLabs account', 'inputSchema': {'type': 'object', 'title': 'list_phone_numbersArguments', 'properties': {}}}, {'name': 'play_audio', 'description': 'Play an audio file. Supports WAV and MP3 formats.', 'inputSchema': {'type': 'object', 'title': 'play_audioArguments', 'required': ['input_file_path'], 'properties': {'input_file_path': {'type': 'string', 'title': 'Input File Path'}}}}]
@burtthecoder/mcp-shodan
Shodan Server
A Model Context Protocol server for querying the Shodan API and Shodan CVEDB, providing access to network intelligence and security services.
2024-12-20T08:11:37.813Z
496
https://smithery.ai/server/@burtthecoder/mcp-shodan
true
null
{ "scanPassed": true }
[{'name': 'ip_lookup', 'description': 'Retrieve comprehensive information about an IP address, including geolocation, open ports, running services, SSL certificates, hostnames, and cloud provider details if available. Returns service banners and HTTP server information when present.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ip'], 'properties': {'ip': {'type': 'string', 'description': 'The IP address to query.'}}, 'additionalProperties': False}}, {'name': 'shodan_search', 'description': "Search Shodan's database of internet-connected devices. Returns detailed information about matching devices including services, vulnerabilities, and geographic distribution. Supports advanced search filters and returns country-based statistics.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query for Shodan.'}, 'max_results': {'type': 'number', 'default': 10, 'description': 'Maximum results to return.'}}, 'additionalProperties': False}}, {'name': 'cve_lookup', 'description': "Query detailed vulnerability information from Shodan's CVEDB. Returns comprehensive CVE details including CVSS scores (v2/v3), EPSS probability and ranking, KEV status, proposed mitigations, ransomware associations, and affected products (CPEs).", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cve'], 'properties': {'cve': {'type': 'string', 'pattern': '^CVE-\\d{4}-\\d{4,}$', 'description': 'The CVE identifier to query (format: CVE-YYYY-NNNNN).'}}, 'additionalProperties': False}}, {'name': 'dns_lookup', 'description': "Resolve domain names to IP addresses using Shodan's DNS service. Supports batch resolution of multiple hostnames in a single query. Returns IP addresses mapped to their corresponding hostnames.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['hostnames'], 'properties': {'hostnames': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of hostnames to resolve.'}}, 'additionalProperties': False}}, {'name': 'cpe_lookup', 'description': "Search for Common Platform Enumeration (CPE) entries by product name in Shodan's CVEDB. Supports pagination and can return either full CPE details or just the total count. Useful for identifying specific versions and configurations of software and hardware.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['product'], 'properties': {'skip': {'type': 'number', 'default': 0, 'description': 'Number of CPEs to skip (for pagination).'}, 'count': {'type': 'boolean', 'default': False, 'description': 'If true, returns only the count of matching CPEs.'}, 'limit': {'type': 'number', 'default': 1000, 'description': 'Maximum number of CPEs to return (max 1000).'}, 'product': {'type': 'string', 'description': 'The name of the product to search for CPEs.'}}, 'additionalProperties': False}}, {'name': 'cves_by_product', 'description': 'Search for vulnerabilities affecting specific products or CPEs. Supports filtering by KEV status, sorting by EPSS score, date ranges, and pagination. Can search by product name or CPE 2.3 identifier. Returns detailed vulnerability information including severity scores and impact assessments.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'skip': {'type': 'number', 'default': 0, 'description': 'Number of CVEs to skip (for pagination).'}, 'count': {'type': 'boolean', 'default': False, 'description': 'If true, returns only the count of matching CVEs.'}, 'cpe23': {'type': 'string', 'description': 'The CPE version 2.3 identifier (format: cpe:2.3:part:vendor:product:version).'}, 'limit': {'type': 'number', 'default': 1000, 'description': 'Maximum number of CVEs to return (max 1000).'}, 'is_kev': {'type': 'boolean', 'default': False, 'description': 'If true, returns only CVEs with the KEV flag set.'}, 'product': {'type': 'string', 'description': 'The name of the product to search for CVEs.'}, 'end_date': {'type': 'string', 'description': 'End date for filtering CVEs (format: YYYY-MM-DDTHH:MM:SS).'}, 'start_date': {'type': 'string', 'description': 'Start date for filtering CVEs (format: YYYY-MM-DDTHH:MM:SS).'}, 'sort_by_epss': {'type': 'boolean', 'default': False, 'description': 'If true, sorts CVEs by EPSS score in descending order.'}}, 'additionalProperties': False}}, {'name': 'reverse_dns_lookup', 'description': 'Perform reverse DNS lookups to find hostnames associated with IP addresses. Supports batch lookups of multiple IP addresses in a single query. Returns all known hostnames for each IP address, with clear indication when no hostnames are found.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ips'], 'properties': {'ips': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of IP addresses to perform reverse DNS lookup on.'}}, 'additionalProperties': False}}]
@rahulthedevil/Jira-Context-MCP
Jira Context MCP
Fetch and manage Jira issues efficiently.
2025-02-25T12:00:50.502Z
554
https://smithery.ai/server/@rahulthedevil/Jira-Context-MCP
true
null
{ "scanPassed": true }
[{'name': 'get_issue', 'description': 'Get detailed information about a Jira issue', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['issueKey'], 'properties': {'issueKey': {'type': 'string', 'description': 'The key of the Jira issue to fetch (e.g., PROJECT-123)'}}, 'additionalProperties': False}}, {'name': 'get_assigned_issues', 'description': 'Get issues assigned to the current user in a project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'maxResults': {'type': 'number', 'description': 'Maximum number of results to return'}, 'projectKey': {'type': 'string', 'description': 'The key of the Jira project to fetch issues from'}}, 'additionalProperties': False}}, {'name': 'get_issues_by_type', 'description': 'Get issues of a specific type', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['issueType'], 'properties': {'issueType': {'type': 'string', 'description': 'The type of issue to fetch (e.g., Bug, Story, Epic)'}, 'maxResults': {'type': 'number', 'description': 'Maximum number of results to return'}, 'projectKey': {'type': 'string', 'description': 'The key of the Jira project to fetch issues from'}}, 'additionalProperties': False}}, {'name': 'get_projects', 'description': 'Get list of available Jira projects', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_issue_types', 'description': 'Get list of available Jira issue types', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@Alex2Yang97/yahoo-finance-mcp
Yahoo Finance Integration
Access real-time financial data and analytics effortlessly. Leverage powerful tools to enhance your financial applications with up-to-date market information. Simplify your investment decisions with seamless integration of Yahoo Finance data.
2025-04-06T14:11:19.060Z
569
https://smithery.ai/server/@Alex2Yang97/yahoo-finance-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_historical_stock_prices', 'description': 'Get historical stock prices for a given ticker symbol from yahoo finance. Include the following information: Date, Open, High, Low, Close, Volume, Adj Close.', 'inputSchema': {'type': 'object', 'title': 'get_historical_stock_pricesArguments', 'required': ['ticker'], 'properties': {'period': {'type': 'string', 'title': 'Period', 'default': '1mo'}, 'ticker': {'type': 'string', 'title': 'Ticker'}, 'interval': {'type': 'string', 'title': 'Interval', 'default': '1d'}}}}, {'name': 'get_stock_info', 'description': 'Get stock information for a given ticker symbol from yahoo finance. Include the following information:\nStock Price & Trading Info, Company Information, Financial Metrics, Earnings & Revenue, Margins & Returns, Dividends, Balance Sheet, Ownership, Analyst Coverage, Risk Metrics, Other.', 'inputSchema': {'type': 'object', 'title': 'get_stock_infoArguments', 'required': ['ticker'], 'properties': {'ticker': {'type': 'string', 'title': 'Ticker'}}}}, {'name': 'get_yahoo_finance_news', 'description': 'Get news for a given ticker symbol from yahoo finance.', 'inputSchema': {'type': 'object', 'title': 'get_yahoo_finance_newsArguments', 'required': ['ticker'], 'properties': {'ticker': {'type': 'string', 'title': 'Ticker'}}}}]
@baranwang/mcp-trends-hub
Trends Hub
Aggregate trending topics from various platforms in one place. Access real-time hot lists from sources like Weibo, Douyin, and Tencent News effortlessly. Stay updated with the latest trends and insights at your fingertips.
2025-03-22T03:00:47.133Z
476
https://smithery.ai/server/@baranwang/mcp-trends-hub
true
null
{ "scanPassed": true }
[{'name': 'get-36kr-trending', 'description': '获取 36 氪热榜,提供创业、商业、科技领域的热门资讯,包含投融资动态、新兴产业分析和商业模式创新信息', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'type': {'anyOf': [{'type': 'string', 'const': 'hot', 'description': '人气榜'}, {'type': 'string', 'const': 'video', 'description': '视频榜'}, {'type': 'string', 'const': 'comment', 'description': '热议榜'}, {'type': 'string', 'const': 'collect', 'description': '收藏榜'}], 'default': 'hot', 'description': '分类'}}, 'additionalProperties': False}}, {'name': 'get-9to5mac-news', 'description': '获取 9to5Mac 苹果相关新闻,包含苹果产品发布、iOS 更新、Mac 硬件、应用推荐及苹果公司动态的英文资讯', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-bbc-news', 'description': '获取 BBC 新闻,提供全球新闻、英国新闻、商业、政治、健康、教育、科技、娱乐等资讯', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'edition': {'anyOf': [{'type': 'string', 'const': ''}, {'type': 'string', 'const': 'uk', 'description': 'UK'}, {'type': 'string', 'const': 'us', 'description': 'US & Canada'}, {'type': 'string', 'const': 'int', 'description': 'Rest of the world'}], 'default': '', 'description': '版本,仅对 `category` 为空有效'}, 'category': {'anyOf': [{'type': 'string', 'const': '', 'description': '热门新闻'}, {'type': 'string', 'const': 'world', 'description': '国际'}, {'type': 'string', 'const': 'uk', 'description': '英国'}, {'type': 'string', 'const': 'business', 'description': '商业'}, {'type': 'string', 'const': 'politics', 'description': '政治'}, {'type': 'string', 'const': 'health', 'description': '健康'}, {'type': 'string', 'const': 'education', 'description': '教育'}, {'type': 'string', 'const': 'science_and_environment', 'description': '科学与环境'}, {'type': 'string', 'const': 'technology', 'description': '科技'}, {'type': 'string', 'const': 'entertainment_and_arts', 'description': '娱乐与艺术'}], 'default': ''}}, 'additionalProperties': False}}, {'name': 'get-bilibili-rank', 'description': '获取哔哩哔哩视频排行榜,包含全站、动画、音乐、游戏等多个分区的热门视频,反映当下年轻人的内容消费趋势', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'type': {'anyOf': [{'type': 'number', 'const': 0, 'description': '全站'}, {'type': 'number', 'const': 1, 'description': '动画'}, {'type': 'number', 'const': 3, 'description': '音乐'}, {'type': 'number', 'const': 4, 'description': '游戏'}, {'type': 'number', 'const': 5, 'description': '娱乐'}, {'type': 'number', 'const': 188, 'description': '科技'}, {'type': 'number', 'const': 119, 'description': '鬼畜'}, {'type': 'number', 'const': 129, 'description': '舞蹈'}, {'type': 'number', 'const': 155, 'description': '时尚'}, {'type': 'number', 'const': 160, 'description': '生活'}, {'type': 'number', 'const': 168, 'description': '国创相关'}, {'type': 'number', 'const': 181, 'description': '影视'}], 'default': 0, 'description': '排行榜分区'}}, 'additionalProperties': False}}, {'name': 'get-douban-rank', 'description': '获取豆瓣实时热门榜单,提供当前热门的图书、电影、电视剧、综艺等作品信息,包含评分和热度数据', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'type': {'anyOf': [{'type': 'string', 'const': 'subject', 'description': '图书、电影、电视剧、综艺等'}, {'type': 'string', 'const': 'movie', 'description': '电影'}, {'type': 'string', 'const': 'tv', 'description': '电视剧'}], 'default': 'subject'}, 'count': {'type': 'integer', 'default': 10}, 'start': {'type': 'integer', 'default': 0}}, 'additionalProperties': False}}, {'name': 'get-douyin-trending', 'description': '获取抖音热搜榜单,展示当下最热门的社会话题、娱乐事件、网络热点和流行趋势', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-gcores-new', 'description': '获取机核网游戏相关资讯,包含电子游戏评测、玩家文化、游戏开发和游戏周边产品的深度内容', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-ifanr-news', 'description': '获取爱范儿科技快讯,包含最新的科技产品、数码设备、互联网动态等前沿科技资讯', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'integer', 'default': 20}, 'offset': {'type': 'integer', 'default': 0}}, 'additionalProperties': False}}, {'name': 'get-infoq-news', 'description': '获取 InfoQ 技术资讯,包含软件开发、架构设计、云计算、AI等企业级技术内容和前沿开发者动态', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'region': {'enum': ['cn', 'global'], 'type': 'string', 'default': 'cn'}}, 'additionalProperties': False}}, {'name': 'get-juejin-article-rank', 'description': '获取掘金文章榜,包含前端开发、后端技术、人工智能、移动开发及技术架构等领域的高质量中文技术文章和教程', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'category_id': {'anyOf': [{'type': 'string', 'const': '6809637769959178254', 'description': '后端'}, {'type': 'string', 'const': '6809637767543259144', 'description': '前端'}, {'type': 'string', 'const': '6809635626879549454', 'description': 'Android'}, {'type': 'string', 'const': '6809635626661445640', 'description': 'iOS'}, {'type': 'string', 'const': '6809637773935378440', 'description': '人工智能'}, {'type': 'string', 'const': '6809637771511070734', 'description': '开发工具'}, {'type': 'string', 'const': '6809637776263217160', 'description': '代码人生'}, {'type': 'string', 'const': '6809637772874219534', 'description': '阅读'}], 'default': '6809637769959178254'}}, 'additionalProperties': False}}, {'name': 'get-netease-news-trending', 'description': '获取网易新闻热点榜,包含时政要闻、社会事件、财经资讯、科技动态及娱乐体育的全方位中文新闻资讯', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-nytimes-news', 'description': '获取纽约时报新闻,包含国际政治、经济金融、社会文化、科学技术及艺术评论的高质量英文或中文国际新闻资讯', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'region': {'anyOf': [{'type': 'string', 'const': 'cn', 'description': '中文'}, {'type': 'string', 'const': 'global', 'description': '全球'}], 'default': 'cn'}, 'section': {'type': 'string', 'default': 'HomePage', 'description': '分类,当 `region` 为 `cn` 时无效。可选值: Africa, Americas, ArtandDesign, Arts, AsiaPacific, Automobiles, Baseball, Books/Review, Business, Climate, CollegeBasketball, CollegeFootball, Dance, Dealbook, DiningandWine, Economy, Education, EnergyEnvironment, Europe, FashionandStyle, Golf, Health, Hockey, HomePage, Jobs, Lens, MediaandAdvertising, MiddleEast, MostEmailed, MostShared, MostViewed, Movies, Music, NYRegion, Obituaries, PersonalTech, Politics, ProBasketball, ProFootball, RealEstate, Science, SmallBusiness, Soccer, Space, Sports, SundayBookReview, Sunday-Review, Technology, Television, Tennis, Theater, TMagazine, Travel, Upshot, US, Weddings, Well, World, YourMoney'}}, 'additionalProperties': False}}, {'name': 'get-smzdm-rank', 'description': '获取什么值得买热门,包含商品推荐、优惠信息、购物攻略、产品评测及消费经验分享的实用中文消费类资讯', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'unit': {'anyOf': [{'type': 'number', 'const': 1, 'description': '今日热门'}, {'type': 'number', 'const': 7, 'description': '周热门'}, {'type': 'number', 'const': 30, 'description': '月热门'}], 'default': 1}}, 'additionalProperties': False}}, {'name': 'get-sspai-rank', 'description': '获取少数派热榜,包含数码产品评测、软件应用推荐、生活方式指南及效率工作技巧的优质中文科技生活类内容', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'tag': {'enum': ['热门文章', '应用推荐', '生活方式', '效率技巧', '少数派播客'], 'type': 'string', 'default': '热门文章', 'description': '分类'}, 'limit': {'type': 'integer', 'default': 40}}, 'additionalProperties': False}}, {'name': 'get-tencent-news-trending', 'description': '获取腾讯新闻热点榜,包含国内外时事、社会热点、财经资讯、娱乐动态及体育赛事的综合性中文新闻资讯', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page_size': {'type': 'integer', 'default': 20}}, 'additionalProperties': False}}, {'name': 'get-thepaper-trending', 'description': '获取澎湃新闻热榜,包含时政要闻、财经动态、社会事件、文化教育及深度报道的高质量中文新闻资讯', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-theverge-news', 'description': '获取 The Verge 新闻,包含科技创新、数码产品评测、互联网趋势及科技公司动态的英文科技资讯', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-toutiao-trending', 'description': '获取今日头条热榜,包含时政要闻、社会事件、国际新闻、科技发展及娱乐八卦等多领域的热门中文资讯', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-weibo-trending', 'description': '获取微博热搜榜,包含时事热点、社会现象、娱乐新闻、明星动态及网络热议话题的实时热门中文资讯', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-weread-rank', 'description': '获取微信读书排行榜,包含热门小说、畅销书籍、新书推荐及各类文学作品的阅读数据和排名信息', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'category': {'anyOf': [{'type': 'string', 'const': 'rising', 'description': '飙升榜'}, {'type': 'string', 'const': 'hot_search', 'description': '热搜榜'}, {'type': 'string', 'const': 'newbook', 'description': '新书榜'}, {'type': 'string', 'const': 'general_novel_rising', 'description': '小说榜'}, {'type': 'string', 'const': 'all', 'description': '总榜'}], 'default': 'rising', 'description': '排行榜分区'}}, 'additionalProperties': False}}, {'name': 'get-zhihu-trending', 'description': '获取知乎热榜,包含时事热点、社会话题、科技动态、娱乐八卦等多领域的热门问答和讨论的中文资讯', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'default': 50}}, 'additionalProperties': False}}]
@alexarevalo9/ticktick-mcp-server
TickTick API Server
Manage your tasks, projects, and habits effortlessly. Create, update, and track your tasks with full control over priorities and deadlines, all while ensuring secure access through OAuth authentication.
2025-04-13T17:41:00.677Z
474
https://smithery.ai/server/@alexarevalo9/ticktick-mcp-server
true
https://spjawbfpwezjfmic…cb1089df5cbf.jpg
{ "scanPassed": true }
[{'name': 'get_user_projects', 'description': 'Get all user projects', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_project_by_id', 'description': 'Get a project by ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string', 'description': 'Project identifier'}}, 'additionalProperties': False}}, {'name': 'get_project_with_data', 'description': 'Get a project with its tasks and columns', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string', 'description': 'Project identifier'}}, 'additionalProperties': False}}, {'name': 'create_project', 'description': 'Create a new project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'kind': {'enum': ['TASK', 'NOTE'], 'type': 'string', 'default': 'TASK', 'description': 'Project kind'}, 'name': {'type': 'string', 'description': 'Project name'}, 'color': {'type': 'string', 'default': '#4772FA', 'description': 'Project color'}, 'viewMode': {'enum': ['list', 'kanban', 'timeline'], 'type': 'string', 'default': 'list', 'description': 'View mode'}}, 'additionalProperties': False}}, {'name': 'update_project', 'description': 'Update an existing project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'kind': {'enum': ['TASK', 'NOTE'], 'type': 'string', 'description': 'Project kind'}, 'name': {'type': 'string', 'description': 'Project name'}, 'color': {'type': 'string', 'description': 'Project color'}, 'viewMode': {'enum': ['list', 'kanban', 'timeline'], 'type': 'string', 'description': 'View mode'}, 'projectId': {'type': 'string', 'description': 'Project identifier'}, 'sortOrder': {'type': 'number', 'description': 'Project sort order'}}, 'additionalProperties': False}}, {'name': 'delete_project', 'description': 'Delete a project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string', 'description': 'Project identifier'}}, 'additionalProperties': False}}, {'name': 'get_task_by_ids', 'description': 'Get a task by ProjectId and TaskId', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'taskId'], 'properties': {'taskId': {'type': 'string', 'description': 'Task identifier'}, 'projectId': {'type': 'string', 'description': 'Project identifier'}}, 'additionalProperties': False}}, {'name': 'create_task', 'description': 'Create a new task', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title', 'projectId'], 'properties': {'desc': {'type': 'string', 'description': 'Task description'}, 'items': {'type': 'array', 'items': {'type': 'object', 'required': ['title'], 'properties': {'title': {'type': 'string', 'description': 'Subtask item title'}, 'status': {'type': 'number', 'description': 'The completion status of subtask. Normal: 0, Completed: 1'}, 'isAllDay': {'type': 'boolean', 'description': 'Is all day subtask item'}, 'timeZone': {'type': 'string', 'description': 'Subtask item time zone. Example: "America/Los_Angeles"'}, 'sortOrder': {'type': 'number', 'description': 'Subtask item sort order'}, 'startDate': {'type': 'string', 'description': 'Subtask item start date in "yyyy-MM-dd\'T\'HH:mm:ssZ" format'}, 'completedTime': {'type': 'string', 'description': 'Subtask item completed time in "yyyy-MM-dd\'T\'HH:mm:ssZ" format'}}, 'additionalProperties': False}, 'description': 'The list of subtasks'}, 'title': {'type': 'string', 'description': 'Task title'}, 'content': {'type': 'string', 'description': 'Task content'}, 'dueDate': {'type': 'string', 'description': 'Task due date in "yyyy-MM-dd\'T\'HH:mm:ssZ" format'}, 'isAllDay': {'type': 'boolean', 'description': 'Is all day task'}, 'priority': {'type': 'number', 'description': 'Task priority None: 0, Low: 1, Medium: 3, High: 5'}, 'timeZone': {'type': 'string', 'description': 'Task time zone. Example: "America/Los_Angeles"'}, 'projectId': {'type': 'string', 'description': 'Project id'}, 'reminders': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of reminder triggers in iCalendar (RFC 5545) format. Example: ["TRIGGER:P0DT9H0M0S", "TRIGGER:PT0S"]'}, 'sortOrder': {'type': 'string', 'description': 'Task sort order. Example: 12345'}, 'startDate': {'type': 'string', 'description': 'Task start date in "yyyy-MM-dd\'T\'HH:mm:ssZ" format'}, 'repeatFlag': {'type': 'string', 'description': 'Task repeat flag in iCalendar (RFC 5545) format. Example: RRULE:FREQ=DAILY;INTERVAL=1'}}, 'additionalProperties': False}}, {'name': 'update_task', 'description': 'Update an existing task', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId', 'id', 'projectId'], 'properties': {'id': {'type': 'string', 'description': 'Task identifier - Body'}, 'desc': {'type': 'string', 'description': 'Task description'}, 'items': {'type': 'array', 'items': {'type': 'object', 'required': ['title'], 'properties': {'title': {'type': 'string', 'description': 'Subtask item title'}, 'status': {'type': 'number', 'description': 'The completion status of subtask. Normal: 0, Completed: 1'}, 'isAllDay': {'type': 'boolean', 'description': 'Is all day subtask item'}, 'timeZone': {'type': 'string', 'description': 'Subtask item time zone. Example: "America/Los_Angeles"'}, 'sortOrder': {'type': 'number', 'description': 'Subtask item sort order'}, 'startDate': {'type': 'string', 'description': 'Subtask item start date in "yyyy-MM-dd\'T\'HH:mm:ssZ" format'}, 'completedTime': {'type': 'string', 'description': 'Subtask item completed time in "yyyy-MM-dd\'T\'HH:mm:ssZ" format'}}, 'additionalProperties': False}, 'description': 'The list of subtasks'}, 'title': {'type': 'string', 'description': 'Task title'}, 'taskId': {'type': 'string', 'description': 'Task identifier - Path'}, 'content': {'type': 'string', 'description': 'Task content'}, 'dueDate': {'type': 'string', 'description': 'Task due date in "yyyy-MM-dd\'T\'HH:mm:ssZ" format'}, 'isAllDay': {'type': 'boolean', 'description': 'Is all day task'}, 'priority': {'type': 'number', 'description': 'Task priority None: 0, Low: 1, Medium: 3, High: 5'}, 'timeZone': {'type': 'string', 'description': 'Task time zone. Example: "America/Los_Angeles"'}, 'projectId': {'type': 'string', 'description': 'Project id'}, 'reminders': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of reminder triggers in iCalendar (RFC 5545) format. Example: ["TRIGGER:P0DT9H0M0S", "TRIGGER:PT0S"]'}, 'sortOrder': {'type': 'string', 'description': 'Task sort order. Example: 12345'}, 'startDate': {'type': 'string', 'description': 'Task start date in "yyyy-MM-dd\'T\'HH:mm:ssZ" format'}, 'repeatFlag': {'type': 'string', 'description': 'Task repeat flag in iCalendar (RFC 5545) format. Example: RRULE:FREQ=DAILY;INTERVAL=1'}}, 'additionalProperties': False}}, {'name': 'complete_task', 'description': 'Complete a task', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId', 'projectId'], 'properties': {'taskId': {'type': 'string', 'description': 'Task identifier'}, 'projectId': {'type': 'string', 'description': 'Project identifier'}}, 'additionalProperties': False}}, {'name': 'delete_task', 'description': 'Delete a task', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId', 'projectId'], 'properties': {'taskId': {'type': 'string', 'description': 'Task identifier'}, 'projectId': {'type': 'string', 'description': 'Project identifier'}}, 'additionalProperties': False}}]
google-workspace-server
Google Workspace MCP Server
Interact with Gmail and Calendar APIs via MCP interface.
2024-12-25T17:29:32.999Z
472
https://smithery.ai/server/google-workspace-server
true
null
{ "scanPassed": true }
[{'name': 'list_emails', 'description': 'List recent emails from Gmail inbox', 'inputSchema': {'type': 'object', 'properties': {'query': {'type': 'string', 'description': 'Search query to filter emails'}, 'maxResults': {'type': 'number', 'description': 'Maximum number of emails to return (default: 10)'}}}}, {'name': 'search_emails', 'description': 'Search emails with advanced query', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'required': True, 'description': 'Gmail search query (e.g., "from:[email protected] has:attachment")'}, 'maxResults': {'type': 'number', 'description': 'Maximum number of emails to return (default: 10)'}}}}, {'name': 'send_email', 'description': 'Send a new email', 'inputSchema': {'type': 'object', 'required': ['to', 'subject', 'body'], 'properties': {'cc': {'type': 'string', 'description': 'CC recipients (comma-separated)'}, 'to': {'type': 'string', 'description': 'Recipient email address'}, 'bcc': {'type': 'string', 'description': 'BCC recipients (comma-separated)'}, 'body': {'type': 'string', 'description': 'Email body (can include HTML)'}, 'subject': {'type': 'string', 'description': 'Email subject'}}}}, {'name': 'modify_email', 'description': 'Modify email labels (archive, trash, mark read/unread)', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Email ID'}, 'addLabels': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels to add'}, 'removeLabels': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels to remove'}}}}, {'name': 'list_events', 'description': 'List upcoming calendar events', 'inputSchema': {'type': 'object', 'properties': {'timeMax': {'type': 'string', 'description': 'End time in ISO format'}, 'timeMin': {'type': 'string', 'description': 'Start time in ISO format (default: now)'}, 'maxResults': {'type': 'number', 'description': 'Maximum number of events to return (default: 10)'}}}}, {'name': 'create_event', 'description': 'Create a new calendar event', 'inputSchema': {'type': 'object', 'required': ['summary', 'start', 'end'], 'properties': {'end': {'type': 'string', 'description': 'End time in ISO format'}, 'start': {'type': 'string', 'description': 'Start time in ISO format'}, 'summary': {'type': 'string', 'description': 'Event title'}, 'location': {'type': 'string', 'description': 'Event location'}, 'attendees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of attendee email addresses'}, 'description': {'type': 'string', 'description': 'Event description'}}}}, {'name': 'update_event', 'description': 'Update an existing calendar event', 'inputSchema': {'type': 'object', 'required': ['eventId'], 'properties': {'end': {'type': 'string', 'description': 'New end time in ISO format'}, 'start': {'type': 'string', 'description': 'New start time in ISO format'}, 'eventId': {'type': 'string', 'description': 'Event ID to update'}, 'summary': {'type': 'string', 'description': 'New event title'}, 'location': {'type': 'string', 'description': 'New event location'}, 'attendees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'New list of attendee email addresses'}, 'description': {'type': 'string', 'description': 'New event description'}}}}, {'name': 'delete_event', 'description': 'Delete a calendar event', 'inputSchema': {'type': 'object', 'required': ['eventId'], 'properties': {'eventId': {'type': 'string', 'description': 'Event ID to delete'}}}}]
@eno-graph/mcp-server-google-analytics
Google Analytics Data API Server
Access Google Analytics Data API seamlessly. Retrieve reports and real-time data to enhance your analytics capabilities. Simplify your data analysis with easy-to-use tools and resources.
2025-04-04T03:00:42.876Z
489
https://smithery.ai/server/@eno-graph/mcp-server-google-analytics
true
null
{ "scanPassed": true }
[{'name': 'get_report', 'description': 'Get a report from Google Analytics Data API', 'inputSchema': {'type': 'object', 'required': ['startDate', 'endDate', 'metrics'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of rows to return'}, 'endDate': {'type': 'string', 'description': 'End date in YYYY-MM-DD format'}, 'metrics': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of metrics to include in the report'}, 'startDate': {'type': 'string', 'description': 'Start date in YYYY-MM-DD format'}, 'dimensions': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of dimensions to include in the report'}, 'propertyId': {'type': 'string', 'description': "Google Analytics property ID (without 'properties/' prefix)"}}}}, {'name': 'get_realtime_data', 'description': 'Get realtime data from Google Analytics Data API', 'inputSchema': {'type': 'object', 'required': ['metrics'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of rows to return'}, 'metrics': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of metrics to include in the report'}, 'dimensions': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of dimensions to include in the report'}, 'propertyId': {'type': 'string', 'description': "Google Analytics property ID (without 'properties/' prefix)"}}}}]
@pskill9/hn-server
Hacker News
Fetch and parse stories from Hacker News.
2025-01-01T06:35:22.748Z
501
https://smithery.ai/server/@pskill9/hn-server
true
null
{ "scanPassed": true }
[{'name': 'get_stories', 'description': 'Get stories from Hacker News', 'inputSchema': {'type': 'object', 'properties': {'type': {'enum': ['top', 'new', 'ask', 'show', 'jobs'], 'type': 'string', 'default': 'top', 'description': 'Type of stories to fetch (top, new, ask, show, jobs)'}, 'limit': {'type': 'number', 'default': 10, 'maximum': 30, 'minimum': 1, 'description': 'Number of stories to return (max 30)'}}}}]
@saginawj/mcp-reddit-companion
Reddit Feed via OAuth
An MCP tool that enables natural language interaction with your personal Reddit feed. Create custom curated feeds on Reddit and use your favorite LLM client to analyze, summarize, and engage with your content.
2025-04-19T12:31:52.324Z
458
https://smithery.ai/server/@saginawj/mcp-reddit-companion
true
https://spjawbfpwezjfmic…ad2f7961edee.png
{ "scanPassed": true }
[{'name': 'get_custom_feed', 'description': '', 'inputSchema': {'type': 'object', 'title': 'get_custom_feedArguments', 'required': ['feed_name'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'feed_name': {'type': 'string', 'title': 'Feed Name'}}}}, {'name': 'get_post_comments', 'description': '', 'inputSchema': {'type': 'object', 'title': 'get_post_commentsArguments', 'required': ['post_id'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'post_id': {'type': 'string', 'title': 'Post Id'}}}}, {'name': 'read_custom_feeds', 'description': '', 'inputSchema': {'type': 'object', 'title': 'read_custom_feedsArguments', 'properties': {}}}, {'name': 'read_new_posts', 'description': '', 'inputSchema': {'type': 'object', 'title': 'read_new_postsArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}}}}, {'name': 'get_user_activity', 'description': '', 'inputSchema': {'type': 'object', 'title': 'get_user_activityArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}}}}, {'name': 'get_post_engagement', 'description': '', 'inputSchema': {'type': 'object', 'title': 'get_post_engagementArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 5}, 'post_id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Post Id', 'default': None}}}}, {'name': 'get_unread_messages', 'description': '', 'inputSchema': {'type': 'object', 'title': 'get_unread_messagesArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}}}}, {'name': 'get_saved_items', 'description': '', 'inputSchema': {'type': 'object', 'title': 'get_saved_itemsArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}}}}, {'name': 'get_subscribed_subreddits', 'description': '', 'inputSchema': {'type': 'object', 'title': 'get_subscribed_subredditsArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}}}}, {'name': 'get_upvoted', 'description': '', 'inputSchema': {'type': 'object', 'title': 'get_upvotedArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}}}}]
@Dhravya/apple-mcp
Apple Tools Integration
Integrate with Apple applications to send and manage messages, emails, notes, contacts, and more.
2025-02-20T02:01:02.430Z
555
https://smithery.ai/server/@Dhravya/apple-mcp
false
null
{ "scanPassed": true }
[{'name': 'contacts', 'description': 'Search and retrieve contacts from Apple Contacts app', 'inputSchema': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'Name to search for (optional - if not provided, returns all contacts). Can be partial name to search.'}}}}, {'name': 'notes', 'description': 'Search and retrieve notes from Apple Notes app', 'inputSchema': {'type': 'object', 'properties': {'searchText': {'type': 'string', 'description': 'Text to search for in notes (optional - if not provided, returns all notes)'}}}}, {'name': 'messages', 'description': 'Interact with Apple Messages app - send, read, schedule messages and check unread messages', 'inputSchema': {'type': 'object', 'required': ['operation'], 'properties': {'limit': {'type': 'number', 'description': 'Number of messages to read (optional, for read and unread operations)'}, 'message': {'type': 'string', 'description': 'Message to send (required for send and schedule operations)'}, 'operation': {'enum': ['send', 'read', 'schedule', 'unread'], 'type': 'string', 'description': "Operation to perform: 'send', 'read', 'schedule', or 'unread'"}, 'phoneNumber': {'type': 'string', 'description': 'Phone number to send message to (required for send, read, and schedule operations)'}, 'scheduledTime': {'type': 'string', 'description': 'ISO string of when to send the message (required for schedule operation)'}}}}, {'name': 'mail', 'description': 'Interact with Apple Mail app - read unread emails, search emails, and send emails', 'inputSchema': {'type': 'object', 'required': ['operation'], 'properties': {'cc': {'type': 'string', 'description': 'CC email address (optional for send operation)'}, 'to': {'type': 'string', 'description': 'Recipient email address (required for send operation)'}, 'bcc': {'type': 'string', 'description': 'BCC email address (optional for send operation)'}, 'body': {'type': 'string', 'description': 'Email body content (required for send operation)'}, 'limit': {'type': 'number', 'description': 'Number of emails to retrieve (optional, for unread and search operations)'}, 'account': {'type': 'string', 'description': 'Email account to use (optional - if not provided, searches across all accounts)'}, 'mailbox': {'type': 'string', 'description': 'Mailbox to use (optional - if not provided, uses inbox or searches across all mailboxes)'}, 'subject': {'type': 'string', 'description': 'Email subject (required for send operation)'}, 'operation': {'enum': ['unread', 'search', 'send', 'mailboxes', 'accounts'], 'type': 'string', 'description': "Operation to perform: 'unread', 'search', 'send', 'mailboxes', or 'accounts'"}, 'searchTerm': {'type': 'string', 'description': 'Text to search for in emails (required for search operation)'}}}}]
@Magic-Sauce/quickchart-mcp-server
QuickChart Server
Generate various types of charts effortlessly using QuickChart.io. Create chart images by providing data and styling parameters, and download them directly to your local system. Enhance your data visualization capabilities with customizable chart options and easy integration.
2025-04-09T04:02:56.172Z
445
https://smithery.ai/server/@Magic-Sauce/quickchart-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'generate_chart', 'description': 'Generate a chart using QuickChart', 'inputSchema': {'type': 'object', 'required': ['type', 'datasets'], 'properties': {'type': {'type': 'string', 'description': 'Chart type (bar, line, pie, doughnut, radar, polarArea, scatter, bubble, radialGauge, speedometer)'}, 'title': {'type': 'string'}, 'labels': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels for data points'}, 'options': {'type': 'object'}, 'datasets': {'type': 'array', 'items': {'type': 'object', 'required': ['data'], 'properties': {'data': {'type': 'array'}, 'label': {'type': 'string'}, 'borderColor': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}, 'backgroundColor': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}, 'additionalConfig': {'type': 'object'}}}}}}}, {'name': 'download_chart', 'description': 'Download a chart image to a local file', 'inputSchema': {'type': 'object', 'required': ['config', 'outputPath'], 'properties': {'config': {'type': 'object', 'description': 'Chart configuration object'}, 'outputPath': {'type': 'string', 'description': 'Path where the chart image should be saved'}}}}]
@falahgs/flux-imagegen-mcp-server
Flux ImageGen Server
Generate and manipulate images effortlessly using advanced AI models. Create image URLs, generate images directly, and manage multiple image generation models with ease. Enhance your applications with high-performance, customizable image generation capabilities.
2025-04-15T06:44:45.985Z
459
https://smithery.ai/server/@falahgs/flux-imagegen-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'generateImageUrl', 'description': 'Generate an image URL from a text prompt', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'safe': {'type': 'boolean', 'description': 'Whether to apply content filtering (default: false)'}, 'seed': {'type': 'number', 'description': 'Seed for reproducible results (default: random)'}, 'model': {'type': 'string', 'description': 'Model name to use for generation (default: "flux"). Available options: "flux", "sdxl", "sd3", "sd15", "flux-schnell", "flux-dev"'}, 'width': {'type': 'number', 'description': 'Width of the generated image (default: 1024)'}, 'height': {'type': 'number', 'description': 'Height of the generated image (default: 1024)'}, 'prompt': {'type': 'string', 'description': 'The text description of the image to generate'}, 'enhance': {'type': 'boolean', 'description': 'Whether to enhance the prompt using an LLM before generating (default: true)'}}}}, {'name': 'generateImage', 'description': 'Generate an image, return the base64-encoded data, and save to a file by default', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'safe': {'type': 'boolean', 'description': 'Whether to apply content filtering (default: false)'}, 'seed': {'type': 'number', 'description': 'Seed for reproducible results (default: random)'}, 'model': {'type': 'string', 'description': 'Model name to use for generation (default: "flux"). Available options: "flux, "turbo" (sdxl),'}, 'width': {'type': 'number', 'description': 'Width of the generated image (default: 1024)'}, 'format': {'type': 'string', 'description': 'Image format to save as (png, jpeg, jpg, webp - default: png)'}, 'height': {'type': 'number', 'description': 'Height of the generated image (default: 1024)'}, 'prompt': {'type': 'string', 'description': 'The text description of the image to generate'}, 'enhance': {'type': 'boolean', 'description': 'Whether to enhance the prompt using an LLM before generating (default: true)'}, 'fileName': {'type': 'string', 'description': 'Name of the file to save (without extension, default: generated from prompt)'}, 'outputPath': {'type': 'string', 'description': 'Directory path where to save the image (default: "./mcpollinations-output")'}}}}, {'name': 'listImageModels', 'description': 'List available image models', 'inputSchema': {'type': 'object', 'properties': {}}}]
@Leghis/smart-thinking
Smart-Thinking
Enhance your AI assistants with advanced multi-dimensional reasoning capabilities. Analyze thoughts, verify information, and visualize reasoning processes for better decision-making. Collaborate seamlessly with others to tackle complex problems effectively.
2025-03-24T12:37:31.235Z
434
https://smithery.ai/server/@Leghis/smart-thinking
true
null
{ "scanPassed": true }
[{'name': 'smartthinking', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['thought'], 'properties': {'help': {'type': 'boolean', 'default': True, 'description': "Afficher le guide d'utilisation complet"}, 'userId': {'type': 'string', 'description': "Identifiant de l'utilisateur pour la personnalisation"}, 'thought': {'type': 'string', 'description': 'Le contenu de la pensée à analyser - PARAMÈTRE OBLIGATOIRE - Cette pensée sera ajoutée au graphe de raisonnement'}, 'sessionId': {'type': 'string', 'description': "Identifiant de session pour maintenir l'état entre les appels"}, 'connections': {'type': 'array', 'items': {'type': 'object', 'required': ['targetId', 'type', 'strength'], 'properties': {'type': {'enum': ['supports', 'contradicts', 'refines', 'branches', 'derives', 'associates', 'exemplifies', 'generalizes', 'compares', 'contrasts', 'questions', 'extends', 'analyzes', 'synthesizes', 'applies', 'evaluates', 'cites', 'extended-by', 'analyzed-by', 'component-of', 'applied-by', 'evaluated-by', 'cited-by'], 'type': 'string', 'description': 'Type de connexion'}, 'inferred': {'type': 'boolean', 'description': 'Si la connexion a été inférée automatiquement'}, 'strength': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Force de la connexion (0 à 1)'}, 'targetId': {'type': 'string', 'description': 'ID de la pensée cible'}, 'attributes': {'type': 'object', 'properties': {'scope': {'enum': ['broad', 'specific', 'partial', 'complete'], 'type': 'string'}, 'nature': {'enum': ['causal', 'correlational', 'sequential', 'hierarchical', 'associative'], 'type': 'string'}, 'certainty': {'enum': ['definite', 'high', 'moderate', 'low', 'speculative'], 'type': 'string'}, 'temporality': {'enum': ['before', 'after', 'during', 'concurrent'], 'type': 'string'}, 'directionality': {'enum': ['unidirectional', 'bidirectional', 'multidirectional'], 'type': 'string'}, 'customAttributes': {'type': 'object', 'additionalProperties': {'type': 'string'}}}, 'additionalProperties': False}, 'description': {'type': 'string', 'description': 'Description optionnelle de la connexion'}, 'bidirectional': {'type': 'boolean', 'description': 'Si la relation est intrinsèquement bidirectionnelle'}, 'inferenceConfidence': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': "Confiance dans l'inférence (0 à 1)"}}, 'additionalProperties': False}, 'default': [], 'description': "Connexions à d'autres pensées - Permet de lier cette pensée à d'autres pensées du graphe"}, 'thoughtType': {'enum': ['regular', 'revision', 'meta', 'hypothesis', 'conclusion'], 'type': 'string', 'default': 'regular', 'description': 'Type de pensée dans le graphe de raisonnement - Détermine la fonction de cette pensée'}, 'suggestTools': {'type': 'boolean', 'default': True, 'description': 'Suggérer des outils MCP pertinents pour cette étape du raisonnement'}, 'visualizationType': {'enum': ['graph', 'chronological', 'thematic', 'hierarchical', 'force', 'radial'], 'type': 'string', 'default': 'graph', 'description': 'Type de visualisation à générer'}, 'requestSuggestions': {'type': 'boolean', 'default': False, 'description': "Demander des suggestions d'amélioration du raisonnement"}, 'requestVerification': {'type': 'boolean', 'default': False, 'description': 'Demander explicitement une vérification des informations'}, 'containsCalculations': {'type': 'boolean', 'default': False, 'description': 'Indique si la pensée contient des calculs à vérifier'}, 'visualizationOptions': {'type': 'object', 'properties': {'filters': {'type': 'object', 'properties': {'dateRange': {'type': 'array', 'items': [{'type': 'string', 'format': 'date-time'}, {'type': 'string', 'format': 'date-time'}], 'maxItems': 2, 'minItems': 2}, 'nodeTypes': {'type': 'array', 'items': {'$ref': '#/properties/thoughtType'}}, 'textSearch': {'type': 'string'}, 'customFilters': {'type': 'object', 'additionalProperties': {}}, 'connectionTypes': {'type': 'array', 'items': {'enum': ['supports', 'contradicts', 'refines', 'branches', 'derives', 'associates', 'exemplifies', 'generalizes', 'compares', 'contrasts', 'questions', 'extends', 'analyzes', 'synthesizes', 'applies', 'evaluates', 'cites', 'extended-by', 'analyzed-by', 'component-of', 'applied-by', 'evaluated-by', 'cited-by'], 'type': 'string'}}, 'metricThresholds': {'type': 'object', 'properties': {'quality': {'type': 'array', 'items': [{'type': 'number'}, {'type': 'number'}], 'maxItems': 2, 'minItems': 2}, 'relevance': {'type': 'array', 'items': [{'type': 'number'}, {'type': 'number'}], 'maxItems': 2, 'minItems': 2}, 'confidence': {'type': 'array', 'items': [{'type': 'number'}, {'type': 'number'}], 'maxItems': 2, 'minItems': 2}}, 'additionalProperties': False}}, 'description': 'Options de filtrage des nœuds et des liens', 'additionalProperties': False}, 'maxDepth': {'type': 'number', 'description': 'Profondeur maximale pour les visualisations hiérarchiques ou radiales'}, 'clusterBy': {'enum': ['type', 'theme', 'metric', 'connectivity'], 'type': 'string', 'description': 'Critère de regroupement des nœuds en clusters'}, 'direction': {'enum': ['LR', 'RL', 'TB', 'BT'], 'type': 'string', 'default': 'TB', 'description': 'Direction de la disposition hiérarchique'}, 'centerNode': {'type': 'string', 'description': 'ID du nœud central pour les visualisations radiales ou hiérarchiques'}, 'interactivity': {'type': 'object', 'properties': {'tooltips': {'type': 'boolean'}, 'zoomable': {'type': 'boolean'}, 'draggable': {'type': 'boolean'}, 'zoomRange': {'type': 'array', 'items': [{'type': 'number'}, {'type': 'number'}], 'maxItems': 2, 'minItems': 2}, 'selectable': {'type': 'boolean'}, 'initialZoom': {'type': 'number'}, 'expandableNodes': {'type': 'boolean'}, 'highlightOnHover': {'type': 'boolean'}}, 'description': "Options d'interactivité pour la visualisation", 'additionalProperties': False}}, 'description': 'Options avancées pour la visualisation', 'additionalProperties': False}, 'generateVisualization': {'type': 'boolean', 'default': False, 'description': 'Générer une visualisation du graphe de pensée'}}, 'additionalProperties': False}}]
@alxspiker/Windows-Command-Line-MCP-Server
Windows Command Line MCP Server
Enable AI models to interact with Windows command-line functionality securely and efficiently. Execute commands, create projects, and retrieve system information while maintaining strict security protocols. Enhance your development workflows with safe command execution and project management tools.
2025-03-30T19:01:14.590Z
423
https://smithery.ai/server/@alxspiker/Windows-Command-Line-MCP-Server
true
null
{ "scanPassed": true }
[{'name': 'list_running_processes', 'description': 'List all running processes on the system. Can be filtered by providing an optional filter string that will match against process names.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'filter': {'type': 'string', 'description': 'Optional filter string to match against process names'}}, 'additionalProperties': False}}, {'name': 'get_system_info', 'description': 'Retrieve system information including OS, hardware, and user details. Can provide basic or full details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'detail': {'enum': ['basic', 'full'], 'type': 'string', 'default': 'basic', 'description': 'Level of detail'}}, 'additionalProperties': False}}, {'name': 'get_network_info', 'description': 'Retrieve network configuration information including IP addresses, adapters, and DNS settings. Can be filtered to a specific interface.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'networkInterface': {'type': 'string', 'description': 'Optional interface name to filter results'}}, 'additionalProperties': False}}, {'name': 'get_scheduled_tasks', 'description': 'Retrieve information about scheduled tasks on the system. Can query all tasks or get detailed status of a specific task.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'action': {'enum': ['query', 'status'], 'type': 'string', 'default': 'query', 'description': 'Action to perform'}, 'taskName': {'type': 'string', 'description': 'Name of the specific task (optional)'}}, 'additionalProperties': False}}, {'name': 'get_service_info', 'description': 'Retrieve information about Windows services. Can query all services or get detailed status of a specific service.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'action': {'enum': ['query', 'status'], 'type': 'string', 'default': 'query', 'description': 'Action to perform'}, 'serviceName': {'type': 'string', 'description': 'Service name to get info about (optional)'}}, 'additionalProperties': False}}, {'name': 'list_allowed_commands', 'description': 'List all commands that are allowed to be executed by this server. This helps understand what operations are permitted.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'execute_command', 'description': "Execute a Windows command and return its output. Only commands in the allowed list can be executed. This tool should be used for running simple commands like 'dir', 'echo', etc.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['command'], 'properties': {'command': {'type': 'string', 'description': 'The command to execute'}, 'timeout': {'type': 'number', 'default': 30000, 'description': 'Timeout in milliseconds'}, 'workingDir': {'type': 'string', 'description': 'Working directory for the command'}}, 'additionalProperties': False}}, {'name': 'execute_powershell', 'description': 'Execute a PowerShell script and return its output. This allows for more complex operations and script execution. PowerShell must be in the allowed commands list.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['script'], 'properties': {'script': {'type': 'string', 'description': 'PowerShell script to execute'}, 'timeout': {'type': 'number', 'default': 30000, 'description': 'Timeout in milliseconds'}, 'workingDir': {'type': 'string', 'description': 'Working directory for the script'}}, 'additionalProperties': False}}]
@effytech/freshdesk_mcp
Freshdesk Integration Server
Integrate AI models with Freshdesk to automate support operations. Create, update, and manage support tickets seamlessly through the Freshdesk API. Enhance your customer support experience with automated ticket management and AI-driven interactions.
2025-03-22T19:57:32.500Z
422
https://smithery.ai/server/@effytech/freshdesk_mcp
true
null
{ "scanPassed": true }
[{'name': 'get_ticket_fields', 'description': 'Get ticket fields from Freshdesk.', 'inputSchema': {'type': 'object', 'title': 'get_ticket_fieldsArguments', 'properties': {}}}, {'name': 'get_tickets', 'description': 'Get tickets from Freshdesk with pagination support.', 'inputSchema': {'type': 'object', 'title': 'get_ticketsArguments', 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Per Page', 'default': 30}}}}, {'name': 'create_ticket', 'description': 'Create a ticket in Freshdesk', 'inputSchema': {'type': 'object', 'title': 'create_ticketArguments', 'required': ['subject', 'description', 'source', 'priority', 'status'], 'properties': {'email': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Email', 'default': None}, 'source': {'anyOf': [{'type': 'integer'}, {'type': 'string'}], 'title': 'Source'}, 'status': {'anyOf': [{'type': 'integer'}, {'type': 'string'}], 'title': 'Status'}, 'subject': {'type': 'string', 'title': 'Subject'}, 'priority': {'anyOf': [{'type': 'integer'}, {'type': 'string'}], 'title': 'Priority'}, 'description': {'type': 'string', 'title': 'Description'}, 'requester_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Requester Id', 'default': None}, 'custom_fields': {'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}], 'title': 'Custom Fields', 'default': None}}}}, {'name': 'update_ticket', 'description': 'Update a ticket in Freshdesk.', 'inputSchema': {'type': 'object', 'title': 'update_ticketArguments', 'required': ['ticket_id', 'ticket_fields'], 'properties': {'ticket_id': {'type': 'integer', 'title': 'Ticket Id'}, 'ticket_fields': {'type': 'object', 'title': 'Ticket Fields', 'additionalProperties': True}}}}, {'name': 'delete_ticket', 'description': 'Delete a ticket in Freshdesk.', 'inputSchema': {'type': 'object', 'title': 'delete_ticketArguments', 'required': ['ticket_id'], 'properties': {'ticket_id': {'type': 'integer', 'title': 'Ticket Id'}}}}, {'name': 'get_ticket', 'description': 'Get a ticket in Freshdesk.', 'inputSchema': {'type': 'object', 'title': 'get_ticketArguments', 'required': ['ticket_id'], 'properties': {'ticket_id': {'type': 'integer', 'title': 'Ticket Id'}}}}, {'name': 'search_tickets', 'description': 'Search for tickets in Freshdesk.', 'inputSchema': {'type': 'object', 'title': 'search_ticketsArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'get_ticket_conversation', 'description': 'Get a ticket conversation in Freshdesk.', 'inputSchema': {'type': 'object', 'title': 'get_ticket_conversationArguments', 'required': ['ticket_id'], 'properties': {'ticket_id': {'type': 'integer', 'title': 'Ticket Id'}}}}, {'name': 'create_ticket_reply', 'description': 'Create a reply to a ticket in Freshdesk.', 'inputSchema': {'type': 'object', 'title': 'create_ticket_replyArguments', 'required': ['ticket_id', 'body'], 'properties': {'body': {'type': 'string', 'title': 'Body'}, 'ticket_id': {'type': 'integer', 'title': 'Ticket Id'}}}}, {'name': 'create_ticket_note', 'description': 'Create a note for a ticket in Freshdesk.', 'inputSchema': {'type': 'object', 'title': 'create_ticket_noteArguments', 'required': ['ticket_id', 'body'], 'properties': {'body': {'type': 'string', 'title': 'Body'}, 'ticket_id': {'type': 'integer', 'title': 'Ticket Id'}}}}, {'name': 'update_ticket_conversation', 'description': 'Update a conversation for a ticket in Freshdesk.', 'inputSchema': {'type': 'object', 'title': 'update_ticket_conversationArguments', 'required': ['conversation_id', 'body'], 'properties': {'body': {'type': 'string', 'title': 'Body'}, 'conversation_id': {'type': 'integer', 'title': 'Conversation Id'}}}}, {'name': 'get_agents', 'description': 'Get all agents in Freshdesk with pagination support.', 'inputSchema': {'type': 'object', 'title': 'get_agentsArguments', 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Per Page', 'default': 30}}}}, {'name': 'list_contacts', 'description': 'List all contacts in Freshdesk with pagination support.', 'inputSchema': {'type': 'object', 'title': 'list_contactsArguments', 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': 1}, 'per_page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Per Page', 'default': 30}}}}, {'name': 'get_contact', 'description': 'Get a contact in Freshdesk.', 'inputSchema': {'type': 'object', 'title': 'get_contactArguments', 'required': ['contact_id'], 'properties': {'contact_id': {'type': 'integer', 'title': 'Contact Id'}}}}, {'name': 'search_contacts', 'description': 'Search for contacts in Freshdesk.', 'inputSchema': {'type': 'object', 'title': 'search_contactsArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'update_contact', 'description': 'Update a contact in Freshdesk.', 'inputSchema': {'type': 'object', 'title': 'update_contactArguments', 'required': ['contact_id', 'contact_fields'], 'properties': {'contact_id': {'type': 'integer', 'title': 'Contact Id'}, 'contact_fields': {'type': 'object', 'title': 'Contact Fields', 'additionalProperties': True}}}}, {'name': 'list_canned_responses', 'description': 'List all canned responses in Freshdesk.', 'inputSchema': {'type': 'object', 'title': 'list_canned_responsesArguments', 'required': ['folder_id'], 'properties': {'folder_id': {'type': 'integer', 'title': 'Folder Id'}}}}, {'name': 'list_canned_response_folders', 'description': 'List all canned response folders in Freshdesk.', 'inputSchema': {'type': 'object', 'title': 'list_canned_response_foldersArguments', 'properties': {}}}, {'name': 'list_solution_articles', 'description': 'List all solution articles in Freshdesk.', 'inputSchema': {'type': 'object', 'title': 'list_solution_articlesArguments', 'required': ['folder_id'], 'properties': {'folder_id': {'type': 'integer', 'title': 'Folder Id'}}}}, {'name': 'list_solution_folders', 'description': '', 'inputSchema': {'type': 'object', 'title': 'list_solution_foldersArguments', 'required': ['category_id'], 'properties': {'category_id': {'type': 'integer', 'title': 'Category Id'}}}}, {'name': 'list_solution_categories', 'description': 'List all solution categories in Freshdesk.', 'inputSchema': {'type': 'object', 'title': 'list_solution_categoriesArguments', 'properties': {}}}]
@bsmi021/mcp-file-context-server
File Context Server
Enable your LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities. Streamline your code analysis and improve quality metrics effortlessly. Enhance your development workflow with powerful file operations and smart caching features.
2025-03-11T09:00:46.084Z
427
https://smithery.ai/server/@bsmi021/mcp-file-context-server
true
null
{ "scanPassed": true }
[{'name': 'read_context', 'description': 'Read and analyze code files with advanced filtering and chunking. The server automatically ignores common artifact directories and files:\n- Version Control: .git/\n- Python: .venv/, __pycache__/, *.pyc, etc.\n- JavaScript/Node.js: node_modules/, bower_components/, .next/, dist/, etc.\n- IDE/Editor: .idea/, .vscode/, .env, etc.\n\nFor large files or directories, use get_chunk_count first to determine total chunks, then request specific chunks using chunkNumber parameter.', 'inputSchema': {'type': 'object', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'Path to file or directory to read'}, 'maxSize': {'type': 'number', 'default': 1048576, 'description': 'Maximum file size in bytes. Files larger than this will be chunked.'}, 'encoding': {'type': 'string', 'default': 'utf8', 'description': 'File encoding (e.g., utf8, ascii, latin1)'}, 'fileTypes': {'type': ['array', 'string'], 'items': {'type': 'string'}, 'default': [], 'description': 'File extension(s) to include WITHOUT dots (e.g. ["ts", "js", "py"] or just "ts"). Empty/undefined means all files.'}, 'recursive': {'type': 'boolean', 'default': True, 'description': 'Whether to read directories recursively (includes subdirectories)'}, 'chunkNumber': {'type': 'number', 'default': 0, 'description': 'Which chunk to return (0-based). Use with get_chunk_count to handle large files/directories.'}}}}, {'name': 'get_chunk_count', 'description': "Get the total number of chunks that will be returned for a read_context request.\nUse this tool FIRST before reading content to determine how many chunks you need to request.\nThe parameters should match what you'll use in read_context.", 'inputSchema': {'type': 'object', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'Path to file or directory'}, 'maxSize': {'type': 'number', 'default': 1048576, 'description': 'Maximum file size in bytes. Files larger than this will be chunked.'}, 'encoding': {'type': 'string', 'default': 'utf8', 'description': 'File encoding (e.g., utf8, ascii, latin1)'}, 'fileTypes': {'type': ['array', 'string'], 'items': {'type': 'string'}, 'default': [], 'description': 'File extension(s) to include WITHOUT dots (e.g. ["ts", "js", "py"] or just "ts"). Empty/undefined means all files.'}, 'recursive': {'type': 'boolean', 'default': True, 'description': 'Whether to read directories recursively (includes subdirectories)'}}}}, {'name': 'set_profile', 'description': 'Set the active profile for context generation', 'inputSchema': {'type': 'object', 'required': ['profile_name'], 'properties': {'profile_name': {'type': 'string', 'description': 'Name of the profile to activate'}}}}, {'name': 'get_profile_context', 'description': 'Get repository context based on current profile settings', 'inputSchema': {'type': 'object', 'properties': {'refresh': {'type': 'boolean', 'default': False, 'description': 'Whether to refresh file selection before generating context'}}}}, {'name': 'generate_outline', 'description': 'Generate a code outline for a file, showing its structure (classes, functions, imports, etc). Supports TypeScript/JavaScript and Python files.', 'inputSchema': {'type': 'object', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'Path to the file to analyze'}}}}]
@sigco3111/ubob_pro_mcp
UBOB Pro MCP Server
UBOB Pro MCP Server는 학습자가 유밥 학습 플랫폼을 개인화된 방식으로 활용할 수 있는 파이썬 기반 백엔드 중심의 도구입니다. 이 서버는 Claude 데스크탑 앱, Cursor AI, 그리고 향후 ChatGPT 데스크탑 앱과 같은 다양한 AI 에이전트와 연동되어 사용자가 자연어 인터페이스를 통해 학습 데이터에 접근하고 활용할 수 있도록 지원합니다. 복잡한 대시보드 없이 사용자는 AI와의 대화를 통해 학습 콘텐츠와 데이터를 직관적으로 탐색하고 활용할 수 있습니다. 이 서버는 Smithery.ai 플랫폼을 통해 배포되어 다양한 AI 에이전트와 쉽게 연동될 수 있습니다.
2025-04-11T06:25:57.293Z
407
https://smithery.ai/server/@sigco3111/ubob_pro_mcp
true
https://spjawbfpwezjfmic…ac343487e259.png
{ "scanPassed": true }
[{'name': 'ubob_login', 'description': '\n UBOB Pro 서비스에 로그인합니다.\n\n 명령줄 인자로 제공된 인증 정보를 사용하여 UBOB Pro 서비스에 로그인합니다.\n 인증 정보가 명령줄 인자에서 제공되지 않은 경우 사용자에게 직접 입력을 요청합니다.\n\n Returns:\n dict: 로그인 결과 및 토큰 정보를 포함하는 딕셔너리\n ', 'inputSchema': {'type': 'object', 'title': 'ubob_loginArguments', 'properties': {}}}, {'name': 'login_with_credentials', 'description': "\n 사용자가 제공한 인증 정보로 로그인합니다.\n \n 사용자가 직접 입력한 사용자명, 비밀번호, 앱 ID로 UBOB Pro 서비스에 로그인합니다.\n 입력 형식은 다음과 같습니다:\n - '사용자명: YOUR_USERNAME\n비밀번호: YOUR_PASSWORD\n앱 ID: YOUR_APP_ID' 또는\n - 'YOUR_USERNAME, YOUR_PASSWORD, APP_ID'\n \n Args:\n credentials: 사용자가 입력한 인증 정보 문자열\n \n Returns:\n 로그인 결과 및 토큰 정보를 포함하는 딕셔너리\n ", 'inputSchema': {'type': 'object', 'title': 'login_with_credentialsArguments', 'required': ['credentials'], 'properties': {'credentials': {'type': 'string', 'title': 'Credentials'}}}}, {'name': 'check_login_status', 'description': '현재 로그인 상태를 확인합니다.', 'inputSchema': {'type': 'object', 'title': 'check_login_statusArguments', 'properties': {}}}, {'name': 'get_study_info', 'description': '\n 사용자의 학습 정보를 조회합니다.\n\n UBOB Pro 서비스의 API를 호출하여 현재 로그인된 사용자의 학습 정보를 가져옵니다.\n 로그인되지 않은 경우 자동으로 로그인을 시도합니다.\n 인증 정보가 없는 경우 사용자에게 직접 입력을 요청합니다.\n\n Returns:\n dict: 학습 정보를 포함하는 JSON 응답 또는 오류 메시지\n ', 'inputSchema': {'type': 'object', 'title': 'get_study_infoArguments', 'properties': {}}}, {'name': 'get_study_analysis', 'description': '\n 학습 데이터를 분석하여 인사이트를 제공합니다.\n\n 사용자의 학습 데이터를 분석하여 학습 패턴, 추천 학습 시간, \n 카테고리별 학습 비율 등 유용한 인사이트를 제공합니다.\n 로그인되지 않은 경우 자동으로 로그인을 시도합니다.\n 인증 정보가 없는 경우 사용자에게 직접 입력을 요청합니다.\n\n Returns:\n 학습 분석 결과를 포함하는 딕셔너리\n ', 'inputSchema': {'type': 'object', 'title': 'get_study_analysisArguments', 'properties': {}}}, {'name': 'get_myroom_info', 'description': '\n 내 강의실 정보를 가져옵니다.\n\n UBOB Pro 서비스에 로그인하여 사용자의 내 강의실 정보를 조회합니다.\n 내 강의실에는 학습 신청 과정, 수료 과정, 학습 중인 과정 등의 정보가 포함됩니다.\n 2023년 1월 1일부터 12월 31일까지의 데이터를 조회합니다.\n 로그인되지 않은 경우 자동으로 로그인을 시도합니다.\n 인증 정보가 없는 경우 사용자에게 직접 입력을 요청합니다.\n\n Returns:\n dict: 내 강의실 정보를 포함하는 JSON 응답 또는 오류 메시지\n ', 'inputSchema': {'type': 'object', 'title': 'get_myroom_infoArguments', 'properties': {}}}, {'name': 'get_recent_searches', 'description': '\n 최근 검색 이력을 조회합니다.\n \n UBOB Pro 서비스의 API를 호출하여 현재 로그인된 사용자의 최근 검색 이력을 가져옵니다.\n 로그인되지 않은 경우 자동으로 로그인을 시도합니다.\n 인증 정보가 없는 경우 사용자에게 직접 입력을 요청합니다.\n \n Returns:\n dict: 최근 검색 이력을 포함하는 JSON 응답 또는 오류 메시지\n ', 'inputSchema': {'type': 'object', 'title': 'get_recent_searchesArguments', 'properties': {}}}, {'name': 'get_popular_searches', 'description': '\n 인기 검색어를 조회합니다.\n \n UBOB Pro 서비스의 API를 호출하여 인기 검색어 목록을 가져옵니다.\n 로그인되지 않은 경우 자동으로 로그인을 시도합니다.\n 인증 정보가 없는 경우 사용자에게 직접 입력을 요청합니다.\n \n Returns:\n dict: 인기 검색어 목록을 포함하는 JSON 응답 또는 오류 메시지\n ', 'inputSchema': {'type': 'object', 'title': 'get_popular_searchesArguments', 'properties': {}}}, {'name': 'search_content', 'description': '\n 검색을 수행합니다.\n \n UBOB Pro 서비스의 API를 호출하여 검색을 수행합니다.\n 로그인되지 않은 경우 자동으로 로그인을 시도합니다.\n 인증 정보가 없는 경우 사용자에게 직접 입력을 요청합니다.\n \n Args:\n search_text: 검색어\n mode: 검색 종류 (ALL, SERIES, AUTHOR, SNACK, REFERENCE)\n skip: 시작 위치\n take: 검색 개수\n sort_type: 정렬 방식 (NEW, POPUL, NAME)\n \n Returns:\n dict: 검색 결과를 포함하는 JSON 응답 또는 오류 메시지\n ', 'inputSchema': {'type': 'object', 'title': 'search_contentArguments', 'required': ['search_text'], 'properties': {'mode': {'type': 'string', 'title': 'Mode', 'default': 'ALL'}, 'skip': {'type': 'integer', 'title': 'Skip', 'default': 0}, 'take': {'type': 'integer', 'title': 'Take', 'default': 10}, 'sort_type': {'type': 'string', 'title': 'Sort Type', 'default': 'NEW'}, 'search_text': {'type': 'string', 'title': 'Search Text'}}}}, {'name': 'get_series_detail', 'description': '\n 과정 상세 정보를 조회합니다.\n \n UBOB Pro 서비스의 API를 호출하여 특정 과정의 상세 정보를 가져옵니다.\n 과정의 콘텐츠, 목차, 수료 조건, 학습 현황 등 상세 정보를 제공합니다.\n 로그인되지 않은 경우 자동으로 로그인을 시도합니다.\n 인증 정보가 없는 경우 사용자에게 직접 입력을 요청합니다.\n \n Args:\n series_id: 과정의 ID (OriId가 아닌 일반 Id)\n order_id: 학습신청 ID (선택 사항)\n \n Returns:\n dict: 과정 상세 정보를 포함하는 JSON 응답 또는 오류 메시지\n ', 'inputSchema': {'type': 'object', 'title': 'get_series_detailArguments', 'required': ['series_id'], 'properties': {'order_id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Order Id', 'default': None}, 'series_id': {'type': 'integer', 'title': 'Series Id'}}}}, {'name': 'generate_series_link', 'description': '\n 과정 링크를 생성합니다.\n \n 로그인 시 받은 appUrl 값과 과정 ID를 결합하여 과정 상세 페이지 링크를 생성합니다.\n 로그인되지 않은 경우 자동으로 로그인을 시도합니다.\n 인증 정보가 없는 경우 사용자에게 직접 입력을 요청합니다.\n \n Args:\n series_id: 과정의 ID\n validate: 과정 ID 유효성 검사 여부 (선택 사항)\n \n Returns:\n dict: 생성된 링크 정보를 포함하는 결과\n ', 'inputSchema': {'type': 'object', 'title': 'generate_series_linkArguments', 'required': ['series_id'], 'properties': {'validate': {'type': 'boolean', 'title': 'Validate', 'default': False}, 'series_id': {'type': 'integer', 'title': 'Series Id'}}}}, {'name': 'get_favorlist_info', 'description': '\n 최근 학습 목록을 조회합니다.\n\n UBOB Pro 서비스의 API를 호출하여 현재 로그인된 사용자의 최근 학습 목록을 가져옵니다.\n 로그인되지 않은 경우 자동으로 로그인을 시도합니다.\n 인증 정보가 없는 경우 사용자에게 직접 입력을 요청합니다.\n\n Returns:\n dict: 최근 학습 목록을 포함하는 JSON 응답 또는 오류 메시지\n ', 'inputSchema': {'type': 'object', 'title': 'get_favorlist_infoArguments', 'properties': {'random_string': {'type': 'string', 'title': 'Random String', 'default': None}}}}, {'name': 'get_series_for_period', 'description': '\n 특정 기간의 신규과정 리스트를 조회합니다.\n \n UBOB Pro 서비스의 API를 호출하여 특정 기간동안 신규과정으로 인식된 과정 목록을 가져옵니다.\n 로그인되지 않은 경우 자동으로 로그인을 시도합니다.\n 인증 정보가 없는 경우 사용자에게 직접 입력을 요청합니다.\n \n Args:\n start_date: 검색 시작일 (yyyy-MM-dd 형식)\n end_date: 검색 종료일 (yyyy-MM-dd 형식)\n \n Returns:\n dict: 특정 기간의 신규과정 리스트를 포함하는 JSON 응답 또는 오류 메시지\n ', 'inputSchema': {'type': 'object', 'title': 'get_series_for_periodArguments', 'required': ['start_date', 'end_date'], 'properties': {'end_date': {'type': 'string', 'title': 'End Date'}, 'start_date': {'type': 'string', 'title': 'Start Date'}}}}, {'name': 'get_series_ranking', 'description': '\n 인기과정 랭킹 정보를 조회합니다.\n \n UBOB Pro 서비스의 API를 호출하여 다양한 타입의 인기과정 랭킹 정보를 가져옵니다.\n 로그인되지 않은 경우 자동으로 로그인을 시도합니다.\n 인증 정보가 없는 경우 사용자에게 직접 입력을 요청합니다.\n \n Args:\n list_type: 리스트 타입 (NEW50, TOP50YEAR, TOP50MONTH, TOP50NOW, TOP50ALL, TOP50WEEK)\n option1: 옵션1 (리스트 타입에 따라 필요한 값이 다름)\n option2: 옵션2 (리스트 타입에 따라 필요한 값이 다름)\n option3: 옵션3 (리스트 타입에 따라 필요한 값이 다름)\n skip: 건너뛸 항목 수 (기본값: 0)\n take: 가져올 항목 수 (기본값: 50)\n \n Returns:\n dict: 인기과정 랭킹 정보를 포함하는 딕셔너리\n ', 'inputSchema': {'type': 'object', 'title': 'get_series_rankingArguments', 'properties': {'skip': {'type': 'integer', 'title': 'Skip', 'default': 0}, 'take': {'type': 'integer', 'title': 'Take', 'default': 50}, 'option1': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Option1', 'default': None}, 'option2': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Option2', 'default': None}, 'option3': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Option3', 'default': None}, 'list_type': {'type': 'string', 'title': 'List Type', 'default': 'TOP50NOW'}}}}]
@puravparab/gitingest-mcp
Gitingest MCP Server
An MCP server for gitingest. It allows MCP clients like Claude Desktop, Cursor, Cline etc to quickly extract information about Github repositories including repository summaries, project directory structure, file contents, etc
2025-03-10T03:06:04.317Z
400
https://smithery.ai/server/@puravparab/gitingest-mcp
true
null
{ "scanPassed": true }
[{'name': 'git_summary', 'description': '\n\tGet a summary of a GitHub repository that includes \n\t\t- Repo name, \n\t\t- Files in repo\n\t\t- Number of tokens in repo\n\t\t- Summary from the README.md\n\n\tArgs:\n\t\towner: The GitHub organization or username\n\t\trepo: The repository name\n\t\tbranch: Optional branch name (default: None)\n\t', 'inputSchema': {'type': 'object', 'title': 'git_summaryArguments', 'required': ['owner', 'repo'], 'properties': {'repo': {'type': 'string', 'title': 'Repo'}, 'owner': {'type': 'string', 'title': 'Owner'}, 'branch': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Branch', 'default': None}}}}, {'name': 'git_tree', 'description': '\n\tGet the tree structure of a GitHub repository\n\n\tArgs:\n\t\towner: The GitHub organization or username\n\t\trepo: The repository name\n\t\tbranch: Optional branch name (default: None)\n\t', 'inputSchema': {'type': 'object', 'title': 'git_treeArguments', 'required': ['owner', 'repo'], 'properties': {'repo': {'type': 'string', 'title': 'Repo'}, 'owner': {'type': 'string', 'title': 'Owner'}, 'branch': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Branch', 'default': None}}}}, {'name': 'git_files', 'description': '\n\tGet the content of specific files from a GitHub repository\n\n\tArgs:\n\t\towner: The GitHub organization or username\n\t\trepo: The repository name\n\t\tfile_paths: List of paths to files within the repository\n\t\tbranch: Optional branch name (default: None)\n\t', 'inputSchema': {'type': 'object', 'title': 'git_filesArguments', 'required': ['owner', 'repo', 'file_paths'], 'properties': {'repo': {'type': 'string', 'title': 'Repo'}, 'owner': {'type': 'string', 'title': 'Owner'}, 'branch': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Branch', 'default': None}, 'file_paths': {'type': 'array', 'items': {'type': 'string'}, 'title': 'File Paths'}}}}]
@hyeongjun-dev/metabase-mcp-server
Metabase MCP
Connect AI assistants to your Metabase analytics platform. Access dashboards, execute queries, and retrieve data seamlessly through conversational interfaces. Enhance your analytics experience with structured data access and robust error handling.
2025-04-13T15:06:45.782Z
396
https://smithery.ai/server/@hyeongjun-dev/metabase-mcp-server
true
https://spjawbfpwezjfmic…d4f719a59b61.svg
{ "scanPassed": true }
[{'name': 'list_dashboards', 'description': 'List all dashboards in Metabase', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_cards', 'description': 'List all questions/cards in Metabase', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_databases', 'description': 'List all databases in Metabase', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'execute_card', 'description': 'Execute a Metabase question/card and get results', 'inputSchema': {'type': 'object', 'required': ['card_id'], 'properties': {'card_id': {'type': 'number', 'description': 'ID of the card/question to execute'}, 'parameters': {'type': 'object', 'description': 'Optional parameters for the query'}}}}, {'name': 'get_dashboard_cards', 'description': 'Get all cards in a dashboard', 'inputSchema': {'type': 'object', 'required': ['dashboard_id'], 'properties': {'dashboard_id': {'type': 'number', 'description': 'ID of the dashboard'}}}}, {'name': 'execute_query', 'description': 'Execute a SQL query against a Metabase database', 'inputSchema': {'type': 'object', 'required': ['database_id', 'query'], 'properties': {'query': {'type': 'string', 'description': 'SQL query to execute'}, 'database_id': {'type': 'number', 'description': 'ID of the database to query'}, 'native_parameters': {'type': 'array', 'items': {'type': 'object'}, 'description': 'Optional parameters for the query'}}}}]
@launchthatbrand/mcp-monday-ts
Monday.com MCP - Typescript
A MCP server for Monday.com, that provides the basic functions of the standard GraqhQL API and some custom functions
2025-02-26T00:56:51.290Z
389
https://smithery.ai/server/@launchthatbrand/mcp-monday-ts
true
null
{ "scanPassed": true }
[{'name': 'list_boards', 'description': 'List all boards in your Monday.com workspace', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'get_board', 'description': 'Get detailed information about a specific board', 'inputSchema': {'type': 'object', 'required': ['boardId'], 'properties': {'boardId': {'type': 'number', 'description': 'The ID of the board to fetch'}}}}, {'name': 'get_items', 'description': 'Get all items from a specific board', 'inputSchema': {'type': 'object', 'required': ['boardId'], 'properties': {'boardId': {'type': 'number', 'description': 'The ID of the board to fetch items from'}}}}, {'name': 'get_workspaces', 'description': 'List all workspaces in your Monday.com account', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'get_workspace', 'description': 'Get detailed information about a specific workspace', 'inputSchema': {'type': 'object', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace to fetch'}}}}, {'name': 'get_item', 'description': 'Get detailed information about a specific item', 'inputSchema': {'type': 'object', 'required': ['itemId'], 'properties': {'itemId': {'type': 'number', 'description': 'The ID of the item to fetch'}}}}, {'name': 'get_boards', 'description': 'Get all boards in a specific workspace', 'inputSchema': {'type': 'object', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace to fetch boards from'}}}}, {'name': 'create_item', 'description': 'Create a new item in a board', 'inputSchema': {'type': 'object', 'required': ['boardId', 'itemName'], 'properties': {'boardId': {'type': 'number', 'description': 'The ID of the board to create the item in'}, 'groupId': {'type': 'string', 'description': 'Optional group ID to create the item in'}, 'itemName': {'type': 'string', 'description': 'The name of the new item'}, 'columnValues': {'type': 'object', 'description': 'Optional column values for the new item (as key-value pairs)', 'additionalProperties': True}}}}, {'name': 'delete_item', 'description': 'Delete an item from a board', 'inputSchema': {'type': 'object', 'required': ['itemId'], 'properties': {'itemId': {'type': 'number', 'description': 'The ID of the item to delete'}}}}, {'name': 'create_item_with_demo', 'description': 'Create a new item on a Monday.com board with demo data for specified columns or all columns', 'inputSchema': {'type': 'object', 'required': ['boardId'], 'properties': {'boardId': {'type': 'number', 'description': 'The ID of the board to create the item in'}, 'columnIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional: Array of column IDs to fill with demo data. If not provided, all columns will be filled.'}}}}, {'name': 'create_multiple_items', 'description': 'Create multiple items in a board, showing the first one as an example', 'inputSchema': {'type': 'object', 'required': ['boardId', 'count'], 'properties': {'count': {'type': 'number', 'description': 'Number of items to create'}, 'isDemo': {'type': 'boolean', 'default': False, 'description': 'Whether to create items with demo data'}, 'boardId': {'type': 'number', 'description': 'The ID of the board to create items in'}}}}, {'name': 'create_remaining_items', 'description': 'Create the remaining items after showing the example', 'inputSchema': {'type': 'object', 'required': ['boardId', 'count', 'startIndex'], 'properties': {'count': {'type': 'number', 'description': 'Number of remaining items to create'}, 'isDemo': {'type': 'boolean', 'default': False, 'description': 'Whether to create items with demo data'}, 'boardId': {'type': 'number', 'description': 'The ID of the board to create items in'}, 'startIndex': {'type': 'number', 'description': 'Starting index for item numbering'}}}}]
@mukulkathayat/linkedin-mcp
LinkedIn MCP Server
Provide seamless integration with LinkedIn data and actions through a standardized protocol. Enable LLM applications to access LinkedIn profiles, posts, and interactions dynamically. Enhance your agents with real-time LinkedIn context and capabilities.
2025-04-30T19:59:19.213Z
384
https://smithery.ai/server/@mukulkathayat/linkedin-mcp
true
null
{ "scanPassed": true }
[{'name': 'profiles', 'description': 'Can scrape up to 100 profiles data in a go\n \n Request Body Example:\n {\n "links": [\n "http://www.linkedin.com/in/luke-sharp-b3838719a",\n "http://www.linkedin.com/in/hollie-smith-96ab44b5"\n ]\n }\n ', 'inputSchema': {'type': 'object', 'title': 'profilesArguments', 'required': ['links'], 'properties': {'links': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Links'}}}}, {'name': 'companies', 'description': 'Can scrape up to 100 companies data in a go\n \n Request Body Example:\n {\n "links": [\n "https://www.linkedin.com/company/huzzle-app/",\n "http://www.linkedin.com/company/aep-energy"\n ],\n "count": 1\n }\n ', 'inputSchema': {'type': 'object', 'title': 'companiesArguments', 'required': ['links'], 'properties': {'links': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Links'}}}}, {'name': 'company_posts', 'description': 'Can scrape 100 posts of 50 linkedin companies\n \n Request Body Example:\n {\n "links": [\n "https://www.linkedin.com/company/huzzle-app/",\n "http://www.linkedin.com/company/aep-energy"\n ],\n "count": 1\n }\n ', 'inputSchema': {'type': 'object', 'title': 'company_postsArguments', 'required': ['links'], 'properties': {'count': {'type': 'integer', 'title': 'Count', 'default': 1}, 'links': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Links'}}}}, {'name': 'person', 'description': 'Scrapes all data of a person from linkedin\n \n Request Body Example:\n {\n "link": "https://www.linkedin.com/in/ingmar-klein"\n }\n ', 'inputSchema': {'type': 'object', 'title': 'personArguments', 'required': ['link'], 'properties': {'link': {'type': 'string', 'title': 'Link'}}}}, {'name': 'person_urn', 'description': 'Scrapes all data from a person\'s page using his profile URN\n \n NOTE: This tool failed during testing (status 400, error: Failed to scrape profile).\n The API documentation is unclear if this expects a URN string or a full profile link with URN.\n\n Request Body Example:\n {\n "link": "https://www.linkedin.com/in/ACoAACeIPPkBUymOGNvgfbBL_uhKc32Hg_g_haU" \n }\n ', 'inputSchema': {'type': 'object', 'title': 'person_urnArguments', 'required': ['link'], 'properties': {'link': {'type': 'string', 'title': 'Link'}}}}, {'name': 'person_skills', 'description': 'Scrapes all skills of a linkedin user\n \n Request Body Example:\n {\n "link": "https://www.linkedin.com/in/ingmar-klein"\n }\n ', 'inputSchema': {'type': 'object', 'title': 'person_skillsArguments', 'required': ['link'], 'properties': {'link': {'type': 'string', 'title': 'Link'}}}}, {'name': 'search_people_with_filters', 'description': 'Search for people from linkedin using all filters as per linkedin\n \n Request Body Example:\n {\n "keyword": "ingmar", \n "page": 1, \n "title_free_text": "CEO", \n "company_free_text": "Huzzle", \n "first_name": "Ingmar", \n "last_name": "Klein"\n }\n ', 'inputSchema': {'type': 'object', 'title': 'search_people_with_filtersArguments', 'required': ['keyword'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'keyword': {'type': 'string', 'title': 'Keyword'}, 'last_name': {'type': 'string', 'title': 'Last Name', 'default': None}, 'first_name': {'type': 'string', 'title': 'First Name', 'default': None}, 'title_free_text': {'type': 'string', 'title': 'Title Free Text', 'default': None}, 'company_free_text': {'type': 'string', 'title': 'Company Free Text', 'default': None}}}}, {'name': 'company', 'description': 'Scrapes all data from a provided company url\n \n Request Body Example:\n {\n "link": "https://www.linkedin.com/company/huzzle-app"\n }\n ', 'inputSchema': {'type': 'object', 'title': 'companyArguments', 'required': ['link'], 'properties': {'link': {'type': 'string', 'title': 'Link'}}}}, {'name': 'company_jobs', 'description': 'Scrapes jobs of a specific linkedin company\n \n Request Body Example:\n {\n "company_url": "https://www.linkedin.com/company/google",\n "starts_from": 0,\n "count": 10\n }\n ', 'inputSchema': {'type': 'object', 'title': 'company_jobsArguments', 'required': ['company_url'], 'properties': {'count': {'type': 'integer', 'title': 'Count', 'default': 10}, 'company_url': {'type': 'string', 'title': 'Company Url'}, 'starts_from': {'type': 'integer', 'title': 'Starts From', 'default': 0}}}}, {'name': 'search_company_with_filters', 'description': 'Search for companies as per linkedin search engine\n \n Request Body Example:\n {\n "keyword": "G", \n "page": 1, \n "company_size_list": "A,D", \n "hasJobs": false, \n "location_list": "", \n "industry_list": ""\n }\n ', 'inputSchema': {'type': 'object', 'title': 'search_company_with_filtersArguments', 'required': ['keyword'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'hasJobs': {'type': 'boolean', 'title': 'Hasjobs', 'default': False}, 'keyword': {'type': 'string', 'title': 'Keyword'}, 'industry_list': {'type': 'string', 'title': 'Industry List', 'default': None}, 'location_list': {'type': 'string', 'title': 'Location List', 'default': None}, 'company_size_list': {'type': 'string', 'title': 'Company Size List', 'default': None}}}}, {'name': 'post', 'description': 'Scrapes post data by a person/company using its linkedin url\n \n Request Body Example:\n {\n "link": "https://www.linkedin.com/feed/update/urn:li:activity:7219434359085252608"\n }\n ', 'inputSchema': {'type': 'object', 'title': 'postArguments', 'required': ['link'], 'properties': {'link': {'type': 'string', 'title': 'Link'}}}}, {'name': 'search_posts', 'description': 'Search posts as per linkedin.com search engine (with filters)\n \n Request Body Example:\n {\n "page": 1,\n "query": "Top 10",\n "filters": [\n {\n "key": "datePosted",\n "values": "past-week"\n }\n ]\n }\n ', 'inputSchema': {'type': 'object', 'title': 'search_postsArguments', 'required': ['query'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'query': {'type': 'string', 'title': 'Query'}, 'filters': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}, 'title': 'Filters', 'default': None}}}}, {'name': 'profile_updates', 'description': 'Scrapes updates posted by a linkedin user\n\n NOTE: API doc specifies profile_url and page as required GET parameters.\n \n Get Request Parameters:\n - profile_url: LinkedIn profile URL (paramType: STRING, required) (e.g., "http://www.linkedin.com/in/ingmar-klein")\n - page: Page number (paramType: NUMBER, required) (e.g., 1)\n - paginationToken: For pagination (paramType: STRING, optional)\n ', 'inputSchema': {'type': 'object', 'title': 'profile_updatesArguments', 'required': ['profile_url'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'profile_url': {'type': 'string', 'title': 'Profile Url'}, 'paginationToken': {'type': 'string', 'title': 'Paginationtoken', 'default': None}}}}, {'name': 'comments_from_recent_activity', 'description': 'Scrapes comments posted by a person as per his recent activity\n\n NOTE: API doc specifies profile_url and page as required GET parameters.\n \n Get Request Parameters:\n - profile_url: LinkedIn profile URL (paramType: STRING, required) (e.g., "http://www.linkedin.com/in/ingmar-klein")\n - page: Page number (paramType: NUMBER, required) (e.g., 1)\n - paginationToken: For pagination (paramType: STRING, optional)\n ', 'inputSchema': {'type': 'object', 'title': 'comments_from_recent_activityArguments', 'required': ['profile_url'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'profile_url': {'type': 'string', 'title': 'Profile Url'}, 'paginationToken': {'type': 'string', 'title': 'Paginationtoken', 'default': None}}}}, {'name': 'company_updates', 'description': 'Scrapes updates of a given company\n\n NOTE: API doc specifies company_url and page as required GET parameters.\n \n Get Request Parameters:\n - company_url: LinkedIn company URL (paramType: STRING, required) (e.g., "https://www.linkedin.com/company/google")\n - page: Page number (paramType: STRING, required) (e.g., "1")\n - paginationToken: For pagination (paramType: STRING, optional)\n ', 'inputSchema': {'type': 'object', 'title': 'company_updatesArguments', 'required': ['company_url'], 'properties': {'page': {'type': 'string', 'title': 'Page', 'default': '1'}, 'company_url': {'type': 'string', 'title': 'Company Url'}, 'paginationToken': {'type': 'string', 'title': 'Paginationtoken', 'default': None}}}}, {'name': 'company_employee_count_per_skill', 'description': 'Get employee count with specific skill at a company\n\n NOTE: API doc example uses camelCase \'companyUrl\' in the request body.\n \n Request Body Example:\n {\n "keyword": "java",\n "companyUrl": "https://www.linkedin.com/company/google"\n }\n ', 'inputSchema': {'type': 'object', 'title': 'company_employee_count_per_skillArguments', 'required': ['keyword', 'company_url'], 'properties': {'keyword': {'type': 'string', 'title': 'Keyword'}, 'company_url': {'type': 'string', 'title': 'Company Url'}}}}, {'name': 'school_alumini_count_per_skill', 'description': 'Returns alumni count of a school/university\n\n NOTE: API doc example uses camelCase \'schoolUrl\' in the request body.\n NOTE: This tool failed during testing with 400 Bad Request.\n \n Request Body Example:\n {\n "keyword": "",\n "schoolUrl": "https://www.linkedin.com/school/abertay-university",\n "skillExplicits": "260"\n }\n ', 'inputSchema': {'type': 'object', 'title': 'school_alumini_count_per_skillArguments', 'required': ['keyword', 'schoolUrl'], 'properties': {'keyword': {'type': 'string', 'title': 'Keyword'}, 'schoolUrl': {'type': 'string', 'title': 'Schoolurl'}, 'skillExplicits': {'type': 'string', 'title': 'Skillexplicits', 'default': None}}}}, {'name': 'company_employee', 'description': 'Scrapes 12 people from a company (People Tab)\n\n NOTE: API doc specifies company_id and page as required GET parameters.\n NOTE: This tool failed persistently during testing (status 400, error: Couldn\'t recognize the parameter keys provided), unable to recognize parameters even when matching doc.\n \n Get Request Parameters:\n - company_id: LinkedIn company ID (paramType: STRING, required) (e.g., "1441" for Google)\n - page: Page number (paramType: NUMBER, required) (e.g., 1)\n ', 'inputSchema': {'type': 'object', 'title': 'company_employeeArguments', 'required': ['company_id'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'company_id': {'type': 'string', 'title': 'Company Id'}}}}, {'name': 'post_reactions', 'description': 'Data of the people who reacted to a particular post\n\n NOTE: Obtain \'reactionsUrn\' from \'Company Updates\' or \'Profile Updates\' endpoints.\n \n Get Request Parameters:\n - reactionsUrn: URN for the post reactions (paramType: STRING, required) (e.g., "urn:li:activity:7219434359085252608/reactions")\n - paginationToken: For pagination (paramType: STRING, optional)\n ', 'inputSchema': {'type': 'object', 'title': 'post_reactionsArguments', 'required': ['reactions_urn'], 'properties': {'reactions_urn': {'type': 'string', 'title': 'Reactions Urn'}, 'pagination_token': {'type': 'string', 'title': 'Pagination Token', 'default': None}}}}, {'name': 'post_comments', 'description': 'Scrapes all commenters data who commented below a post\n\n NOTE: Obtain \'commentsUrn\' from \'Company Updates\' or \'Profile Updates\' endpoints.\n\n Get Request Parameters:\n - commentsUrn: URN for the post comments (paramType: STRING, required) (e.g., "urn:li:activity:7219434359085252608/comments")\n - paginationToken: For pagination (paramType: STRING, optional)\n ', 'inputSchema': {'type': 'object', 'title': 'post_commentsArguments', 'required': ['comments_urn'], 'properties': {'comments_urn': {'type': 'string', 'title': 'Comments Urn'}, 'pagination_token': {'type': 'string', 'title': 'Pagination Token', 'default': None}}}}, {'name': 'post_reposts', 'description': 'Scrapes all Reposters data who reposted a post\n\n NOTE: Obtain \'repostsUrn\' from \'Company Updates\' or \'Profile Updates\' endpoints.\n \n Get Request Parameters:\n - repostsUrn: URN for the post reposts (paramType: STRING, required) (e.g., "urn:li:activity:7219434359085252608/reposts")\n - paginationToken: For pagination (paramType: STRING, optional)\n ', 'inputSchema': {'type': 'object', 'title': 'post_repostsArguments', 'required': ['reposts_urn'], 'properties': {'reposts_urn': {'type': 'string', 'title': 'Reposts Urn'}, 'pagination_token': {'type': 'string', 'title': 'Pagination Token', 'default': None}}}}, {'name': 'search_posts_with_filters', 'description': 'Search for posts as per linkedin using all the available filters\n\n NOTE: API doc shows this endpoint uses different parameter names than previously implemented.\n \n Get Request Parameters:\n - query: Search term (paramType: STRING, optional) (e.g., "Top 10")\n - sort_by: Sorting option (paramType: STRING, optional)\n - from_member: Filter by member (paramType: STRING, optional)\n - from_organization: Filter by organization (paramType: STRING, optional)\n - author_job_title: Filter by author\'s job title (paramType: STRING, optional)\n - author_company: Filter by author\'s company (paramType: STRING, optional)\n - content_type: Filter by content type (paramType: STRING, optional)\n - mentions_organization: Filter by mentioned organization (paramType: STRING, optional)\n - author_industry: Filter by author\'s industry (paramType: STRING, optional)\n - mentions_member: Filter by mentioned member (paramType: STRING, optional)\n - page: Page number (paramType: STRING, optional) (e.g., "1")\n ', 'inputSchema': {'type': 'object', 'title': 'search_posts_with_filtersArguments', 'properties': {'page': {'type': 'string', 'title': 'Page', 'default': '1'}, 'query': {'type': 'string', 'title': 'Query', 'default': None}, 'sort_by': {'type': 'string', 'title': 'Sort By', 'default': None}, 'from_member': {'type': 'string', 'title': 'From Member', 'default': None}, 'content_type': {'type': 'string', 'title': 'Content Type', 'default': None}, 'author_company': {'type': 'string', 'title': 'Author Company', 'default': None}, 'author_industry': {'type': 'string', 'title': 'Author Industry', 'default': None}, 'mentions_member': {'type': 'string', 'title': 'Mentions Member', 'default': None}, 'author_job_title': {'type': 'string', 'title': 'Author Job Title', 'default': None}, 'from_organization': {'type': 'string', 'title': 'From Organization', 'default': None}, 'mentions_organization': {'type': 'string', 'title': 'Mentions Organization', 'default': None}}}}, {'name': 'search_jobs', 'description': 'Search for jobs with filters as per linkedin\n\n NOTE: API doc shows this endpoint uses different parameter names than previously implemented.\n \n Get Request Parameters:\n - query: Job search keywords (paramType: STRING, required) (e.g., "software engineer")\n - page: Page number (paramType: STRING, required) (e.g., "1")\n - searchLocationId: Location ID (paramType: STRING, optional) (e.g., "Europe")\n - experience: Experience level (paramType: STRING, optional)\n - postedAgo: Filter by post date (paramType: STRING, optional)\n - locationIdsList: List of location IDs (paramType: STRING, optional)\n - sortBy: Sort results by (paramType: STRING, optional)\n - titleIdsList: List of job title IDs (paramType: STRING, optional)\n - workplaceType: Type of workplace (paramType: STRING, optional)\n - functionIdsList: List of function IDs (paramType: STRING, optional)\n - industryIdsList: List of industry IDs (paramType: STRING, optional)\n - jobType: Type of job (paramType: STRING, optional)\n - companyIdsList: List of company IDs (paramType: STRING, optional)\n - easyApply: Filter for easy apply jobs (paramType: STRING, optional)\n ', 'inputSchema': {'type': 'object', 'title': 'search_jobsArguments', 'required': ['query'], 'properties': {'page': {'type': 'string', 'title': 'Page', 'default': '1'}, 'query': {'type': 'string', 'title': 'Query'}, 'sortBy': {'type': 'string', 'title': 'Sortby', 'default': None}, 'jobType': {'type': 'string', 'title': 'Jobtype', 'default': None}, 'easyApply': {'type': 'string', 'title': 'Easyapply', 'default': None}, 'postedAgo': {'type': 'string', 'title': 'Postedago', 'default': None}, 'experience': {'type': 'string', 'title': 'Experience', 'default': None}, 'titleIdsList': {'type': 'string', 'title': 'Titleidslist', 'default': None}, 'workplaceType': {'type': 'string', 'title': 'Workplacetype', 'default': None}, 'companyIdsList': {'type': 'string', 'title': 'Companyidslist', 'default': None}, 'functionIdsList': {'type': 'string', 'title': 'Functionidslist', 'default': None}, 'industryIdsList': {'type': 'string', 'title': 'Industryidslist', 'default': None}, 'locationIdsList': {'type': 'string', 'title': 'Locationidslist', 'default': None}, 'searchLocationId': {'type': 'string', 'title': 'Searchlocationid', 'default': None}}}}, {'name': 'job_details', 'description': 'Get detailed information about a specific job\n \n Get Request Parameters:\n - jobId: LinkedIn job ID (paramType: STRING, required) (e.g., "3862806121" - obtain from search results)\n ', 'inputSchema': {'type': 'object', 'title': 'job_detailsArguments', 'required': ['job_id'], 'properties': {'job_id': {'type': 'string', 'title': 'Job Id'}}}}, {'name': 'similar_profiles', 'description': 'Returns similar profiles to a given linkedin profile url\n \n Get Request Parameters:\n - profileUrl: LinkedIn profile URL (paramType: STRING, required) (e.g., "https://www.linkedin.com/in/williamhgates/")\n ', 'inputSchema': {'type': 'object', 'title': 'similar_profilesArguments', 'required': ['profileUrl'], 'properties': {'profileUrl': {'type': 'string', 'title': 'Profileurl'}}}}, {'name': 'suggestion_location', 'description': 'Suggestions per query\n \n Get Request Parameters:\n - query: Search query (paramType: STRING, required) (e.g., "California")\n ', 'inputSchema': {'type': 'object', 'title': 'suggestion_locationArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'suggestion_company', 'description': 'Suggestions per query\n \n Get Request Parameters:\n - query: Search query (paramType: STRING, required) (e.g., "Google")\n ', 'inputSchema': {'type': 'object', 'title': 'suggestion_companyArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'suggestion_school', 'description': 'Suggestions per query\n \n Get Request Parameters:\n - query: Search query (paramType: STRING, required) (e.g., "Stanford")\n ', 'inputSchema': {'type': 'object', 'title': 'suggestion_schoolArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'suggestion_industry', 'description': 'Suggestions per query\n \n Get Request Parameters:\n - query: Search query (paramType: STRING, required) (e.g., "Technology")\n ', 'inputSchema': {'type': 'object', 'title': 'suggestion_industryArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'suggestion_service_catagory', 'description': 'Suggestions as per query\n \n Get Request Parameters:\n - query: Search query (paramType: STRING, required) (e.g., "Consulting")\n ', 'inputSchema': {'type': 'object', 'title': 'suggestion_service_catagoryArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'suggestion_person', 'description': 'Returns a list of people suggestion from linkedin.\n \n Get Request Parameters:\n - query: Search query (paramType: STRING, required) (e.g., "Bill Gates")\n ', 'inputSchema': {'type': 'object', 'title': 'suggestion_personArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'search_geourns', 'description': 'Suggestions per query\n\n NOTE: Failed during testing when keyword contained spaces (e.g., "New York"). Needs URL encoding or API fix.\n \n Get Request Parameters:\n - keyword: Search keyword (paramType: STRING, required) (e.g., "California", avoid spaces)\n ', 'inputSchema': {'type': 'object', 'title': 'search_geournsArguments', 'required': ['keyword'], 'properties': {'keyword': {'type': 'string', 'title': 'Keyword'}}}}, {'name': 'suggestion_function', 'description': 'Gets suggestions for Job Function\n \n Get Request Parameters:\n - query: Search query (paramType: STRING, optional) (e.g., "Engineering")\n ', 'inputSchema': {'type': 'object', 'title': 'suggestion_functionArguments', 'properties': {'query': {'type': 'string', 'title': 'Query', 'default': None}}}}, {'name': 'suggestion_company_size', 'description': 'Suggestions for company size filter\n ', 'inputSchema': {'type': 'object', 'title': 'suggestion_company_sizeArguments', 'properties': {}}}, {'name': 'suggestion_language', 'description': 'Suggestions for language filter\n ', 'inputSchema': {'type': 'object', 'title': 'suggestion_languageArguments', 'properties': {}}}, {'name': 'profiles_david', 'description': 'Scrape 100 profiles in a single API call\n\n NOTE: Marked as private/premium in documentation.\n \n Request Body Example:\n {\n "links": [\n "http://www.linkedin.com/in/luke-sharp-b3838719a",\n "http://www.linkedin.com/in/hollie-smith-96ab44b5"\n ]\n }\n ', 'inputSchema': {'type': 'object', 'title': 'profiles_davidArguments', 'required': ['links'], 'properties': {'links': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Links'}}}}, {'name': 'private_chtiouisk', 'description': 'This is a private endpoint for our premium user\n\n NOTE: Marked as private/premium in documentation.\n \n Request Body Example:\n {\n "links": [\n "http://www.linkedin.com/in/luke-sharp-b3838719a",\n "http://www.linkedin.com/in/rodneydbainjr"\n ],\n "count": 5\n }\n ', 'inputSchema': {'type': 'object', 'title': 'private_chtiouiskArguments', 'required': ['links'], 'properties': {'count': {'type': 'integer', 'title': 'Count', 'default': 5}, 'links': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Links'}}}}, {'name': 'person_data_with_open_to_work_flag', 'description': 'Scrapes person data with open to work flag\n \n Request Body Example:\n {\n "link": "https://www.linkedin.com/in/ingmar-klein"\n }\n ', 'inputSchema': {'type': 'object', 'title': 'person_data_with_open_to_work_flagArguments', 'required': ['link'], 'properties': {'link': {'type': 'string', 'title': 'Link'}}}}, {'name': 'original_search_posts_with_filters', 'description': "Search for posts as per linkedin using all the available filters\n\n NOTE: Marked as private/premium in documentation.\n \n Get Request Parameters:\n - query: Search query (paramType: STRING, optional)\n - author_company: Filter by author's company (paramType: STRING, optional)\n - author_job_title: Filter by author's job title (paramType: STRING, optional)\n - author_industry: Filter by author's industry (paramType: STRING, optional)\n - from_member: Filter by member (paramType: STRING, optional)\n - from_organization: Filter by organization (paramType: STRING, optional)\n - mentions_member: Filter by mentioned member (paramType: STRING, optional)\n - mentions_organization: Filter by mentioned organization (paramType: STRING, optional)\n - content_type: Filter by content type (paramType: STRING, optional)\n - sort_by: Sort results by (paramType: STRING, optional)\n - page: Page number (paramType: STRING, optional)\n ", 'inputSchema': {'type': 'object', 'title': 'original_search_posts_with_filtersArguments', 'properties': {'page': {'type': 'string', 'title': 'Page', 'default': None}, 'query': {'type': 'string', 'title': 'Query', 'default': None}, 'sort_by': {'type': 'string', 'title': 'Sort By', 'default': None}, 'from_member': {'type': 'string', 'title': 'From Member', 'default': None}, 'content_type': {'type': 'string', 'title': 'Content Type', 'default': None}, 'author_company': {'type': 'string', 'title': 'Author Company', 'default': None}, 'author_industry': {'type': 'string', 'title': 'Author Industry', 'default': None}, 'mentions_member': {'type': 'string', 'title': 'Mentions Member', 'default': None}, 'author_job_title': {'type': 'string', 'title': 'Author Job Title', 'default': None}, 'from_organization': {'type': 'string', 'title': 'From Organization', 'default': None}, 'mentions_organization': {'type': 'string', 'title': 'Mentions Organization', 'default': None}}}}, {'name': 'private_company_insights_2', 'description': 'Private endpoint to scrapes company insights\n\n NOTE: Marked as private/premium in documentation.\n \n Get Request Parameters:\n - link: Company LinkedIn URL (paramType: STRING, required)\n ', 'inputSchema': {'type': 'object', 'title': 'private_company_insights_2Arguments', 'required': ['link'], 'properties': {'link': {'type': 'string', 'title': 'Link'}}}}, {'name': 'post_reposts_original', 'description': 'Private\n\n NOTE: Marked as private/premium in documentation.\n \n Get Request Parameters:\n - repostsUrn: URN for the post reposts (paramType: STRING, required)\n - page: Page number (paramType: STRING, required)\n ', 'inputSchema': {'type': 'object', 'title': 'post_reposts_originalArguments', 'required': ['repostsUrn', 'page'], 'properties': {'page': {'type': 'string', 'title': 'Page'}, 'repostsUrn': {'type': 'string', 'title': 'Repostsurn'}}}}, {'name': 'profile_updates_original', 'description': 'Private\n\n NOTE: Marked as private/premium in documentation.\n \n Get Request Parameters:\n - profile_url: LinkedIn profile URL (paramType: STRING, required)\n - page: Page number (paramType: STRING, required)\n ', 'inputSchema': {'type': 'object', 'title': 'profile_updates_originalArguments', 'required': ['profile_url', 'page'], 'properties': {'page': {'type': 'string', 'title': 'Page'}, 'profile_url': {'type': 'string', 'title': 'Profile Url'}}}}, {'name': 'company_updates_original', 'description': 'Original data\n\n NOTE: Marked as private/premium in documentation.\n \n Get Request Parameters:\n - company_url: LinkedIn company URL (paramType: STRING, required)\n - page: Page number (paramType: STRING, required)\n ', 'inputSchema': {'type': 'object', 'title': 'company_updates_originalArguments', 'required': ['company_url', 'page'], 'properties': {'page': {'type': 'integer', 'title': 'Page'}, 'company_url': {'type': 'string', 'title': 'Company Url'}}}}, {'name': 'profile_posts_all', 'description': 'This endpoint scrapes all posts posted by a user at linkedin.com since joined.\n\n NOTE: Marked as private/premium in documentation.\n \n Request Body Example:\n {\n "link": "https://www.linkedin.com/in/ingmar-klein"\n }\n ', 'inputSchema': {'type': 'object', 'title': 'profile_posts_allArguments', 'required': ['link'], 'properties': {'link': {'type': 'string', 'title': 'Link'}}}}, {'name': 'person_data_with_experiences', 'description': 'Scrapes all linkedin profile data alongwith all the experiences.\n \n Request Body Example:\n {\n "link": "https://www.linkedin.com/in/ingmar-klein"\n }\n ', 'inputSchema': {'type': 'object', 'title': 'person_data_with_experiencesArguments', 'required': ['link'], 'properties': {'link': {'type': 'string', 'title': 'Link'}}}}, {'name': 'person_data_with_languages', 'description': 'Scrapers person data with all languages data\n \n Request Body Example:\n {\n "link": "https://www.linkedin.com/in/matiss-brunavs/"\n }\n ', 'inputSchema': {'type': 'object', 'title': 'person_data_with_languagesArguments', 'required': ['link'], 'properties': {'link': {'type': 'string', 'title': 'Link'}}}}, {'name': 'person_data_with_educations', 'description': 'Scrapers person data along with all the educations data.\n \n Request Body Example:\n {\n "link": "https://www.linkedin.com/in/ingmar-klein"\n }\n ', 'inputSchema': {'type': 'object', 'title': 'person_data_with_educationsArguments', 'required': ['link'], 'properties': {'link': {'type': 'string', 'title': 'Link'}}}}]
@weidwonder/terminal-mcp-server
Terminal MCP Server
Execute commands on local or remote hosts seamlessly. Leverage a powerful interface to run system commands, manage sessions, and set environment variables effortlessly. Enhance your AI models and applications with robust command execution capabilities.
2025-03-21T06:46:31.194Z
374
https://smithery.ai/server/@weidwonder/terminal-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'execute_command', 'description': '在远程主机或本地执行命令 (This tool is for remote hosts, not the current machine)', 'inputSchema': {'type': 'object', 'required': ['command'], 'properties': {'env': {'type': 'object', 'default': {}, 'description': '环境变量'}, 'host': {'type': 'string', 'description': '要连接的主机(可选,如果不提供则在本地执行命令)'}, 'command': {'type': 'string', 'description': '要执行的命令。在运行命令前,最好先判断一下系统的类型,比如是mac还是linux等等。'}, 'session': {'type': 'string', 'default': 'default', 'description': '会话名称,默认为 default。相同的session名称,在20分钟内是持久复用一个终端,这样在操作一些需要环境比如conda环境的时候,可以一直在环境中。'}, 'username': {'type': 'string', 'description': 'SSH连接的用户名(当指定host时必填)'}}}}]
@ssdavidai/vercel-api-mcp-fork
Vercel API Integration
Connect to the Vercel API to manage deployments, DNS records, domains, and environment variables seamlessly. Streamline your workflow by automating interactions with Vercel, enhancing your development efficiency. Utilize powerful tools to retrieve, create, and manage your Vercel resources effortlessly.
2025-03-15T19:21:08.039Z
371
https://smithery.ai/server/@ssdavidai/vercel-api-mcp-fork
true
null
{ "scanPassed": true }
[{'name': 'getDeploymentEvents', 'description': 'Gets deployment events by deployment ID and build ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['deploymentId'], 'properties': {'name': {'type': 'string', 'description': 'Filter events by name'}, 'slug': {'type': 'string', 'description': 'Slug'}, 'limit': {'type': 'number', 'description': 'Limit on number of events to return'}, 'since': {'type': 'number', 'description': 'Timestamp to get events from'}, 'until': {'type': 'number', 'description': 'Timestamp to get events until'}, 'builds': {'type': 'number', 'description': 'Builds parameter'}, 'follow': {'type': 'number', 'description': 'Follow parameter for events'}, 'teamId': {'type': 'string', 'description': 'Team ID'}, 'delimiter': {'type': 'number', 'description': 'Delimiter for events'}, 'direction': {'enum': ['forward', 'backward'], 'type': 'string', 'description': 'Direction of events retrieval'}, 'statusCode': {'type': 'string', 'description': 'Filter events by status code'}, 'deploymentId': {'type': 'string', 'description': 'The ID or URL of the deployment'}}, 'additionalProperties': False}}, {'name': 'getDeployment', 'description': 'Gets a deployment by ID or URL', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['deploymentId'], 'properties': {'slug': {'type': 'string', 'description': 'Slug'}, 'teamId': {'type': 'string', 'description': 'Team ID'}, 'deploymentId': {'type': 'string', 'description': 'The ID or URL of the deployment'}, 'withGitRepoInfo': {'type': 'string', 'description': 'Include git repository info'}}, 'additionalProperties': False}}, {'name': 'cancelDeployment', 'description': 'Cancels a deployment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['deploymentId'], 'properties': {'slug': {'type': 'string', 'description': 'Slug'}, 'teamId': {'type': 'string', 'description': 'Team ID'}, 'deploymentId': {'type': 'string', 'description': 'The ID of the deployment to cancel'}}, 'additionalProperties': False}}, {'name': 'listDeploymentFiles', 'description': 'Lists deployment files', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['deploymentId'], 'properties': {'slug': {'type': 'string', 'description': 'Slug'}, 'teamId': {'type': 'string', 'description': 'Team ID'}, 'deploymentId': {'type': 'string', 'description': 'The ID of the deployment'}}, 'additionalProperties': False}}, {'name': 'getDeploymentFileContents', 'description': 'Gets deployment file contents', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['deploymentId', 'fileId'], 'properties': {'slug': {'type': 'string', 'description': 'Slug'}, 'fileId': {'type': 'string', 'description': 'The ID of the file'}, 'teamId': {'type': 'string', 'description': 'Team ID'}, 'deploymentId': {'type': 'string', 'description': 'The ID of the deployment'}}, 'additionalProperties': False}}, {'name': 'getDeployments', 'description': 'Lists deployments', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'to': {'type': 'number', 'description': 'Timestamp to list deployments until'}, 'app': {'type': 'string', 'description': 'Application name'}, 'from': {'type': 'number', 'description': 'Timestamp to list deployments from'}, 'slug': {'type': 'string', 'description': 'Slug'}, 'limit': {'type': 'number', 'description': 'Limit on number of deployments to return'}, 'since': {'type': 'number', 'description': 'Timestamp to get deployments from'}, 'state': {'type': 'string', 'description': 'Deployment state'}, 'until': {'type': 'number', 'description': 'Timestamp to get deployments until'}, 'users': {'type': 'string', 'description': 'Filter by users'}, 'target': {'type': 'string', 'description': 'Deployment target'}, 'teamId': {'type': 'string', 'description': 'Team ID'}, 'projectId': {'type': 'string', 'description': 'Project ID'}}, 'additionalProperties': False}}, {'name': 'deleteDeployment', 'description': 'Deletes a deployment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['deploymentId'], 'properties': {'url': {'type': 'string', 'description': 'The URL of the deployment'}, 'slug': {'type': 'string', 'description': 'Slug'}, 'teamId': {'type': 'string', 'description': 'Team ID'}, 'deploymentId': {'type': 'string', 'description': 'The ID of the deployment to delete'}}, 'additionalProperties': False}}]
@ivotoby/contentful-management-mcp-server
Contentful Management Server
MCP server for Contentful Content Management API integration, providing full CRUD operations, space, and content-type management, do bulk operations, invoke AI-actions and authenticate using App Identities. This MCP Server will enable you to implement a powerful agentic workflow that can do content operations on the Contentful platform
2024-12-19T16:27:00.163Z
368
https://smithery.ai/server/@ivotoby/contentful-management-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'search_entries', 'description': 'Search for entries using query parameters. Returns a maximum of 3 items per request. Use skip parameter to paginate through results.', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'object', 'required': ['limit', 'skip'], 'properties': {'skip': {'type': 'number', 'default': 0, 'description': 'Number of items to skip for pagination'}, 'limit': {'type': 'number', 'default': 3, 'maximum': 3, 'description': 'Maximum number of items to return (max: 3)'}, 'order': {'type': 'string'}, 'query': {'type': 'string'}, 'select': {'type': 'string'}, 'content_type': {'type': 'string'}}, 'description': 'Query parameters for searching entries'}}}}, {'name': 'create_entry', 'description': 'Create a new entry in Contentful, before executing this function, you need to know the contentTypeId (not the content type NAME) and the fields of that contentType, you can get the fields definition by using the GET_CONTENT_TYPE tool. ', 'inputSchema': {'type': 'object', 'required': ['contentTypeId', 'fields'], 'properties': {'fields': {'type': 'object', 'description': 'The fields of the entry'}, 'contentTypeId': {'type': 'string', 'description': 'The ID of the content type for the new entry'}}}}, {'name': 'get_entry', 'description': 'Retrieve an existing entry', 'inputSchema': {'type': 'object', 'required': ['entryId'], 'properties': {'entryId': {'type': 'string'}}}}, {'name': 'update_entry', 'description': 'Update an existing entry, always send all field values, also the fields values that have not been updated', 'inputSchema': {'type': 'object', 'required': ['entryId', 'fields'], 'properties': {'fields': {'type': 'object'}, 'entryId': {'type': 'string'}}}}, {'name': 'delete_entry', 'description': 'Delete an entry', 'inputSchema': {'type': 'object', 'required': ['entryId'], 'properties': {'entryId': {'type': 'string'}}}}, {'name': 'publish_entry', 'description': 'Publish an entry', 'inputSchema': {'type': 'object', 'required': ['entryId'], 'properties': {'entryId': {'type': 'string'}}}}, {'name': 'unpublish_entry', 'description': 'Unpublish an entry', 'inputSchema': {'type': 'object', 'required': ['entryId'], 'properties': {'entryId': {'type': 'string'}}}}, {'name': 'list_assets', 'description': 'List assets in a space. Returns a maximum of 3 items per request. Use skip parameter to paginate through results.', 'inputSchema': {'type': 'object', 'required': ['limit', 'skip'], 'properties': {'skip': {'type': 'number', 'default': 0, 'description': 'Number of items to skip for pagination'}, 'limit': {'type': 'number', 'default': 3, 'maximum': 3, 'description': 'Maximum number of items to return (max: 3)'}}}}, {'name': 'upload_asset', 'description': 'Upload a new asset', 'inputSchema': {'type': 'object', 'required': ['title', 'file'], 'properties': {'file': {'type': 'object', 'required': ['upload', 'fileName', 'contentType'], 'properties': {'upload': {'type': 'string'}, 'fileName': {'type': 'string'}, 'contentType': {'type': 'string'}}}, 'title': {'type': 'string'}, 'description': {'type': 'string'}}}}, {'name': 'get_asset', 'description': 'Retrieve an asset', 'inputSchema': {'type': 'object', 'required': ['assetId'], 'properties': {'assetId': {'type': 'string'}}}}, {'name': 'update_asset', 'description': 'Update an asset', 'inputSchema': {'type': 'object', 'required': ['assetId'], 'properties': {'file': {'type': 'object', 'required': ['url', 'fileName', 'contentType'], 'properties': {'url': {'type': 'string'}, 'fileName': {'type': 'string'}, 'contentType': {'type': 'string'}}}, 'title': {'type': 'string'}, 'assetId': {'type': 'string'}, 'description': {'type': 'string'}}}}, {'name': 'delete_asset', 'description': 'Delete an asset', 'inputSchema': {'type': 'object', 'required': ['assetId'], 'properties': {'assetId': {'type': 'string'}}}}, {'name': 'publish_asset', 'description': 'Publish an asset', 'inputSchema': {'type': 'object', 'required': ['assetId'], 'properties': {'assetId': {'type': 'string'}}}}, {'name': 'unpublish_asset', 'description': 'Unpublish an asset', 'inputSchema': {'type': 'object', 'required': ['assetId'], 'properties': {'assetId': {'type': 'string'}}}}, {'name': 'list_content_types', 'description': 'List content types in a space. Returns a maximum of 10 items per request. Use skip parameter to paginate through results.', 'inputSchema': {'type': 'object', 'required': ['limit', 'skip'], 'properties': {'skip': {'type': 'number', 'default': 0, 'description': 'Number of items to skip for pagination'}, 'limit': {'type': 'number', 'default': 10, 'maximum': 20, 'description': 'Maximum number of items to return (max: 3)'}}}}, {'name': 'get_content_type', 'description': 'Get details of a specific content type', 'inputSchema': {'type': 'object', 'required': ['contentTypeId'], 'properties': {'contentTypeId': {'type': 'string'}}}}, {'name': 'create_content_type', 'description': 'Create a new content type', 'inputSchema': {'type': 'object', 'required': ['name', 'fields'], 'properties': {'name': {'type': 'string'}, 'fields': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'name', 'type'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the field'}, 'name': {'type': 'string', 'description': 'Display name of the field'}, 'type': {'enum': ['Symbol', 'Text', 'Integer', 'Number', 'Date', 'Location', 'Object', 'Boolean', 'Link', 'Array'], 'type': 'string', 'description': 'Type of the field (Text, Number, Date, Location, Media, Boolean, JSON, Link, Array, etc)'}, 'items': {'type': 'object', 'properties': {'type': {'enum': ['Symbol', 'Link'], 'type': 'string'}, 'linkType': {'enum': ['Entry', 'Asset'], 'type': 'string'}, 'validations': {'type': 'array', 'items': {'type': 'object'}}}, 'description': 'Required for Array fields. Specifies the type of items in the array'}, 'linkType': {'enum': ['Entry', 'Asset'], 'type': 'string', 'description': 'Required for Link fields. Specifies what type of resource this field links to'}, 'required': {'type': 'boolean', 'default': False, 'description': 'Whether this field is required'}, 'localized': {'type': 'boolean', 'default': False, 'description': 'Whether this field can be localized'}, 'validations': {'type': 'array', 'items': {'type': 'object'}, 'description': 'Array of validation rules for the field'}}}, 'description': 'Array of field definitions for the content type'}, 'description': {'type': 'string'}, 'displayField': {'type': 'string'}}}}, {'name': 'update_content_type', 'description': 'Update an existing content type', 'inputSchema': {'type': 'object', 'required': ['contentTypeId', 'name', 'fields'], 'properties': {'name': {'type': 'string'}, 'fields': {'type': 'array', 'items': {'type': 'object'}}, 'description': {'type': 'string'}, 'displayField': {'type': 'string'}, 'contentTypeId': {'type': 'string'}}}}, {'name': 'delete_content_type', 'description': 'Delete a content type', 'inputSchema': {'type': 'object', 'required': ['contentTypeId'], 'properties': {'contentTypeId': {'type': 'string'}}}}, {'name': 'publish_content_type', 'description': 'Publish a content type', 'inputSchema': {'type': 'object', 'required': ['contentTypeId'], 'properties': {'contentTypeId': {'type': 'string'}}}}]
@pwh-pwh/coin-mcp-server
Coin MCP Server
Fetch the latest cryptocurrency prices effortlessly using our server. Simply provide a token symbol, and receive real-time price data from Bitget’s API. It's fast, simple, and designed for crypto enthusiasts and traders alike!
2025-03-27T13:39:03.406Z
367
https://smithery.ai/server/@pwh-pwh/coin-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'getTokenPrice', 'description': 'get the current price of cryptocurrency', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['token'], 'properties': {'token': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getAnnoucements', 'description': 'Search for cryptocurrency announcements within one month .parameter anType is announcement type\nAnnouncement type\nlatest_news: Latest events\ncoin_listings: New coin listings\ntrading_competitions_promotions: Trading competitions and promotions\nmaintenance_system_updates: maintenance/system upgrades\nsymbol_delisting: Delisting information\nempty string for all announcements', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['anType'], 'properties': {'anType': {'enum': ['latest_news', 'coin_listings', 'trading_competitions_promotions', 'maintenance_system_updates', 'symbol_delisting', ''], 'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getCoinInfo', 'description': 'Get spot coin information。Parameter:coin - Coin name\nResponse Parameters \n- coin: Token name \n- transfer: Transferability \n- chains: Support chain list \n - chain: Chain name \n - needTag: Need tag \n - withdrawable: Withdrawal supported \n - rechargeable: Deposit supported \n - withdrawFee: Withdrawal transaction fee \n - extraWithdrawFee: Extra charge (e.g., 0.1 means 10% on-chain destruction) \n - browserUrl: Blockchain explorer address \n - contractAddress: Coin contract address \n - withdrawStep: Withdrawal count step (if not 0, withdrawal size must be a multiple of this value; if 0, no such limit) \n - withdrawMinScale: Decimal places of withdrawal amount \n - congestion: Chain network status (normal: normal, congested: congestion)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['coin'], 'properties': {'coin': {'type': 'string'}}, 'additionalProperties': False}}]
@arjunkmrm/perplexity-deep-research
Perplexity Deep Research
Enable AI assistants to perform web searches using Perplexity's Deep Research. Note: depending on the client, you might run into connection timeout depending on how long it takes to get response from deep research API. I'm exploring workarounds for this.
2025-02-27T17:54:29.949Z
363
https://smithery.ai/server/@arjunkmrm/perplexity-deep-research
true
null
{ "scanPassed": true }
[{'name': 'deep_research', 'description': "Perform a comprehensive web search using Perplexity's Deep Research API, which provides detailed and contextually relevant results with citations.", 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The search query to perform'}, 'search_recency_filter': {'enum': ['month', 'week', 'day', 'hour'], 'type': 'string', 'description': 'Filter search results by recency (options: month, week, day, hour)'}}}}]
@yokingma/one-search
OneSearch
Enable seamless web search, scraping, and content extraction from various sources. Leverage multiple search engines and scrapers to enhance your data retrieval capabilities. Integrate effortlessly with self-hosted solutions for customized search experiences.
2025-04-03T01:12:38.610Z
358
https://smithery.ai/server/@yokingma/one-search
true
null
{ "scanPassed": true }
[{'name': 'one_search', 'description': 'Search and retrieve content from web pages. Returns SERP results by default (url, title, description).', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of results to return (default: 10)'}, 'query': {'type': 'string', 'description': 'Search query string'}, 'language': {'type': 'string', 'description': 'Language code for search results (default: auto)'}, 'timeRange': {'enum': ['all', 'day', 'week', 'month', 'year'], 'type': 'string', 'description': 'Time range for search results (default: all)'}, 'categories': {'enum': ['general', 'news', 'images', 'videos', 'it', 'science', 'map', 'music', 'files', 'social_media'], 'type': 'string', 'description': 'Categories to search for (default: general)'}}}}, {'name': 'one_extract', 'description': 'Extract structured information from web pages using LLM. Supports both cloud AI and self-hosted LLM extraction.', 'inputSchema': {'type': 'object', 'required': ['urls'], 'properties': {'urls': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of URLs to extract information from'}, 'prompt': {'type': 'string', 'description': 'Prompt for the LLM extraction'}, 'schema': {'type': 'object', 'description': 'JSON schema for structured data extraction'}, 'systemPrompt': {'type': 'string', 'description': 'System prompt for LLM extraction'}, 'enableWebSearch': {'type': 'boolean', 'description': 'Enable web search for additional context'}, 'includeSubdomains': {'type': 'boolean', 'description': 'Include subdomains in extraction'}, 'allowExternalLinks': {'type': 'boolean', 'description': 'Allow extraction from external links'}}}}, {'name': 'one_scrape', 'description': 'Scrape a single webpage with advanced options for content extraction. Supports various formats including markdown, HTML, and screenshots. Can execute custom actions like clicking or scrolling before scraping.', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'The URL to scrape'}, 'mobile': {'type': 'boolean', 'description': 'Use mobile viewport'}, 'actions': {'type': 'array', 'items': {'type': 'object', 'required': ['type'], 'properties': {'key': {'type': 'string', 'description': 'Key to press (for press action)'}, 'text': {'type': 'string', 'description': 'Text to write (for write action)'}, 'type': {'enum': ['wait', 'click', 'screenshot', 'write', 'press', 'scroll', 'scrape', 'executeJavascript'], 'type': 'string', 'description': 'Type of action to perform'}, 'script': {'type': 'string', 'description': 'JavaScript code to execute'}, 'fullPage': {'type': 'boolean', 'description': 'Take full page screenshot'}, 'selector': {'type': 'string', 'description': 'CSS selector for the target element'}, 'direction': {'enum': ['up', 'down'], 'type': 'string', 'description': 'Scroll direction'}, 'milliseconds': {'type': 'number', 'description': 'Time to wait in milliseconds (for wait action)'}}}, 'description': 'List of actions to perform before scraping'}, 'extract': {'type': 'object', 'properties': {'prompt': {'type': 'string', 'description': 'User prompt for LLM extraction'}, 'schema': {'type': 'object', 'description': 'Schema for structured data extraction'}, 'systemPrompt': {'type': 'string', 'description': 'System prompt for LLM extraction'}}, 'description': 'Configuration for structured data extraction'}, 'formats': {'type': 'array', 'items': {'enum': ['markdown', 'html', 'rawHtml', 'screenshot', 'links', 'screenshot@fullPage', 'extract'], 'type': 'string'}, 'description': "Content formats to extract (default: ['markdown'])"}, 'timeout': {'type': 'number', 'description': 'Maximum time in milliseconds to wait for the page to load'}, 'waitFor': {'type': 'number', 'description': 'Time in milliseconds to wait for dynamic content to load'}, 'location': {'type': 'object', 'properties': {'country': {'type': 'string', 'description': 'Country code for geolocation'}, 'languages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Language codes for content'}}, 'description': 'Location settings for scraping'}, 'excludeTags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'HTML tags to exclude from extraction'}, 'includeTags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'HTML tags to specifically include in extraction'}, 'onlyMainContent': {'type': 'boolean', 'description': 'Extract only the main content, filtering out navigation, footers, etc.'}, 'removeBase64Images': {'type': 'boolean', 'description': 'Remove base64 encoded images from output'}, 'skipTlsVerification': {'type': 'boolean', 'description': 'Skip TLS certificate verification'}}}}, {'name': 'one_map', 'description': 'Discover URLs from a starting point. Can use both sitemap.xml and HTML link discovery.', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'Starting URL for URL discovery'}, 'limit': {'type': 'number', 'description': 'Maximum number of URLs to return'}, 'search': {'type': 'string', 'description': 'Optional search term to filter URLs'}, 'sitemapOnly': {'type': 'boolean', 'description': 'Only use sitemap.xml for discovery, ignore HTML links'}, 'ignoreSitemap': {'type': 'boolean', 'description': 'Skip sitemap.xml discovery and only use HTML links'}, 'includeSubdomains': {'type': 'boolean', 'description': 'Include URLs from subdomains in results'}}}}]
@clay-inc/clay-mcp
Clay MCP
Access your network seamlessly with a simple and efficient server. Leverage a variety of tools to enhance your applications and workflows. Start integrating with your existing systems effortlessly.
2025-04-09T17:53:17.571Z
179
https://smithery.ai/server/@clay-inc/clay-mcp
true
null
null
[{'name': 'searchContacts', 'description': 'Search for contacts and return matching people. Use for questions about specific contacts or "who" questions (e.g. "Who did I meet most?" or "who works as an engineer?"). Returns actual contact records for queries needing specific people.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'limit': {'type': 'number', 'default': 10, 'description': 'The number of contacts to return if the user asks for an amount.'}, 'query': {'type': 'string', 'description': 'The raw search query from the user. Must preserve exact intent and details to enable accurate searching, including: relationship qualifiers, interaction metrics, relationship strength, names, companies, locations, dates (specific dates, date ranges, or relative dates like "last week" are required if mentioned by user), job titles, skills, and logical conditions (OR/AND).'}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': "Extract and list specific keywords related to professional expertise, skills, interests, or hobbies that the user is searching for. For example, if someone asks for 'people who know about machine learning or play tennis', the keywords would be ['machine learning', 'tennis']. Do not include job titles or company names here as those have dedicated fields. Focus on capturing domain expertise, technical skills, personal interests, and hobby-related terms that help identify relevant contacts."}, 'location': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': 'If the query refers to a location (city, state, country, region) where people are located or based, list the locations as they would appear on a LinkedIn profile. For example, if someone asks about "people in New York", return "New York City Metropolitan Area" or if they ask about "contacts in California", return "San Francisco Bay Area", "Greater Los Angeles Area", etc.'}, 'job_title': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': "If the query refers to a job title, position, or industry, list relevant job titles as they would be on a LinkedIn profile. Examples: Developer should return positions such as 'Software Engineer', 'Full Stack Developer', 'Data Scientist', etc. Banker should return positions such as 'Financial Analyst', 'Investment Banker', 'Credit Analyst', etc. Healthcare industry should return positions such as 'Registered Nurse', 'Physician', 'Medical Director', etc. Legal industry should return positions such as 'Attorney', 'Legal Counsel', 'Paralegal', etc."}, 'company_name': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': 'If the query refers to a company or acronym of companies, list company names as they would on a LinkedIn profile.'}, 'sort_instructions': {'type': 'string', 'description': 'How would you like the results sorted? For example: "most recent contacts" will sort by last interaction date, "closest connections" will sort by interaction count, and "alphabetical" will sort by name. If no sort preference is given, this can be left empty.'}, 'exclude_contact_ids': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Used to exclude previously returned contact IDs when the user asks for more results (e.g. "who else" or "show me more"). You should pass all contact IDs from previous searchContacts responses to ensure new results are shown.'}}, 'additionalProperties': False}}, {'name': 'searchInteractions', 'description': 'Search for interactions and return matching interactions. Use for questions about specific interactions, "who" questions (e.g. "Who did I meet most?"), finding best friends based on relevance score, or finding recently added/created contacts. Returns actual contact records for queries needing specific interactions.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'limit': {'type': 'number', 'default': 10, 'description': 'The number of contacts to return if the user asks for an amount.'}, 'query': {'type': 'string', 'description': 'The raw search query from the user. Must preserve exact intent and details to enable accurate searching, including: relationship qualifiers, interaction metrics, relationship strength, names, companies, locations, dates (specific dates, date ranges, or relative dates like "last week" are required if mentioned by user), job titles, skills, and logical conditions (OR/AND).'}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': "Extract and list specific keywords related to professional expertise, skills, interests, or hobbies that the user is searching for. For example, if someone asks for 'people who know about machine learning or play tennis', the keywords would be ['machine learning', 'tennis']. Do not include job titles or company names here as those have dedicated fields. Focus on capturing domain expertise, technical skills, personal interests, and hobby-related terms that help identify relevant contacts."}, 'location': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': 'If the query refers to a location (city, state, country, region) where people are located or based, list the locations as they would appear on a LinkedIn profile. For example, if someone asks about "people in New York", return "New York City Metropolitan Area" or if they ask about "contacts in California", return "San Francisco Bay Area", "Greater Los Angeles Area", etc.'}, 'job_title': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': "If the query refers to a job title, position, or industry, list relevant job titles as they would be on a LinkedIn profile. Examples: Developer should return positions such as 'Software Engineer', 'Full Stack Developer', 'Data Scientist', etc. Banker should return positions such as 'Financial Analyst', 'Investment Banker', 'Credit Analyst', etc. Healthcare industry should return positions such as 'Registered Nurse', 'Physician', 'Medical Director', etc. Legal industry should return positions such as 'Attorney', 'Legal Counsel', 'Paralegal', etc."}, 'company_name': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': 'If the query refers to a company or acronym of companies, list company names as they would on a LinkedIn profile.'}, 'sort_instructions': {'type': 'string', 'description': 'How would you like the results sorted? For example: "most recent contacts" will sort by last interaction date, "closest connections" will sort by interaction count, and "alphabetical" will sort by name. If no sort preference is given, this can be left empty.'}, 'exclude_contact_ids': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Used to exclude previously returned contact IDs when the user asks for more results (e.g. "who else" or "show me more"). You should pass all contact IDs from previous searchContacts responses to ensure new results are shown.'}}, 'additionalProperties': False}}, {'name': 'aggregateContacts', 'description': 'Get numerical statistics and counts ONLY. Returns numbers and percentages, never specific contacts. For counting questions like "how many work at Google?" or "what % are engineers?". Use search endpoint instead for any "who" questions or to get actual contact details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': "The raw search query from the user. This field is required and should contain all the key details extracted from the user's prompt to enable effective database searching and aggregation. For example, if the user asks 'how many people work at Google', preserve both the company filter 'Google' and the fact that they want a count. If they ask 'what are the most common job titles in my network', preserve that they want job titles aggregated and ranked by frequency. The query should maintain any conditions (OR, AND) and aggregation needs to properly build the elasticsearch query."}, 'location': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': 'If the query refers to a location (city, state, country, region) where people are located or based, list the locations as they would appear on a LinkedIn profile. For example, if someone asks about "people in New York", return "New York City Metropolitan Area" or if they ask about "contacts in California", return "San Francisco Bay Area", "Greater Los Angeles Area", etc.'}, 'job_title': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': "If the query refers to a job title, position, or industry, list relevant job titles as they would be on a LinkedIn profile. Examples: Developer should return positions such as 'Software Engineer', 'Full Stack Developer', 'Data Scientist', etc. Banker should return positions such as 'Financial Analyst', 'Investment Banker', 'Credit Analyst', etc. Healthcare industry should return positions such as 'Registered Nurse', 'Physician', 'Medical Director', etc. Legal industry should return positions such as 'Attorney', 'Legal Counsel', 'Paralegal', etc."}, 'company_name': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': 'If the query refers to a company or acronym of companies, list company names as they would on a LinkedIn profile.'}}, 'additionalProperties': False}}, {'name': 'getContact', 'description': 'Get details for a contact by id, including emails, social links, phone numbers, and notes.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['contact_id'], 'properties': {'contact_id': {'type': 'number', 'description': 'The ID of the contact to get details for.'}}, 'additionalProperties': False}}, {'name': 'createContact', 'description': 'Create a new contact record in Clay. This endpoint should only be used when you need to create a completely new contact, not for adding contacts to groups.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'email': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': 'The email of the contact.'}, 'phone': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The phone number of the contact.'}, 'title': {'type': 'string', 'description': 'The job title of the contact.'}, 'website': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': 'The website of the contact.'}, 'birthday': {'type': 'string', 'description': 'The birthday of the contact. Use the format YYYY-MM-DD, if no year is specified use 0, month and day are required.'}, 'linkedin': {'type': 'string', 'description': 'The LinkedIn handle of the contact.'}, 'last_name': {'type': 'string', 'description': 'The last name of the contact.'}, 'first_name': {'type': 'string', 'description': 'The first name of the contact.'}, 'organization': {'type': 'string', 'description': 'The organization of the contact.'}}, 'additionalProperties': False}}, {'name': 'createNote', 'description': 'Create a note for a contact. Only use this when the user explicitly asks to create, add, or save a note.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['contact_id', 'content'], 'properties': {'content': {'type': 'string', 'description': 'The content of the note.'}, 'contact_id': {'type': 'number', 'description': 'The ID of the contact to add the note to.'}}, 'additionalProperties': False}}, {'name': 'getGroups', 'description': 'Get all groups or lists for the user.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'description': 'The maximum number of groups to return.'}}, 'additionalProperties': False}}, {'name': 'createGroup', 'description': 'Create a group or list for the user. If a group with the same name already exists, it will not create a duplicate unless explicitly requested to ignore the check.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title'], 'properties': {'title': {'type': 'string', 'description': 'The name of the group to create.'}}, 'additionalProperties': False}}, {'name': 'updateGroup', 'description': 'Update a group or list. Use this to update the group title and/or modify its members. When adding or removing contacts, provide ALL contact IDs to add/remove in a single call - do not make multiple calls for individual contacts.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['group_id'], 'properties': {'title': {'type': 'string', 'description': 'The new name of the group if the user wants to rename it.'}, 'group_id': {'type': 'number', 'description': 'The ID of the group or list to update.'}, 'add_contact_ids': {'type': 'array', 'items': {'type': 'number'}, 'default': [], 'description': 'A list of contact IDs that should be added to this group. Each ID should be a number representing an existing contact in your network. You can provide multiple IDs to add several contacts at once.'}, 'remove_contact_ids': {'type': 'array', 'items': {'type': 'number'}, 'default': [], 'description': 'A list of contact IDs that should be removed from this group. Each ID should be a number representing an existing contact in your network. You can provide multiple IDs to remove several contacts at once.'}}, 'additionalProperties': False}}, {'name': 'getNotes', 'description': 'Use ONLY when the user explicitly mentions "note" or "notes" to retrieve notes between two dates (e.g. "what notes from last week?"). Returns notes by creation date only - does NOT search note content or filter by other criteria. NEVER use this tool for finding contacts or any other purpose besides retrieving notes. This tool is strictly prohibited from being used unless "note" or "notes" are explicitly mentioned in the query.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['start', 'end'], 'properties': {'end': {'type': 'string', 'description': 'Use Date Math with now +/- time intervals. Supported units: d (days), w (weeks), M (months), y (years), h (hours), m (minutes), s (seconds). Examples: now-1d (yesterday), now+2w (2 weeks ahead), now/M (start of month), now+1M/M (start of next month).'}, 'start': {'type': 'string', 'description': 'Use Date Math with now +/- time intervals. Supported units: d (days), w (weeks), M (months), y (years), h (hours), m (minutes), s (seconds). Examples: now-1d (yesterday), now+2w (2 weeks ahead), now/M (start of month), now+1M/M (start of next month).'}}, 'additionalProperties': False}}, {'name': 'getEvents', 'description': 'Use this tool ONLY to fetch meetings/events in a date range (e.g. "what meetings next week?", "show calendar for tomorrow"). DO NOT use for counting meetings, analyzing patterns, or finding frequent participants.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['start', 'end'], 'properties': {'end': {'type': 'string', 'description': 'Use Date Math with now +/- time intervals. Supported units: d (days), w (weeks), M (months), y (years), h (hours), m (minutes), s (seconds). Examples: now-1d (yesterday), now+2w (2 weeks ahead), now/M (start of month), now+1M/M (start of next month).'}, 'start': {'type': 'string', 'description': 'Use Date Math with now +/- time intervals. Supported units: d (days), w (weeks), M (months), y (years), h (hours), m (minutes), s (seconds). Examples: now-1d (yesterday), now+2w (2 weeks ahead), now/M (start of month), now+1M/M (start of next month).'}}, 'additionalProperties': False}}]
@JonaFly/rednote-mcp
RedNote Content Access Server
Access and interact with Xiaohongshu (RedNote) content seamlessly through a Model Context Protocol server. Authenticate, search notes by keywords, and retrieve note content via URLs with ease. Simplify integration of RedNote data into your AI workflows and tools.
2025-04-17T08:42:17.962Z
371
https://smithery.ai/server/@JonaFly/rednote-mcp
true
null
null
[{'name': 'search_notes', 'description': '根据关键词搜索笔记', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['keywords'], 'properties': {'limit': {'type': 'number', 'description': '返回结果数量限制'}, 'keywords': {'type': 'string', 'description': '搜索关键词'}}, 'additionalProperties': False}}, {'name': 'get_note_content', 'description': '获取笔记内容', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': '笔记 URL'}}, 'additionalProperties': False}}, {'name': 'get_note_comments', 'description': '获取笔记评论', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': '笔记 URL'}}, 'additionalProperties': False}}, {'name': 'login', 'description': '登录小红书账号', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@shinzo-labs/hubspot-mcp
HubSpot MCP
Access and manage your CRM data seamlessly with 100+ tools in our HubSpot MCP implementation including manipulation of Contacts, Companies, and Associations.
2025-03-24T07:12:27.598Z
342
https://smithery.ai/server/@shinzo-labs/hubspot-mcp
true
null
{ "scanPassed": true }
[{'name': 'crm_create_company', 'description': 'Create a new company with validated properties', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['properties'], 'properties': {'properties': {'type': 'object', 'properties': {'zip': {'type': 'string'}, 'city': {'type': 'string'}, 'name': {'type': 'string'}, 'type': {'type': 'string'}, 'phone': {'type': 'string'}, 'state': {'type': 'string'}, 'domain': {'type': 'string'}, 'address': {'type': 'string'}, 'country': {'type': 'string'}, 'website': {'type': 'string', 'format': 'uri'}, 'address2': {'type': 'string'}, 'industry': {'type': 'string'}, 'description': {'type': 'string'}, 'annualrevenue': {'type': 'number'}, 'lifecyclestage': {'enum': ['lead', 'customer', 'opportunity', 'subscriber', 'other'], 'type': 'string'}, 'numberofemployees': {'type': 'number'}}, 'additionalProperties': {}}, 'associations': {'type': 'array', 'items': {'type': 'object', 'required': ['to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'crm_update_company', 'description': 'Update an existing company with validated properties', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['companyId', 'properties'], 'properties': {'companyId': {'type': 'string'}, 'properties': {'type': 'object', 'properties': {'zip': {'type': 'string'}, 'city': {'type': 'string'}, 'name': {'type': 'string'}, 'type': {'type': 'string'}, 'phone': {'type': 'string'}, 'state': {'type': 'string'}, 'domain': {'type': 'string'}, 'address': {'type': 'string'}, 'country': {'type': 'string'}, 'website': {'type': 'string', 'format': 'uri'}, 'address2': {'type': 'string'}, 'industry': {'type': 'string'}, 'description': {'type': 'string'}, 'annualrevenue': {'type': 'number'}, 'lifecyclestage': {'enum': ['lead', 'customer', 'opportunity', 'subscriber', 'other'], 'type': 'string'}, 'numberofemployees': {'type': 'number'}}, 'additionalProperties': {}}}, 'additionalProperties': False}}, {'name': 'crm_get_company', 'description': 'Get a single company by ID with specific properties and associations', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['companyId'], 'properties': {'companyId': {'type': 'string'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'associations': {'type': 'array', 'items': {'enum': ['contacts', 'deals', 'tickets'], 'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'crm_search_companies', 'description': 'Search companies with company-specific filters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filterGroups'], 'properties': {'after': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'sorts': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyName', 'direction'], 'properties': {'direction': {'enum': ['ASCENDING', 'DESCENDING'], 'type': 'string'}, 'propertyName': {'type': 'string'}}, 'additionalProperties': False}}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'filterGroups': {'type': 'array', 'items': {'type': 'object', 'required': ['filters'], 'properties': {'filters': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyName', 'operator'], 'properties': {'value': {}, 'operator': {'enum': ['EQ', 'NEQ', 'LT', 'LTE', 'GT', 'GTE', 'BETWEEN', 'IN', 'NOT_IN', 'HAS_PROPERTY', 'NOT_HAS_PROPERTY', 'CONTAINS_TOKEN', 'NOT_CONTAINS_TOKEN'], 'type': 'string'}, 'propertyName': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'crm_batch_create_companies', 'description': 'Create multiple companies in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['properties'], 'properties': {'properties': {'type': 'object', 'properties': {'zip': {'type': 'string'}, 'city': {'type': 'string'}, 'name': {'type': 'string'}, 'type': {'type': 'string'}, 'phone': {'type': 'string'}, 'state': {'type': 'string'}, 'domain': {'type': 'string'}, 'address': {'type': 'string'}, 'country': {'type': 'string'}, 'website': {'type': 'string', 'format': 'uri'}, 'address2': {'type': 'string'}, 'industry': {'type': 'string'}, 'description': {'type': 'string'}, 'annualrevenue': {'type': 'number'}, 'lifecyclestage': {'enum': ['lead', 'customer', 'opportunity', 'subscriber', 'other'], 'type': 'string'}, 'numberofemployees': {'type': 'number'}}, 'additionalProperties': {}}, 'associations': {'type': 'array', 'items': {'type': 'object', 'required': ['to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'crm_batch_update_companies', 'description': 'Update multiple companies in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'properties'], 'properties': {'id': {'type': 'string'}, 'properties': {'type': 'object', 'properties': {'zip': {'type': 'string'}, 'city': {'type': 'string'}, 'name': {'type': 'string'}, 'type': {'type': 'string'}, 'phone': {'type': 'string'}, 'state': {'type': 'string'}, 'domain': {'type': 'string'}, 'address': {'type': 'string'}, 'country': {'type': 'string'}, 'website': {'type': 'string', 'format': 'uri'}, 'address2': {'type': 'string'}, 'industry': {'type': 'string'}, 'description': {'type': 'string'}, 'annualrevenue': {'type': 'number'}, 'lifecyclestage': {'enum': ['lead', 'customer', 'opportunity', 'subscriber', 'other'], 'type': 'string'}, 'numberofemployees': {'type': 'number'}}, 'additionalProperties': {}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'crm_get_company_properties', 'description': 'Get all properties for companies', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'archived': {'type': 'boolean'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'crm_create_company_property', 'description': 'Create a new company property', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'label', 'type', 'fieldType', 'groupName'], 'properties': {'name': {'type': 'string'}, 'type': {'enum': ['string', 'number', 'date', 'datetime', 'enumeration', 'bool'], 'type': 'string'}, 'label': {'type': 'string'}, 'hidden': {'type': 'boolean'}, 'options': {'type': 'array', 'items': {'type': 'object', 'required': ['label', 'value'], 'properties': {'label': {'type': 'string'}, 'value': {'type': 'string'}, 'hidden': {'type': 'boolean'}, 'description': {'type': 'string'}, 'displayOrder': {'type': 'number'}}, 'additionalProperties': False}}, 'fieldType': {'enum': ['text', 'textarea', 'select', 'radio', 'checkbox', 'number', 'date', 'file'], 'type': 'string'}, 'formField': {'type': 'boolean'}, 'groupName': {'type': 'string'}, 'description': {'type': 'string'}, 'displayOrder': {'type': 'number'}, 'hasUniqueValue': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'crm_list_objects', 'description': 'List CRM objects of a specific type with optional filtering and pagination', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['objectType'], 'properties': {'after': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'archived': {'type': 'boolean'}, 'objectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'crm_get_object', 'description': 'Get a single CRM object by ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['objectType', 'objectId'], 'properties': {'objectId': {'type': 'string'}, 'objectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'associations': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'crm_create_object', 'description': 'Create a new CRM object', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['objectType', 'properties'], 'properties': {'objectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}, 'properties': {'type': 'object', 'additionalProperties': {}}, 'associations': {'type': 'array', 'items': {'type': 'object', 'required': ['to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'crm_update_object', 'description': 'Update an existing CRM object', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['objectType', 'objectId', 'properties'], 'properties': {'objectId': {'type': 'string'}, 'objectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}, 'properties': {'type': 'object', 'additionalProperties': {}}}, 'additionalProperties': False}}, {'name': 'crm_delete_object', 'description': 'Delete a CRM object', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['objectType', 'objectId'], 'properties': {'objectId': {'type': 'string'}, 'objectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}}, 'additionalProperties': False}}, {'name': 'crm_search_objects', 'description': 'Search CRM objects using filters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['objectType', 'filterGroups'], 'properties': {'after': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'sorts': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyName', 'direction'], 'properties': {'direction': {'enum': ['ASCENDING', 'DESCENDING'], 'type': 'string'}, 'propertyName': {'type': 'string'}}, 'additionalProperties': False}}, 'objectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'filterGroups': {'type': 'array', 'items': {'type': 'object', 'required': ['filters'], 'properties': {'filters': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyName', 'operator'], 'properties': {'value': {}, 'operator': {'enum': ['EQ', 'NEQ', 'LT', 'LTE', 'GT', 'GTE', 'BETWEEN', 'IN', 'NOT_IN', 'HAS_PROPERTY', 'NOT_HAS_PROPERTY', 'CONTAINS_TOKEN', 'NOT_CONTAINS_TOKEN'], 'type': 'string'}, 'propertyName': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'crm_batch_create_objects', 'description': 'Create multiple CRM objects in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['objectType', 'inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['properties'], 'properties': {'properties': {'type': 'object', 'additionalProperties': {}}, 'associations': {'type': 'array', 'items': {'type': 'object', 'required': ['to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, 'objectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}}, 'additionalProperties': False}}, {'name': 'crm_batch_update_objects', 'description': 'Update multiple CRM objects in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['objectType', 'inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'properties'], 'properties': {'id': {'type': 'string'}, 'properties': {'type': 'object', 'additionalProperties': {}}}, 'additionalProperties': False}}, 'objectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}}, 'additionalProperties': False}}, {'name': 'crm_batch_delete_objects', 'description': 'Delete multiple CRM objects in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['objectType', 'objectIds'], 'properties': {'objectIds': {'type': 'array', 'items': {'type': 'string'}}, 'objectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}}, 'additionalProperties': False}}, {'name': 'crm_list_association_types', 'description': 'List all available association types for a given object type pair', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fromObjectType', 'toObjectType'], 'properties': {'toObjectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}, 'fromObjectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}}, 'additionalProperties': False}}, {'name': 'crm_get_associations', 'description': 'Get all associations of a specific type between objects', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fromObjectType', 'toObjectType', 'fromObjectId'], 'properties': {'after': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 500, 'minimum': 1}, 'fromObjectId': {'type': 'string'}, 'toObjectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}, 'fromObjectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}}, 'additionalProperties': False}}, {'name': 'crm_create_association', 'description': 'Create an association between two objects', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fromObjectType', 'toObjectType', 'fromObjectId', 'toObjectId', 'associationTypes'], 'properties': {'toObjectId': {'type': 'string'}, 'fromObjectId': {'type': 'string'}, 'toObjectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}, 'fromObjectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}, 'associationTypes': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'crm_delete_association', 'description': 'Delete an association between two objects', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fromObjectType', 'toObjectType', 'fromObjectId', 'toObjectId'], 'properties': {'toObjectId': {'type': 'string'}, 'fromObjectId': {'type': 'string'}, 'toObjectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}, 'fromObjectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}}, 'additionalProperties': False}}, {'name': 'crm_batch_create_associations', 'description': 'Create multiple associations in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fromObjectType', 'toObjectType', 'inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['from', 'to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'from': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, 'toObjectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}, 'fromObjectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}}, 'additionalProperties': False}}, {'name': 'crm_batch_delete_associations', 'description': 'Delete multiple associations in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fromObjectType', 'toObjectType', 'inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['from', 'to'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'from': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}}, 'additionalProperties': False}}, 'toObjectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}, 'fromObjectType': {'enum': ['companies', 'contacts', 'deals', 'tickets', 'products', 'line_items', 'quotes', 'custom'], 'type': 'string'}}, 'additionalProperties': False}}, {'name': 'crm_create_contact', 'description': 'Create a new contact with validated properties', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['properties'], 'properties': {'properties': {'type': 'object', 'properties': {'zip': {'type': 'string'}, 'city': {'type': 'string'}, 'email': {'type': 'string', 'format': 'email'}, 'phone': {'type': 'string'}, 'state': {'type': 'string'}, 'address': {'type': 'string'}, 'company': {'type': 'string'}, 'country': {'type': 'string'}, 'website': {'type': 'string', 'format': 'uri'}, 'jobtitle': {'type': 'string'}, 'lastname': {'type': 'string'}, 'firstname': {'type': 'string'}, 'leadstatus': {'enum': ['new', 'open', 'inprogress', 'opennotcontacted', 'opencontacted', 'closedconverted', 'closednotconverted'], 'type': 'string'}, 'linkedinbio': {'type': 'string'}, 'mobilephone': {'type': 'string'}, 'twitterhandle': {'type': 'string'}, 'lifecyclestage': {'enum': ['subscriber', 'lead', 'marketingqualifiedlead', 'salesqualifiedlead', 'opportunity', 'customer', 'evangelist', 'other'], 'type': 'string'}, 'facebookfanpage': {'type': 'string'}}, 'additionalProperties': {}}, 'associations': {'type': 'array', 'items': {'type': 'object', 'required': ['to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'crm_update_contact', 'description': 'Update an existing contact with validated properties', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['contactId', 'properties'], 'properties': {'contactId': {'type': 'string'}, 'properties': {'type': 'object', 'properties': {'zip': {'type': 'string'}, 'city': {'type': 'string'}, 'email': {'type': 'string', 'format': 'email'}, 'phone': {'type': 'string'}, 'state': {'type': 'string'}, 'address': {'type': 'string'}, 'company': {'type': 'string'}, 'country': {'type': 'string'}, 'website': {'type': 'string', 'format': 'uri'}, 'jobtitle': {'type': 'string'}, 'lastname': {'type': 'string'}, 'firstname': {'type': 'string'}, 'leadstatus': {'enum': ['new', 'open', 'inprogress', 'opennotcontacted', 'opencontacted', 'closedconverted', 'closednotconverted'], 'type': 'string'}, 'linkedinbio': {'type': 'string'}, 'mobilephone': {'type': 'string'}, 'twitterhandle': {'type': 'string'}, 'lifecyclestage': {'enum': ['subscriber', 'lead', 'marketingqualifiedlead', 'salesqualifiedlead', 'opportunity', 'customer', 'evangelist', 'other'], 'type': 'string'}, 'facebookfanpage': {'type': 'string'}}, 'additionalProperties': {}}}, 'additionalProperties': False}}, {'name': 'crm_get_contact', 'description': 'Get a single contact by ID with specific properties and associations', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['contactId'], 'properties': {'contactId': {'type': 'string'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'associations': {'type': 'array', 'items': {'enum': ['companies', 'deals', 'tickets', 'calls', 'emails', 'meetings', 'notes'], 'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'crm_search_contacts', 'description': 'Search contacts with contact-specific filters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filterGroups'], 'properties': {'after': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'sorts': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyName', 'direction'], 'properties': {'direction': {'enum': ['ASCENDING', 'DESCENDING'], 'type': 'string'}, 'propertyName': {'type': 'string'}}, 'additionalProperties': False}}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'filterGroups': {'type': 'array', 'items': {'type': 'object', 'required': ['filters'], 'properties': {'filters': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyName', 'operator'], 'properties': {'value': {}, 'operator': {'enum': ['EQ', 'NEQ', 'LT', 'LTE', 'GT', 'GTE', 'BETWEEN', 'IN', 'NOT_IN', 'HAS_PROPERTY', 'NOT_HAS_PROPERTY', 'CONTAINS_TOKEN', 'NOT_CONTAINS_TOKEN'], 'type': 'string'}, 'propertyName': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'crm_batch_create_contacts', 'description': 'Create multiple contacts in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['properties'], 'properties': {'properties': {'type': 'object', 'properties': {'zip': {'type': 'string'}, 'city': {'type': 'string'}, 'email': {'type': 'string', 'format': 'email'}, 'phone': {'type': 'string'}, 'state': {'type': 'string'}, 'address': {'type': 'string'}, 'company': {'type': 'string'}, 'country': {'type': 'string'}, 'website': {'type': 'string', 'format': 'uri'}, 'jobtitle': {'type': 'string'}, 'lastname': {'type': 'string'}, 'firstname': {'type': 'string'}, 'leadstatus': {'enum': ['new', 'open', 'inprogress', 'opennotcontacted', 'opencontacted', 'closedconverted', 'closednotconverted'], 'type': 'string'}, 'linkedinbio': {'type': 'string'}, 'mobilephone': {'type': 'string'}, 'twitterhandle': {'type': 'string'}, 'lifecyclestage': {'enum': ['subscriber', 'lead', 'marketingqualifiedlead', 'salesqualifiedlead', 'opportunity', 'customer', 'evangelist', 'other'], 'type': 'string'}, 'facebookfanpage': {'type': 'string'}}, 'additionalProperties': {}}, 'associations': {'type': 'array', 'items': {'type': 'object', 'required': ['to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'crm_batch_update_contacts', 'description': 'Update multiple contacts in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'properties'], 'properties': {'id': {'type': 'string'}, 'properties': {'type': 'object', 'properties': {'zip': {'type': 'string'}, 'city': {'type': 'string'}, 'email': {'type': 'string', 'format': 'email'}, 'phone': {'type': 'string'}, 'state': {'type': 'string'}, 'address': {'type': 'string'}, 'company': {'type': 'string'}, 'country': {'type': 'string'}, 'website': {'type': 'string', 'format': 'uri'}, 'jobtitle': {'type': 'string'}, 'lastname': {'type': 'string'}, 'firstname': {'type': 'string'}, 'leadstatus': {'enum': ['new', 'open', 'inprogress', 'opennotcontacted', 'opencontacted', 'closedconverted', 'closednotconverted'], 'type': 'string'}, 'linkedinbio': {'type': 'string'}, 'mobilephone': {'type': 'string'}, 'twitterhandle': {'type': 'string'}, 'lifecyclestage': {'enum': ['subscriber', 'lead', 'marketingqualifiedlead', 'salesqualifiedlead', 'opportunity', 'customer', 'evangelist', 'other'], 'type': 'string'}, 'facebookfanpage': {'type': 'string'}}, 'additionalProperties': {}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'crm_get_contact_properties', 'description': 'Get all properties for contacts', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'archived': {'type': 'boolean'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'crm_create_contact_property', 'description': 'Create a new contact property', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'label', 'type', 'fieldType', 'groupName'], 'properties': {'name': {'type': 'string'}, 'type': {'enum': ['string', 'number', 'date', 'datetime', 'enumeration', 'bool'], 'type': 'string'}, 'label': {'type': 'string'}, 'hidden': {'type': 'boolean'}, 'options': {'type': 'array', 'items': {'type': 'object', 'required': ['label', 'value'], 'properties': {'label': {'type': 'string'}, 'value': {'type': 'string'}, 'hidden': {'type': 'boolean'}, 'description': {'type': 'string'}, 'displayOrder': {'type': 'number'}}, 'additionalProperties': False}}, 'fieldType': {'enum': ['text', 'textarea', 'select', 'radio', 'checkbox', 'number', 'date', 'file'], 'type': 'string'}, 'formField': {'type': 'boolean'}, 'groupName': {'type': 'string'}, 'description': {'type': 'string'}, 'displayOrder': {'type': 'number'}, 'hasUniqueValue': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'crm_create_lead', 'description': 'Create a new lead with validated properties', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['properties'], 'properties': {'properties': {'type': 'object', 'properties': {'zip': {'type': 'string'}, 'city': {'type': 'string'}, 'email': {'type': 'string', 'format': 'email'}, 'notes': {'type': 'string'}, 'phone': {'type': 'string'}, 'state': {'type': 'string'}, 'rating': {'enum': ['hot', 'warm', 'cold'], 'type': 'string'}, 'address': {'type': 'string'}, 'company': {'type': 'string'}, 'country': {'type': 'string'}, 'website': {'type': 'string', 'format': 'uri'}, 'industry': {'type': 'string'}, 'jobtitle': {'type': 'string'}, 'lastname': {'type': 'string'}, 'firstname': {'type': 'string'}, 'leadsource': {'type': 'string'}, 'leadstatus': {'enum': ['new', 'open', 'in_progress', 'qualified', 'unqualified', 'converted', 'lost'], 'type': 'string'}, 'annualrevenue': {'type': 'number'}, 'numberofemployees': {'type': 'number'}}, 'additionalProperties': {}}, 'associations': {'type': 'array', 'items': {'type': 'object', 'required': ['to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'crm_update_lead', 'description': 'Update an existing lead with validated properties', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['leadId', 'properties'], 'properties': {'leadId': {'type': 'string'}, 'properties': {'type': 'object', 'properties': {'zip': {'type': 'string'}, 'city': {'type': 'string'}, 'email': {'type': 'string', 'format': 'email'}, 'notes': {'type': 'string'}, 'phone': {'type': 'string'}, 'state': {'type': 'string'}, 'rating': {'enum': ['hot', 'warm', 'cold'], 'type': 'string'}, 'address': {'type': 'string'}, 'company': {'type': 'string'}, 'country': {'type': 'string'}, 'website': {'type': 'string', 'format': 'uri'}, 'industry': {'type': 'string'}, 'jobtitle': {'type': 'string'}, 'lastname': {'type': 'string'}, 'firstname': {'type': 'string'}, 'leadsource': {'type': 'string'}, 'leadstatus': {'enum': ['new', 'open', 'in_progress', 'qualified', 'unqualified', 'converted', 'lost'], 'type': 'string'}, 'annualrevenue': {'type': 'number'}, 'numberofemployees': {'type': 'number'}}, 'additionalProperties': {}}}, 'additionalProperties': False}}, {'name': 'crm_get_lead', 'description': 'Get a single lead by ID with specific properties and associations', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['leadId'], 'properties': {'leadId': {'type': 'string'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'associations': {'type': 'array', 'items': {'enum': ['companies', 'contacts', 'deals', 'notes', 'tasks'], 'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'crm_search_leads', 'description': 'Search leads with lead-specific filters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filterGroups'], 'properties': {'after': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'sorts': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyName', 'direction'], 'properties': {'direction': {'enum': ['ASCENDING', 'DESCENDING'], 'type': 'string'}, 'propertyName': {'type': 'string'}}, 'additionalProperties': False}}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'filterGroups': {'type': 'array', 'items': {'type': 'object', 'required': ['filters'], 'properties': {'filters': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyName', 'operator'], 'properties': {'value': {}, 'operator': {'enum': ['EQ', 'NEQ', 'LT', 'LTE', 'GT', 'GTE', 'BETWEEN', 'IN', 'NOT_IN', 'HAS_PROPERTY', 'NOT_HAS_PROPERTY', 'CONTAINS_TOKEN', 'NOT_CONTAINS_TOKEN'], 'type': 'string'}, 'propertyName': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'crm_batch_create_leads', 'description': 'Create multiple leads in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['properties'], 'properties': {'properties': {'type': 'object', 'properties': {'zip': {'type': 'string'}, 'city': {'type': 'string'}, 'email': {'type': 'string', 'format': 'email'}, 'notes': {'type': 'string'}, 'phone': {'type': 'string'}, 'state': {'type': 'string'}, 'rating': {'enum': ['hot', 'warm', 'cold'], 'type': 'string'}, 'address': {'type': 'string'}, 'company': {'type': 'string'}, 'country': {'type': 'string'}, 'website': {'type': 'string', 'format': 'uri'}, 'industry': {'type': 'string'}, 'jobtitle': {'type': 'string'}, 'lastname': {'type': 'string'}, 'firstname': {'type': 'string'}, 'leadsource': {'type': 'string'}, 'leadstatus': {'enum': ['new', 'open', 'in_progress', 'qualified', 'unqualified', 'converted', 'lost'], 'type': 'string'}, 'annualrevenue': {'type': 'number'}, 'numberofemployees': {'type': 'number'}}, 'additionalProperties': {}}, 'associations': {'type': 'array', 'items': {'type': 'object', 'required': ['to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'crm_batch_update_leads', 'description': 'Update multiple leads in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'properties'], 'properties': {'id': {'type': 'string'}, 'properties': {'type': 'object', 'properties': {'zip': {'type': 'string'}, 'city': {'type': 'string'}, 'email': {'type': 'string', 'format': 'email'}, 'notes': {'type': 'string'}, 'phone': {'type': 'string'}, 'state': {'type': 'string'}, 'rating': {'enum': ['hot', 'warm', 'cold'], 'type': 'string'}, 'address': {'type': 'string'}, 'company': {'type': 'string'}, 'country': {'type': 'string'}, 'website': {'type': 'string', 'format': 'uri'}, 'industry': {'type': 'string'}, 'jobtitle': {'type': 'string'}, 'lastname': {'type': 'string'}, 'firstname': {'type': 'string'}, 'leadsource': {'type': 'string'}, 'leadstatus': {'enum': ['new', 'open', 'in_progress', 'qualified', 'unqualified', 'converted', 'lost'], 'type': 'string'}, 'annualrevenue': {'type': 'number'}, 'numberofemployees': {'type': 'number'}}, 'additionalProperties': {}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'crm_get_lead_properties', 'description': 'Get all properties for leads', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'archived': {'type': 'boolean'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'crm_create_lead_property', 'description': 'Create a new lead property', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'label', 'type', 'fieldType', 'groupName'], 'properties': {'name': {'type': 'string'}, 'type': {'enum': ['string', 'number', 'date', 'datetime', 'enumeration', 'bool'], 'type': 'string'}, 'label': {'type': 'string'}, 'hidden': {'type': 'boolean'}, 'options': {'type': 'array', 'items': {'type': 'object', 'required': ['label', 'value'], 'properties': {'label': {'type': 'string'}, 'value': {'type': 'string'}, 'hidden': {'type': 'boolean'}, 'description': {'type': 'string'}, 'displayOrder': {'type': 'number'}}, 'additionalProperties': False}}, 'fieldType': {'enum': ['text', 'textarea', 'select', 'radio', 'checkbox', 'number', 'date', 'file'], 'type': 'string'}, 'formField': {'type': 'boolean'}, 'groupName': {'type': 'string'}, 'description': {'type': 'string'}, 'displayOrder': {'type': 'number'}, 'hasUniqueValue': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'meetings_list', 'description': 'List all meetings with optional filtering', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'after': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'createdAfter': {'type': 'string'}, 'createdBefore': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'meetings_get', 'description': 'Get details of a specific meeting', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['meetingId'], 'properties': {'meetingId': {'type': 'string'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'associations': {'type': 'array', 'items': {'enum': ['contacts', 'companies', 'deals'], 'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'meetings_create', 'description': 'Create a new meeting', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['properties'], 'properties': {'properties': {'type': 'object', 'required': ['hs_timestamp', 'hs_meeting_title', 'hs_meeting_start_time', 'hs_meeting_end_time'], 'properties': {'hs_timestamp': {'type': 'string'}, 'hs_meeting_body': {'type': 'string'}, 'hs_meeting_title': {'type': 'string'}, 'hubspot_owner_id': {'type': 'string'}, 'hs_meeting_outcome': {'enum': ['SCHEDULED', 'COMPLETED', 'CANCELED'], 'type': 'string'}, 'hs_meeting_end_time': {'type': 'string'}, 'hs_meeting_location': {'type': 'string'}, 'hs_meeting_start_time': {'type': 'string'}}, 'additionalProperties': False}, 'associations': {'type': 'array', 'items': {'type': 'object', 'required': ['to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'meetings_update', 'description': 'Update an existing meeting', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['meetingId', 'properties'], 'properties': {'meetingId': {'type': 'string'}, 'properties': {'type': 'object', 'properties': {'hs_meeting_body': {'type': 'string'}, 'hs_meeting_title': {'type': 'string'}, 'hubspot_owner_id': {'type': 'string'}, 'hs_meeting_outcome': {'enum': ['SCHEDULED', 'COMPLETED', 'CANCELED'], 'type': 'string'}, 'hs_meeting_end_time': {'type': 'string'}, 'hs_meeting_location': {'type': 'string'}, 'hs_meeting_start_time': {'type': 'string'}}, 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'meetings_delete', 'description': 'Delete a meeting', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['meetingId'], 'properties': {'meetingId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'meetings_search', 'description': 'Search meetings with specific filters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filterGroups'], 'properties': {'after': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'sorts': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyName', 'direction'], 'properties': {'direction': {'enum': ['ASCENDING', 'DESCENDING'], 'type': 'string'}, 'propertyName': {'type': 'string'}}, 'additionalProperties': False}}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'filterGroups': {'type': 'array', 'items': {'type': 'object', 'required': ['filters'], 'properties': {'filters': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyName', 'operator'], 'properties': {'value': {}, 'operator': {'enum': ['EQ', 'NEQ', 'LT', 'LTE', 'GT', 'GTE', 'BETWEEN', 'IN', 'NOT_IN', 'HAS_PROPERTY', 'NOT_HAS_PROPERTY', 'CONTAINS_TOKEN', 'NOT_CONTAINS_TOKEN'], 'type': 'string'}, 'propertyName': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'meetings_batch_create', 'description': 'Create multiple meetings in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['properties'], 'properties': {'properties': {'type': 'object', 'required': ['hs_timestamp', 'hs_meeting_title', 'hs_meeting_start_time', 'hs_meeting_end_time'], 'properties': {'hs_timestamp': {'type': 'string'}, 'hs_meeting_body': {'type': 'string'}, 'hs_meeting_title': {'type': 'string'}, 'hubspot_owner_id': {'type': 'string'}, 'hs_meeting_outcome': {'enum': ['SCHEDULED', 'COMPLETED', 'CANCELED'], 'type': 'string'}, 'hs_meeting_end_time': {'type': 'string'}, 'hs_meeting_location': {'type': 'string'}, 'hs_meeting_start_time': {'type': 'string'}}, 'additionalProperties': False}, 'associations': {'type': 'array', 'items': {'type': 'object', 'required': ['to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'meetings_batch_update', 'description': 'Update multiple meetings in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'properties'], 'properties': {'id': {'type': 'string'}, 'properties': {'type': 'object', 'properties': {'hs_meeting_body': {'type': 'string'}, 'hs_meeting_title': {'type': 'string'}, 'hubspot_owner_id': {'type': 'string'}, 'hs_meeting_outcome': {'enum': ['SCHEDULED', 'COMPLETED', 'CANCELED'], 'type': 'string'}, 'hs_meeting_end_time': {'type': 'string'}, 'hs_meeting_location': {'type': 'string'}, 'hs_meeting_start_time': {'type': 'string'}}, 'additionalProperties': False}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'meetings_batch_archive', 'description': 'Archive (delete) multiple meetings in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['meetingIds'], 'properties': {'meetingIds': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'notes_create', 'description': 'Create a new note', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['properties'], 'properties': {'properties': {'type': 'object', 'required': ['hs_note_body'], 'properties': {'hs_note_body': {'type': 'string'}, 'hs_timestamp': {'type': 'string'}, 'hubspot_owner_id': {'type': 'string'}}, 'additionalProperties': {}}, 'associations': {'type': 'array', 'items': {'type': 'object', 'required': ['to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'notes_get', 'description': 'Get details of a specific note', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['noteId'], 'properties': {'noteId': {'type': 'string'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'associations': {'type': 'array', 'items': {'enum': ['contacts', 'companies', 'deals', 'tickets'], 'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'notes_update', 'description': 'Update an existing note', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['noteId', 'properties'], 'properties': {'noteId': {'type': 'string'}, 'properties': {'type': 'object', 'required': ['hs_note_body'], 'properties': {'hs_note_body': {'type': 'string'}, 'hs_timestamp': {'type': 'string'}, 'hubspot_owner_id': {'type': 'string'}}, 'additionalProperties': {}}}, 'additionalProperties': False}}, {'name': 'notes_archive', 'description': 'Archive (delete) a note', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['noteId'], 'properties': {'noteId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'notes_list', 'description': 'List all notes with optional filtering', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'after': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'archived': {'type': 'boolean'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'associations': {'type': 'array', 'items': {'enum': ['contacts', 'companies', 'deals', 'tickets'], 'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'notes_search', 'description': 'Search notes with specific filters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filterGroups'], 'properties': {'after': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'sorts': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyName', 'direction'], 'properties': {'direction': {'enum': ['ASCENDING', 'DESCENDING'], 'type': 'string'}, 'propertyName': {'type': 'string'}}, 'additionalProperties': False}}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'filterGroups': {'type': 'array', 'items': {'type': 'object', 'required': ['filters'], 'properties': {'filters': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyName', 'operator'], 'properties': {'value': {}, 'operator': {'enum': ['EQ', 'NEQ', 'LT', 'LTE', 'GT', 'GTE', 'BETWEEN', 'IN', 'NOT_IN', 'HAS_PROPERTY', 'NOT_HAS_PROPERTY', 'CONTAINS_TOKEN', 'NOT_CONTAINS_TOKEN'], 'type': 'string'}, 'propertyName': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'notes_batch_create', 'description': 'Create multiple notes in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['properties'], 'properties': {'properties': {'type': 'object', 'required': ['hs_note_body'], 'properties': {'hs_note_body': {'type': 'string'}, 'hs_timestamp': {'type': 'string'}, 'hubspot_owner_id': {'type': 'string'}}, 'additionalProperties': {}}, 'associations': {'type': 'array', 'items': {'type': 'object', 'required': ['to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'notes_batch_read', 'description': 'Read multiple notes in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'associations': {'type': 'array', 'items': {'enum': ['contacts', 'companies', 'deals', 'tickets'], 'type': 'string'}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'notes_batch_update', 'description': 'Update multiple notes in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'properties'], 'properties': {'id': {'type': 'string'}, 'properties': {'type': 'object', 'required': ['hs_note_body'], 'properties': {'hs_note_body': {'type': 'string'}, 'hs_timestamp': {'type': 'string'}, 'hubspot_owner_id': {'type': 'string'}}, 'additionalProperties': {}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'notes_batch_archive', 'description': 'Archive (delete) multiple notes in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['noteIds'], 'properties': {'noteIds': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'tasks_create', 'description': 'Create a new task', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['properties'], 'properties': {'properties': {'type': 'object', 'required': ['hs_task_body', 'hs_task_subject'], 'properties': {'hs_task_body': {'type': 'string'}, 'hs_task_type': {'type': 'string'}, 'hs_timestamp': {'type': 'string'}, 'hs_task_status': {'enum': ['NOT_STARTED', 'IN_PROGRESS', 'WAITING', 'COMPLETED', 'DEFERRED'], 'type': 'string'}, 'hs_task_subject': {'type': 'string'}, 'hs_task_due_date': {'type': 'string'}, 'hs_task_priority': {'enum': ['HIGH', 'MEDIUM', 'LOW'], 'type': 'string'}, 'hubspot_owner_id': {'type': 'string'}}, 'additionalProperties': {}}, 'associations': {'type': 'array', 'items': {'type': 'object', 'required': ['to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'tasks_get', 'description': 'Get details of a specific task', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'associations': {'type': 'array', 'items': {'enum': ['contacts', 'companies', 'deals', 'tickets'], 'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'tasks_update', 'description': 'Update an existing task', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId', 'properties'], 'properties': {'taskId': {'type': 'string'}, 'properties': {'type': 'object', 'required': ['hs_task_body', 'hs_task_subject'], 'properties': {'hs_task_body': {'type': 'string'}, 'hs_task_type': {'type': 'string'}, 'hs_timestamp': {'type': 'string'}, 'hs_task_status': {'enum': ['NOT_STARTED', 'IN_PROGRESS', 'WAITING', 'COMPLETED', 'DEFERRED'], 'type': 'string'}, 'hs_task_subject': {'type': 'string'}, 'hs_task_due_date': {'type': 'string'}, 'hs_task_priority': {'enum': ['HIGH', 'MEDIUM', 'LOW'], 'type': 'string'}, 'hubspot_owner_id': {'type': 'string'}}, 'additionalProperties': {}}}, 'additionalProperties': False}}, {'name': 'tasks_archive', 'description': 'Archive (delete) a task', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'tasks_list', 'description': 'List all tasks with optional filtering', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'after': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'archived': {'type': 'boolean'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'associations': {'type': 'array', 'items': {'enum': ['contacts', 'companies', 'deals', 'tickets'], 'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'tasks_search', 'description': 'Search tasks with specific filters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filterGroups'], 'properties': {'after': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'sorts': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyName', 'direction'], 'properties': {'direction': {'enum': ['ASCENDING', 'DESCENDING'], 'type': 'string'}, 'propertyName': {'type': 'string'}}, 'additionalProperties': False}}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'filterGroups': {'type': 'array', 'items': {'type': 'object', 'required': ['filters'], 'properties': {'filters': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyName', 'operator'], 'properties': {'value': {}, 'operator': {'enum': ['EQ', 'NEQ', 'LT', 'LTE', 'GT', 'GTE', 'BETWEEN', 'IN', 'NOT_IN', 'HAS_PROPERTY', 'NOT_HAS_PROPERTY', 'CONTAINS_TOKEN', 'NOT_CONTAINS_TOKEN'], 'type': 'string'}, 'propertyName': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'tasks_batch_create', 'description': 'Create multiple tasks in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['properties'], 'properties': {'properties': {'type': 'object', 'required': ['hs_task_body', 'hs_task_subject'], 'properties': {'hs_task_body': {'type': 'string'}, 'hs_task_type': {'type': 'string'}, 'hs_timestamp': {'type': 'string'}, 'hs_task_status': {'enum': ['NOT_STARTED', 'IN_PROGRESS', 'WAITING', 'COMPLETED', 'DEFERRED'], 'type': 'string'}, 'hs_task_subject': {'type': 'string'}, 'hs_task_due_date': {'type': 'string'}, 'hs_task_priority': {'enum': ['HIGH', 'MEDIUM', 'LOW'], 'type': 'string'}, 'hubspot_owner_id': {'type': 'string'}}, 'additionalProperties': {}}, 'associations': {'type': 'array', 'items': {'type': 'object', 'required': ['to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'tasks_batch_read', 'description': 'Read multiple tasks in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'associations': {'type': 'array', 'items': {'enum': ['contacts', 'companies', 'deals', 'tickets'], 'type': 'string'}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'tasks_batch_update', 'description': 'Update multiple tasks in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'properties'], 'properties': {'id': {'type': 'string'}, 'properties': {'type': 'object', 'required': ['hs_task_body', 'hs_task_subject'], 'properties': {'hs_task_body': {'type': 'string'}, 'hs_task_type': {'type': 'string'}, 'hs_timestamp': {'type': 'string'}, 'hs_task_status': {'enum': ['NOT_STARTED', 'IN_PROGRESS', 'WAITING', 'COMPLETED', 'DEFERRED'], 'type': 'string'}, 'hs_task_subject': {'type': 'string'}, 'hs_task_due_date': {'type': 'string'}, 'hs_task_priority': {'enum': ['HIGH', 'MEDIUM', 'LOW'], 'type': 'string'}, 'hubspot_owner_id': {'type': 'string'}}, 'additionalProperties': {}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'tasks_batch_archive', 'description': 'Archive (delete) multiple tasks in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskIds'], 'properties': {'taskIds': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'engagement_details_get', 'description': 'Get details of a specific engagement', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['engagementId'], 'properties': {'engagementId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'engagement_details_create', 'description': 'Create a new engagement with details', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['engagement'], 'properties': {'metadata': {'type': 'object', 'additionalProperties': {}}, 'engagement': {'type': 'object', 'required': ['type', 'title'], 'properties': {'type': {'enum': ['EMAIL', 'CALL', 'MEETING', 'TASK', 'NOTE'], 'type': 'string'}, 'owner': {'type': 'object', 'required': ['id', 'email'], 'properties': {'id': {'type': 'string'}, 'email': {'type': 'string', 'format': 'email'}}, 'additionalProperties': False}, 'title': {'type': 'string'}, 'status': {'type': 'string'}, 'endTime': {'type': 'string'}, 'loggedAt': {'type': 'string'}, 'startTime': {'type': 'string'}, 'description': {'type': 'string'}, 'activityType': {'type': 'string'}}, 'additionalProperties': {}}, 'associations': {'type': 'object', 'properties': {'dealIds': {'type': 'array', 'items': {'type': 'string'}}, 'ownerIds': {'type': 'array', 'items': {'type': 'string'}}, 'ticketIds': {'type': 'array', 'items': {'type': 'string'}}, 'companyIds': {'type': 'array', 'items': {'type': 'string'}}, 'contactIds': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'engagement_details_update', 'description': "Update an existing engagement's details", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['engagementId', 'engagement'], 'properties': {'metadata': {'type': 'object', 'additionalProperties': {}}, 'engagement': {'type': 'object', 'required': ['type', 'title'], 'properties': {'type': {'enum': ['EMAIL', 'CALL', 'MEETING', 'TASK', 'NOTE'], 'type': 'string'}, 'owner': {'type': 'object', 'required': ['id', 'email'], 'properties': {'id': {'type': 'string'}, 'email': {'type': 'string', 'format': 'email'}}, 'additionalProperties': False}, 'title': {'type': 'string'}, 'status': {'type': 'string'}, 'endTime': {'type': 'string'}, 'loggedAt': {'type': 'string'}, 'startTime': {'type': 'string'}, 'description': {'type': 'string'}, 'activityType': {'type': 'string'}}, 'additionalProperties': {}}, 'engagementId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'engagement_details_list', 'description': 'List all engagements with optional filtering', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'offset': {'type': 'number'}, 'endTime': {'type': 'string'}, 'startTime': {'type': 'string'}, 'activityTypes': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'engagement_details_delete', 'description': 'Delete an engagement', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['engagementId'], 'properties': {'engagementId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'engagement_details_get_associated', 'description': 'Get all engagements associated with an object', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['objectType', 'objectId'], 'properties': {'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'offset': {'type': 'number'}, 'endTime': {'type': 'string'}, 'objectId': {'type': 'string'}, 'startTime': {'type': 'string'}, 'objectType': {'enum': ['CONTACT', 'COMPANY', 'DEAL', 'TICKET'], 'type': 'string'}, 'activityTypes': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'calls_create', 'description': 'Create a new call record', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['properties'], 'properties': {'properties': {'type': 'object', 'required': ['hs_call_body', 'hs_call_title'], 'properties': {'hs_call_body': {'type': 'string'}, 'hs_timestamp': {'type': 'string'}, 'hs_call_title': {'type': 'string'}, 'hs_call_status': {'enum': ['SCHEDULED', 'COMPLETED', 'CANCELED', 'NO_ANSWER'], 'type': 'string'}, 'hs_call_duration': {'type': 'number'}, 'hubspot_owner_id': {'type': 'string'}, 'hs_call_direction': {'enum': ['INBOUND', 'OUTBOUND'], 'type': 'string'}, 'hs_call_disposition': {'type': 'string'}, 'hs_call_recording_url': {'type': 'string', 'format': 'uri'}}, 'additionalProperties': {}}, 'associations': {'type': 'array', 'items': {'type': 'object', 'required': ['to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'calls_get', 'description': 'Get details of a specific call', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['callId'], 'properties': {'callId': {'type': 'string'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'associations': {'type': 'array', 'items': {'enum': ['contacts', 'companies', 'deals', 'tickets'], 'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'calls_update', 'description': 'Update an existing call record', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['callId', 'properties'], 'properties': {'callId': {'type': 'string'}, 'properties': {'type': 'object', 'required': ['hs_call_body', 'hs_call_title'], 'properties': {'hs_call_body': {'type': 'string'}, 'hs_timestamp': {'type': 'string'}, 'hs_call_title': {'type': 'string'}, 'hs_call_status': {'enum': ['SCHEDULED', 'COMPLETED', 'CANCELED', 'NO_ANSWER'], 'type': 'string'}, 'hs_call_duration': {'type': 'number'}, 'hubspot_owner_id': {'type': 'string'}, 'hs_call_direction': {'enum': ['INBOUND', 'OUTBOUND'], 'type': 'string'}, 'hs_call_disposition': {'type': 'string'}, 'hs_call_recording_url': {'type': 'string', 'format': 'uri'}}, 'additionalProperties': {}}}, 'additionalProperties': False}}, {'name': 'calls_archive', 'description': 'Archive (delete) a call record', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['callId'], 'properties': {'callId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'calls_list', 'description': 'List all calls with optional filtering', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'after': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'archived': {'type': 'boolean'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'associations': {'type': 'array', 'items': {'enum': ['contacts', 'companies', 'deals', 'tickets'], 'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'calls_search', 'description': 'Search calls with specific filters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filterGroups'], 'properties': {'after': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'sorts': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyName', 'direction'], 'properties': {'direction': {'enum': ['ASCENDING', 'DESCENDING'], 'type': 'string'}, 'propertyName': {'type': 'string'}}, 'additionalProperties': False}}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'filterGroups': {'type': 'array', 'items': {'type': 'object', 'required': ['filters'], 'properties': {'filters': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyName', 'operator'], 'properties': {'value': {}, 'operator': {'enum': ['EQ', 'NEQ', 'LT', 'LTE', 'GT', 'GTE', 'BETWEEN', 'IN', 'NOT_IN', 'HAS_PROPERTY', 'NOT_HAS_PROPERTY', 'CONTAINS_TOKEN', 'NOT_CONTAINS_TOKEN'], 'type': 'string'}, 'propertyName': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'calls_batch_create', 'description': 'Create multiple call records in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['properties'], 'properties': {'properties': {'type': 'object', 'required': ['hs_call_body', 'hs_call_title'], 'properties': {'hs_call_body': {'type': 'string'}, 'hs_timestamp': {'type': 'string'}, 'hs_call_title': {'type': 'string'}, 'hs_call_status': {'enum': ['SCHEDULED', 'COMPLETED', 'CANCELED', 'NO_ANSWER'], 'type': 'string'}, 'hs_call_duration': {'type': 'number'}, 'hubspot_owner_id': {'type': 'string'}, 'hs_call_direction': {'enum': ['INBOUND', 'OUTBOUND'], 'type': 'string'}, 'hs_call_disposition': {'type': 'string'}, 'hs_call_recording_url': {'type': 'string', 'format': 'uri'}}, 'additionalProperties': {}}, 'associations': {'type': 'array', 'items': {'type': 'object', 'required': ['to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'calls_batch_read', 'description': 'Read multiple call records in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'associations': {'type': 'array', 'items': {'enum': ['contacts', 'companies', 'deals', 'tickets'], 'type': 'string'}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'calls_batch_update', 'description': 'Update multiple call records in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'properties'], 'properties': {'id': {'type': 'string'}, 'properties': {'type': 'object', 'required': ['hs_call_body', 'hs_call_title'], 'properties': {'hs_call_body': {'type': 'string'}, 'hs_timestamp': {'type': 'string'}, 'hs_call_title': {'type': 'string'}, 'hs_call_status': {'enum': ['SCHEDULED', 'COMPLETED', 'CANCELED', 'NO_ANSWER'], 'type': 'string'}, 'hs_call_duration': {'type': 'number'}, 'hubspot_owner_id': {'type': 'string'}, 'hs_call_direction': {'enum': ['INBOUND', 'OUTBOUND'], 'type': 'string'}, 'hs_call_disposition': {'type': 'string'}, 'hs_call_recording_url': {'type': 'string', 'format': 'uri'}}, 'additionalProperties': {}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'calls_batch_archive', 'description': 'Archive (delete) multiple call records in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['callIds'], 'properties': {'callIds': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'emails_create', 'description': 'Create a new email record', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['properties'], 'properties': {'properties': {'type': 'object', 'required': ['hs_email_subject', 'hs_email_text', 'hs_email_from_email', 'hs_email_to_email'], 'properties': {'hs_email_cc': {'type': 'array', 'items': {'type': 'string', 'format': 'email'}}, 'hs_email_bcc': {'type': 'array', 'items': {'type': 'string', 'format': 'email'}}, 'hs_timestamp': {'type': 'string'}, 'hs_email_html': {'type': 'string'}, 'hs_email_text': {'type': 'string'}, 'hs_email_status': {'enum': ['SENT', 'DRAFT', 'SCHEDULED'], 'type': 'string'}, 'hs_email_headers': {'type': 'object', 'additionalProperties': {'type': 'string'}}, 'hs_email_subject': {'type': 'string'}, 'hubspot_owner_id': {'type': 'string'}, 'hs_email_to_email': {'type': 'string', 'format': 'email'}, 'hs_email_direction': {'enum': ['INBOUND', 'OUTBOUND'], 'type': 'string'}, 'hs_email_from_email': {'type': 'string', 'format': 'email'}, 'hs_email_to_lastname': {'type': 'string'}, 'hs_email_to_firstname': {'type': 'string'}, 'hs_email_from_lastname': {'type': 'string'}, 'hs_email_from_firstname': {'type': 'string'}}, 'additionalProperties': {}}, 'associations': {'type': 'array', 'items': {'type': 'object', 'required': ['to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'emails_get', 'description': 'Get details of a specific email', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['emailId'], 'properties': {'emailId': {'type': 'string'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'associations': {'type': 'array', 'items': {'enum': ['contacts', 'companies', 'deals', 'tickets'], 'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'emails_update', 'description': 'Update an existing email record', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['emailId', 'properties'], 'properties': {'emailId': {'type': 'string'}, 'properties': {'type': 'object', 'required': ['hs_email_subject', 'hs_email_text', 'hs_email_from_email', 'hs_email_to_email'], 'properties': {'hs_email_cc': {'type': 'array', 'items': {'type': 'string', 'format': 'email'}}, 'hs_email_bcc': {'type': 'array', 'items': {'type': 'string', 'format': 'email'}}, 'hs_timestamp': {'type': 'string'}, 'hs_email_html': {'type': 'string'}, 'hs_email_text': {'type': 'string'}, 'hs_email_status': {'enum': ['SENT', 'DRAFT', 'SCHEDULED'], 'type': 'string'}, 'hs_email_headers': {'type': 'object', 'additionalProperties': {'type': 'string'}}, 'hs_email_subject': {'type': 'string'}, 'hubspot_owner_id': {'type': 'string'}, 'hs_email_to_email': {'type': 'string', 'format': 'email'}, 'hs_email_direction': {'enum': ['INBOUND', 'OUTBOUND'], 'type': 'string'}, 'hs_email_from_email': {'type': 'string', 'format': 'email'}, 'hs_email_to_lastname': {'type': 'string'}, 'hs_email_to_firstname': {'type': 'string'}, 'hs_email_from_lastname': {'type': 'string'}, 'hs_email_from_firstname': {'type': 'string'}}, 'additionalProperties': {}}}, 'additionalProperties': False}}, {'name': 'emails_archive', 'description': 'Archive (delete) an email record', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['emailId'], 'properties': {'emailId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'emails_list', 'description': 'List all emails with optional filtering', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'after': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'archived': {'type': 'boolean'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'associations': {'type': 'array', 'items': {'enum': ['contacts', 'companies', 'deals', 'tickets'], 'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'emails_search', 'description': 'Search emails with specific filters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filterGroups'], 'properties': {'after': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'sorts': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyName', 'direction'], 'properties': {'direction': {'enum': ['ASCENDING', 'DESCENDING'], 'type': 'string'}, 'propertyName': {'type': 'string'}}, 'additionalProperties': False}}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'filterGroups': {'type': 'array', 'items': {'type': 'object', 'required': ['filters'], 'properties': {'filters': {'type': 'array', 'items': {'type': 'object', 'required': ['propertyName', 'operator'], 'properties': {'value': {}, 'operator': {'enum': ['EQ', 'NEQ', 'LT', 'LTE', 'GT', 'GTE', 'BETWEEN', 'IN', 'NOT_IN', 'HAS_PROPERTY', 'NOT_HAS_PROPERTY', 'CONTAINS_TOKEN', 'NOT_CONTAINS_TOKEN'], 'type': 'string'}, 'propertyName': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'emails_batch_create', 'description': 'Create multiple email records in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['properties'], 'properties': {'properties': {'type': 'object', 'required': ['hs_email_subject', 'hs_email_text', 'hs_email_from_email', 'hs_email_to_email'], 'properties': {'hs_email_cc': {'type': 'array', 'items': {'type': 'string', 'format': 'email'}}, 'hs_email_bcc': {'type': 'array', 'items': {'type': 'string', 'format': 'email'}}, 'hs_timestamp': {'type': 'string'}, 'hs_email_html': {'type': 'string'}, 'hs_email_text': {'type': 'string'}, 'hs_email_status': {'enum': ['SENT', 'DRAFT', 'SCHEDULED'], 'type': 'string'}, 'hs_email_headers': {'type': 'object', 'additionalProperties': {'type': 'string'}}, 'hs_email_subject': {'type': 'string'}, 'hubspot_owner_id': {'type': 'string'}, 'hs_email_to_email': {'type': 'string', 'format': 'email'}, 'hs_email_direction': {'enum': ['INBOUND', 'OUTBOUND'], 'type': 'string'}, 'hs_email_from_email': {'type': 'string', 'format': 'email'}, 'hs_email_to_lastname': {'type': 'string'}, 'hs_email_to_firstname': {'type': 'string'}, 'hs_email_from_lastname': {'type': 'string'}, 'hs_email_from_firstname': {'type': 'string'}}, 'additionalProperties': {}}, 'associations': {'type': 'array', 'items': {'type': 'object', 'required': ['to', 'types'], 'properties': {'to': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}, 'types': {'type': 'array', 'items': {'type': 'object', 'required': ['associationCategory', 'associationTypeId'], 'properties': {'associationTypeId': {'type': 'number'}, 'associationCategory': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'emails_batch_read', 'description': 'Read multiple email records in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}, 'properties': {'type': 'array', 'items': {'type': 'string'}}, 'associations': {'type': 'array', 'items': {'enum': ['contacts', 'companies', 'deals', 'tickets'], 'type': 'string'}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'emails_batch_update', 'description': 'Update multiple email records in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputs'], 'properties': {'inputs': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'properties'], 'properties': {'id': {'type': 'string'}, 'properties': {'type': 'object', 'required': ['hs_email_subject', 'hs_email_text', 'hs_email_from_email', 'hs_email_to_email'], 'properties': {'hs_email_cc': {'type': 'array', 'items': {'type': 'string', 'format': 'email'}}, 'hs_email_bcc': {'type': 'array', 'items': {'type': 'string', 'format': 'email'}}, 'hs_timestamp': {'type': 'string'}, 'hs_email_html': {'type': 'string'}, 'hs_email_text': {'type': 'string'}, 'hs_email_status': {'enum': ['SENT', 'DRAFT', 'SCHEDULED'], 'type': 'string'}, 'hs_email_headers': {'type': 'object', 'additionalProperties': {'type': 'string'}}, 'hs_email_subject': {'type': 'string'}, 'hubspot_owner_id': {'type': 'string'}, 'hs_email_to_email': {'type': 'string', 'format': 'email'}, 'hs_email_direction': {'enum': ['INBOUND', 'OUTBOUND'], 'type': 'string'}, 'hs_email_from_email': {'type': 'string', 'format': 'email'}, 'hs_email_to_lastname': {'type': 'string'}, 'hs_email_to_firstname': {'type': 'string'}, 'hs_email_from_lastname': {'type': 'string'}, 'hs_email_from_firstname': {'type': 'string'}}, 'additionalProperties': {}}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'emails_batch_archive', 'description': 'Archive (delete) multiple email records in a single request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['emailIds'], 'properties': {'emailIds': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'communications_get_preferences', 'description': 'Get communication preferences for a contact', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['contactId'], 'properties': {'contactId': {'type': 'string'}, 'subscriptionId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'communications_update_preferences', 'description': 'Update communication preferences for a contact', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['contactId', 'subscriptionId', 'preferences'], 'properties': {'contactId': {'type': 'string'}, 'preferences': {'type': 'object', 'required': ['subscriptionId', 'status'], 'properties': {'status': {'enum': ['SUBSCRIBED', 'UNSUBSCRIBED', 'NOT_OPTED'], 'type': 'string'}, 'legalBasis': {'enum': ['LEGITIMATE_INTEREST_CLIENT', 'LEGITIMATE_INTEREST_PUB', 'PERFORMANCE_OF_CONTRACT', 'CONSENT_WITH_NOTICE', 'CONSENT_WITH_NOTICE_AND_OPT_OUT'], 'type': 'string'}, 'subscriptionId': {'type': 'string'}, 'legalBasisExplanation': {'type': 'string'}}, 'additionalProperties': {}}, 'subscriptionId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'communications_unsubscribe_contact', 'description': 'Unsubscribe a contact from all email communications', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['contactId'], 'properties': {'contactId': {'type': 'string'}, 'portalSubscriptionLegalBasis': {'enum': ['LEGITIMATE_INTEREST_CLIENT', 'LEGITIMATE_INTEREST_PUB', 'PERFORMANCE_OF_CONTRACT', 'CONSENT_WITH_NOTICE', 'CONSENT_WITH_NOTICE_AND_OPT_OUT'], 'type': 'string'}, 'portalSubscriptionLegalBasisExplanation': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'communications_subscribe_contact', 'description': 'Subscribe a contact to all email communications', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['contactId'], 'properties': {'contactId': {'type': 'string'}, 'portalSubscriptionLegalBasis': {'enum': ['LEGITIMATE_INTEREST_CLIENT', 'LEGITIMATE_INTEREST_PUB', 'PERFORMANCE_OF_CONTRACT', 'CONSENT_WITH_NOTICE', 'CONSENT_WITH_NOTICE_AND_OPT_OUT'], 'type': 'string'}, 'portalSubscriptionLegalBasisExplanation': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'communications_get_subscription_definitions', 'description': 'Get all subscription definitions for the portal', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'archived': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'communications_get_subscription_status', 'description': 'Get subscription status for multiple contacts', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['subscriptionId', 'contactIds'], 'properties': {'contactIds': {'type': 'array', 'items': {'type': 'string'}}, 'subscriptionId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'communications_update_subscription_status', 'description': 'Update subscription status for multiple contacts', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['subscriptionId', 'updates'], 'properties': {'updates': {'type': 'array', 'items': {'type': 'object', 'required': ['contactId', 'status'], 'properties': {'status': {'enum': ['SUBSCRIBED', 'UNSUBSCRIBED', 'NOT_OPTED'], 'type': 'string'}, 'contactId': {'type': 'string'}, 'legalBasis': {'enum': ['LEGITIMATE_INTEREST_CLIENT', 'LEGITIMATE_INTEREST_PUB', 'PERFORMANCE_OF_CONTRACT', 'CONSENT_WITH_NOTICE', 'CONSENT_WITH_NOTICE_AND_OPT_OUT'], 'type': 'string'}, 'legalBasisExplanation': {'type': 'string'}}, 'additionalProperties': False}}, 'subscriptionId': {'type': 'string'}}, 'additionalProperties': False}}]
@dabidstudio/youtubeinsights-mcp-server
YouTube Insights
Extract insights from YouTube videos effortlessly. Analyze transcripts, discover videos by keywords, and retrieve channel information to enhance your content strategy.
2025-04-11T15:04:17.270Z
338
https://smithery.ai/server/@dabidstudio/youtubeinsights-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'get_youtube_transcript', 'description': 'Get the transcript of a YouTube video', 'inputSchema': {'type': 'object', 'title': 'get_youtube_transcriptArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url'}}}}, {'name': 'search_youtube_videos', 'description': 'Search YouTube videos by keyword and retrieve detailed information', 'inputSchema': {'type': 'object', 'title': 'search_youtube_videosArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'get_channel_info', 'description': 'Get channel information and 10 recent videos from a YouTube video URL', 'inputSchema': {'type': 'object', 'title': 'get_channel_infoArguments', 'required': ['video_url'], 'properties': {'video_url': {'type': 'string', 'title': 'Video Url'}}}}]
search1api-mcp
Search1API MCP Server
A Model Context Protocol (MCP) server that provides search and crawl functionality using Search1API.
2024-12-13T15:46:55.342Z
356
https://smithery.ai/server/search1api-mcp
true
null
{ "scanPassed": true }
[{'name': 'search', 'description': 'Web search tool', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query, be simple and concise'}, 'time_range': {'enum': ['day', 'month', 'year'], 'type': 'string', 'description': 'Time range for search results, only use when specific time constraints are required'}, 'max_results': {'type': 'number', 'default': 10, 'description': 'Maximum number of results to return'}, 'crawl_results': {'type': 'number', 'default': 0, 'description': 'Number of results to crawl for full webpage content, useful when search result summaries are insufficient for complex queries'}, 'exclude_sites': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': 'List of sites to exclude from search. Only use when you need to explicitly filter out specific domains from results'}, 'include_sites': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': 'List of sites to include in search. Only use when you need special results from sites not available in search_service'}, 'search_service': {'enum': ['google', 'bing', 'duckduckgo', 'yahoo', 'x', 'reddit', 'github', 'youtube', 'arxiv', 'wechat', 'bilibili', 'imdb', 'wikipedia'], 'type': 'string', 'default': 'google', 'description': 'Specify the search engine to use. Choose based on your specific needs'}}}}, {'name': 'news', 'description': 'News search tool', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query, be simple and concise'}, 'time_range': {'enum': ['day', 'month', 'year'], 'type': 'string', 'description': 'Time range for search results, only use when specific time constraints are required'}, 'max_results': {'type': 'number', 'default': 10, 'description': 'Maximum number of results to return'}, 'crawl_results': {'type': 'number', 'default': 0, 'description': 'Number of results to crawl for full webpage content, useful when search result summaries are insufficient for complex queries'}, 'exclude_sites': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': 'List of sites to exclude from search. Only use when you need to explicitly filter out specific domains from results'}, 'include_sites': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': 'List of sites to include in search. Only use when you need special results from sites not available in search_service'}, 'search_service': {'enum': ['google', 'bing', 'duckduckgo', 'yahoo', 'hackernews'], 'type': 'string', 'default': 'bing', 'description': 'Specify the news engine to use. Choose based on your specific needs'}}}}, {'name': 'crawl', 'description': 'Extract content from URL', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to crawl'}}}}, {'name': 'sitemap', 'description': 'Get all related links from a URL', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to get sitemap'}}}}, {'name': 'reasoning', 'description': 'Deep thinking and complex problem solving', 'inputSchema': {'type': 'object', 'required': ['content'], 'properties': {'content': {'type': 'string', 'description': 'The question or problem that needs deep thinking'}}}}, {'name': 'trending', 'description': 'Get trending topics from popular platforms', 'inputSchema': {'type': 'object', 'required': ['search_service'], 'properties': {'max_results': {'type': 'number', 'default': 10, 'description': 'Maximum number of trending items to return'}, 'search_service': {'enum': ['github', 'hackernews'], 'type': 'string', 'default': 'github', 'description': 'Specify the platform to get trending topics from'}}}}]
@jkawamoto/mcp-bear
Bear MCP Server
Interact with Bear note-taking software.
2025-02-13T06:00:22.528Z
335
https://smithery.ai/server/@jkawamoto/mcp-bear
true
null
{ "scanPassed": true }
[{'name': 'open_note', 'description': 'Open a note identified by its title or id and return its content.', 'inputSchema': {'type': 'object', 'title': 'open_noteArguments', 'properties': {'id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Id', 'default': None, 'description': 'note unique identifier'}, 'title': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Title', 'default': None, 'description': 'note title'}}}}, {'name': 'create', 'description': 'Create a new note and return its unique identifier. Empty notes are not allowed.', 'inputSchema': {'type': 'object', 'title': 'createArguments', 'properties': {'tags': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Tags', 'default': None, 'description': 'list of tags'}, 'text': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Text', 'default': None, 'description': 'note body'}, 'title': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Title', 'default': None, 'description': 'note title'}, 'timestamp': {'type': 'boolean', 'title': 'Timestamp', 'default': False, 'description': 'prepend the current date and time to the text'}}}}, {'name': 'tags', 'description': 'Return all the tags currently displayed in Bear’s sidebar.', 'inputSchema': {'type': 'object', 'title': 'tagsArguments', 'properties': {}}}, {'name': 'open_tag', 'description': 'Show all the notes which have a selected tag in bear.', 'inputSchema': {'type': 'object', 'title': 'open_tagArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name', 'description': 'tag name or a list of tags divided by comma'}}}}, {'name': 'todo', 'description': 'Select the Todo sidebar item.', 'inputSchema': {'type': 'object', 'title': 'todoArguments', 'properties': {'search': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Search', 'default': None, 'description': 'string to search'}}}}, {'name': 'today', 'description': 'Select the Today sidebar item.', 'inputSchema': {'type': 'object', 'title': 'todayArguments', 'properties': {'search': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Search', 'default': None, 'description': 'string to search'}}}}, {'name': 'search', 'description': 'Show search results in Bear for all notes or for a specific tag.', 'inputSchema': {'type': 'object', 'title': 'searchArguments', 'properties': {'tag': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Tag', 'default': None, 'description': 'tag to search into'}, 'term': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Term', 'default': None, 'description': 'string to search'}}}}, {'name': 'grab_url', 'description': 'Create a new note with the content of a web page and return its unique identifier.', 'inputSchema': {'type': 'object', 'title': 'grab_urlArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url', 'description': 'url to grab'}, 'tags': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Tags', 'default': None, 'description': 'list of tags. If tags are specified in the Bear’s web content preferences, this parameter is ignored.'}}}}]
@joshuarileydev/supabase-mcp-server
Supabase Server
An MCP server providing access to the Supabase Management API for managing Supabase projects and organizations.
2024-12-20T08:59:58.868Z
326
https://smithery.ai/server/@joshuarileydev/supabase-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'list_projects', 'description': 'List all Supabase projects', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'ref': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get_project', 'description': 'Get details of a specific Supabase project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ref'], 'properties': {'ref': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'create_project', 'description': 'Create a new Supabase project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'organization_id', 'region', 'db_pass'], 'properties': {'name': {'type': 'string'}, 'plan': {'type': 'string'}, 'region': {'type': 'string'}, 'db_pass': {'type': 'string'}, 'organization_id': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'delete_project', 'description': 'Delete a Supabase project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ref'], 'properties': {'ref': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'list_organizations', 'description': 'List all organizations', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_organization', 'description': 'Get details of a specific organization', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['slug'], 'properties': {'slug': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'create_organization', 'description': 'Create a new organization', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'billing_email'], 'properties': {'name': {'type': 'string'}, 'billing_email': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get_project_api_keys', 'description': 'Get API keys for a specific Supabase project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ref'], 'properties': {'ref': {'type': 'string'}, 'name': {'type': 'string'}}, 'additionalProperties': False}}]
@michael7736/mysql-mcp-server
MySQL Database Access Server
Execute SQL queries against a MySQL database seamlessly. Retrieve, create, update, and delete data while receiving results in JSON format. Enhance your applications with powerful database interactions through a simple interface.
2025-04-10T14:17:55.354Z
324
https://smithery.ai/server/@michael7736/mysql-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'run_sql_query', 'description': 'Executes a read-only SQL query (SELECT statements only) against the MySQL database.', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The SQL SELECT query to execute.'}}}}, {'name': 'create_table', 'description': 'Creates a new table in the MySQL database.', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The SQL CREATE TABLE query to execute.'}}}}, {'name': 'insert_data', 'description': 'Inserts data into a table in the MySQL database.', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The SQL INSERT INTO query to execute.'}}}}, {'name': 'update_data', 'description': 'Updates data in a table in the MySQL database.', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The SQL UPDATE query to execute.'}}}}, {'name': 'delete_data', 'description': 'Deletes data from a table in the MySQL database.', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The SQL DELETE FROM query to execute.'}}}}]
@smithery-ai/gitlab
GitLab
Enable project management and file operations with GitLab.
2025-01-25T15:09:45.297Z
342
https://smithery.ai/server/@smithery-ai/gitlab
true
null
{ "scanPassed": true }
[{'name': 'create_or_update_file', 'description': 'Create or update a single file in a GitLab project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_id', 'file_path', 'content', 'commit_message', 'branch'], 'properties': {'branch': {'type': 'string', 'description': 'Branch to create/update the file in'}, 'content': {'type': 'string', 'description': 'Content of the file'}, 'file_path': {'type': 'string', 'description': 'Path where to create/update the file'}, 'project_id': {'type': 'string', 'description': 'Project ID or URL-encoded path'}, 'previous_path': {'type': 'string', 'description': 'Path of the file to move/rename'}, 'commit_message': {'type': 'string', 'description': 'Commit message'}}, 'additionalProperties': False}}, {'name': 'search_repositories', 'description': 'Search for GitLab projects', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['search'], 'properties': {'page': {'type': 'number', 'description': 'Page number for pagination (default: 1)'}, 'search': {'type': 'string', 'description': 'Search query'}, 'per_page': {'type': 'number', 'description': 'Number of results per page (default: 20)'}}, 'additionalProperties': False}}, {'name': 'create_repository', 'description': 'Create a new GitLab project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Repository name'}, 'visibility': {'enum': ['private', 'internal', 'public'], 'type': 'string', 'description': 'Repository visibility level'}, 'description': {'type': 'string', 'description': 'Repository description'}, 'initialize_with_readme': {'type': 'boolean', 'description': 'Initialize with README.md'}}, 'additionalProperties': False}}, {'name': 'get_file_contents', 'description': 'Get the contents of a file or directory from a GitLab project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_id', 'file_path'], 'properties': {'ref': {'type': 'string', 'description': 'Branch/tag/commit to get contents from'}, 'file_path': {'type': 'string', 'description': 'Path to the file or directory'}, 'project_id': {'type': 'string', 'description': 'Project ID or URL-encoded path'}}, 'additionalProperties': False}}, {'name': 'push_files', 'description': 'Push multiple files to a GitLab project in a single commit', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_id', 'branch', 'files', 'commit_message'], 'properties': {'files': {'type': 'array', 'items': {'type': 'object', 'required': ['file_path', 'content'], 'properties': {'content': {'type': 'string', 'description': 'Content of the file'}, 'file_path': {'type': 'string', 'description': 'Path where to create the file'}}, 'additionalProperties': False}, 'description': 'Array of files to push'}, 'branch': {'type': 'string', 'description': 'Branch to push to'}, 'project_id': {'type': 'string', 'description': 'Project ID or URL-encoded path'}, 'commit_message': {'type': 'string', 'description': 'Commit message'}}, 'additionalProperties': False}}, {'name': 'create_issue', 'description': 'Create a new issue in a GitLab project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_id', 'title'], 'properties': {'title': {'type': 'string', 'description': 'Issue title'}, 'labels': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of label names'}, 'project_id': {'type': 'string', 'description': 'Project ID or URL-encoded path'}, 'description': {'type': 'string', 'description': 'Issue description'}, 'assignee_ids': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of user IDs to assign'}, 'milestone_id': {'type': 'number', 'description': 'Milestone ID to assign'}}, 'additionalProperties': False}}, {'name': 'create_merge_request', 'description': 'Create a new merge request in a GitLab project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_id', 'title', 'source_branch', 'target_branch'], 'properties': {'draft': {'type': 'boolean', 'description': 'Create as draft merge request'}, 'title': {'type': 'string', 'description': 'Merge request title'}, 'project_id': {'type': 'string', 'description': 'Project ID or URL-encoded path'}, 'description': {'type': 'string', 'description': 'Merge request description'}, 'source_branch': {'type': 'string', 'description': 'Branch containing changes'}, 'target_branch': {'type': 'string', 'description': 'Branch to merge into'}, 'allow_collaboration': {'type': 'boolean', 'description': 'Allow commits from upstream members'}}, 'additionalProperties': False}}, {'name': 'fork_repository', 'description': 'Fork a GitLab project to your account or specified namespace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_id'], 'properties': {'namespace': {'type': 'string', 'description': 'Namespace to fork to (full path)'}, 'project_id': {'type': 'string', 'description': 'Project ID or URL-encoded path'}}, 'additionalProperties': False}}, {'name': 'create_branch', 'description': 'Create a new branch in a GitLab project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_id', 'branch'], 'properties': {'ref': {'type': 'string', 'description': 'Source branch/commit for new branch'}, 'branch': {'type': 'string', 'description': 'Name for the new branch'}, 'project_id': {'type': 'string', 'description': 'Project ID or URL-encoded path'}}, 'additionalProperties': False}}]
@MrGNSS/claudedesktopcommander
Desktop Commander
Execute terminal commands and manage processes seamlessly. Enhance your coding workflow with powerful file editing capabilities and real-time command output streaming.
2025-03-24T03:05:46.076Z
309
https://smithery.ai/server/@MrGNSS/claudedesktopcommander
true
null
{ "scanPassed": true }
[{'name': 'execute_command', 'description': "Execute a terminal command with timeout. Command will continue running in background if it doesn't complete within timeout.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['command'], 'properties': {'command': {'type': 'string'}, 'timeout_ms': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'read_output', 'description': 'Read new output from a running terminal session.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pid'], 'properties': {'pid': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'force_terminate', 'description': 'Force terminate a running terminal session.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pid'], 'properties': {'pid': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'list_sessions', 'description': 'List all active terminal sessions.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list_processes', 'description': 'List all running processes. Returns process information including PID, command name, CPU usage, and memory usage.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'kill_process', 'description': 'Terminate a running process by PID. Use with caution as this will forcefully terminate the specified process.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pid'], 'properties': {'pid': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'block_command', 'description': 'Add a command to the blacklist. Once blocked, the command cannot be executed until unblocked.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['command'], 'properties': {'command': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'unblock_command', 'description': 'Remove a command from the blacklist. Once unblocked, the command can be executed normally.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['command'], 'properties': {'command': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'list_blocked_commands', 'description': 'List all currently blocked commands.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'read_file', 'description': 'Read the complete contents of a file from the file system. Handles various text encodings and provides detailed error messages if the file cannot be read. Only works within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'read_multiple_files', 'description': "Read the contents of multiple files simultaneously. Each file's content is returned with its path as a reference. Failed reads for individual files won't stop the entire operation. Only works within allowed directories.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['paths'], 'properties': {'paths': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'write_file', 'description': 'Completely replace file contents. Best for large changes (>20% of file) or when edit_block fails. Use with caution as it will overwrite existing files. Only works within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'content'], 'properties': {'path': {'type': 'string'}, 'content': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'create_directory', 'description': 'Create a new directory or ensure a directory exists. Can create multiple nested directories in one operation. Only works within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'list_directory', 'description': 'Get a detailed listing of all files and directories in a specified path. Results distinguish between files and directories with [FILE] and [DIR] prefixes. Only works within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'move_file', 'description': 'Move or rename files and directories. Can move files between directories and rename them in a single operation. Both source and destination must be within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['source', 'destination'], 'properties': {'source': {'type': 'string'}, 'destination': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'search_files', 'description': 'Recursively search for files and directories matching a pattern. Searches through all subdirectories from the starting path. Only searches within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'pattern'], 'properties': {'path': {'type': 'string'}, 'pattern': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get_file_info', 'description': 'Retrieve detailed metadata about a file or directory including size, creation time, last modified time, permissions, and type. Only works within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'list_allowed_directories', 'description': 'Returns the list of directories that this server is allowed to access.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'edit_block', 'description': 'Apply surgical text replacements to files. Best for small changes (<20% of file size). Multiple blocks can be used for separate changes. Will verify changes after application. Format: filepath, then <<<<<<< SEARCH, content to find, =======, new content, >>>>>>> REPLACE.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['blockContent'], 'properties': {'blockContent': {'type': 'string'}}, 'additionalProperties': False}}]
@edwinbernadus/nocodb-mcp-server
Nocodb MCP Server
Enable seamless interaction with your Nocodb database. Perform CRUD operations effortlessly using the Model Context Protocol to manage your data effectively.
2025-04-05T16:56:37.269Z
306
https://smithery.ai/server/@edwinbernadus/nocodb-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'nocodb-get-records', 'description': 'Nocodb - Get Recordshint:\n 1. Get all records from a table (limited to 10):\n retrieve_records(table_name="customers")\n \n 3. Filter records with conditions:\n retrieve_records(\n table_name="customers", \n filters="(age,gt,30)~and(status,eq,active)"\n )\n \n 4. Paginate results:\n retrieve_records(table_name="customers", limit=20, offset=40)\n \n 5. Sort results:\n retrieve_records(table_name="customers", sort="-created_at")\n \n 6. Select specific fields:\n retrieve_records(table_name="customers", fields="id,name,email")\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tableName'], 'properties': {'sort': {'type': 'string', 'description': "Example: sort=field1,-field2 will sort the records first by 'field1' in ascending order and then by 'field2' in descending order."}, 'limit': {'type': 'number'}, 'fields': {'type': 'string', 'description': "Example: fields=field1,field2 will include only 'field1' and 'field2' in the API response."}, 'offset': {'type': 'number'}, 'filters': {'type': 'string', 'description': "Example: where=(field1,eq,value1)~and(field2,eq,value2) will filter records where 'field1' is equal to 'value1' AND 'field2' is equal to 'value2'.\nYou can also use other comparison operators like 'ne' (not equal), 'gt' (greater than), 'lt' (less than), and more, to create complex filtering rules.\n \nComparison Operators\nOperation Meaning Example\neq equal (colName,eq,colValue)\nneq not equal (colName,neq,colValue)\nnot not equal (alias of neq) (colName,not,colValue)\ngt greater than (colName,gt,colValue)\nge greater or equal (colName,ge,colValue)\nlt less than (colName,lt,colValue)\nle less or equal (colName,le,colValue)\nis is (colName,is,true/false/null)\nisnot is not (colName,isnot,true/false/null)\nin in (colName,in,val1,val2,val3,val4)\nbtw between (colName,btw,val1,val2)\nnbtw not between (colName,nbtw,val1,val2)\nlike like (colName,like,%name)\nisWithin is Within (Available in Date and DateTime only) (colName,isWithin,sub_op)\nallof includes all of (colName,allof,val1,val2,...)\nanyof includes any of (colName,anyof,val1,val2,...)\nnallof does not include all of (includes none or some, but not all of) (colName,nallof,val1,val2,...)\nnanyof does not include any of (includes none of) (colName,nanyof,val1,val2,...)\n\n\nComparison Sub-Operators\nThe following sub-operators are available in Date and DateTime columns.\n\nOperation Meaning Example\ntoday today (colName,eq,today)\ntomorrow tomorrow (colName,eq,tomorrow)\nyesterday yesterday (colName,eq,yesterday)\noneWeekAgo one week ago (colName,eq,oneWeekAgo)\noneWeekFromNow one week from now (colName,eq,oneWeekFromNow)\noneMonthAgo one month ago (colName,eq,oneMonthAgo)\noneMonthFromNow one month from now (colName,eq,oneMonthFromNow)\ndaysAgo number of days ago (colName,eq,daysAgo,10)\ndaysFromNow number of days from now (colName,eq,daysFromNow,10)\nexactDate exact date (colName,eq,exactDate,2022-02-02)\n\nFor isWithin in Date and DateTime columns, the different set of sub-operators are used.\n\nOperation Meaning Example\npastWeek the past week (colName,isWithin,pastWeek)\npastMonth the past month (colName,isWithin,pastMonth)\npastYear the past year (colName,isWithin,pastYear)\nnextWeek the next week (colName,isWithin,nextWeek)\nnextMonth the next month (colName,isWithin,nextMonth)\nnextYear the next year (colName,isWithin,nextYear)\nnextNumberOfDays the next number of days (colName,isWithin,nextNumberOfDays,10)\npastNumberOfDays the past number of days (colName,isWithin,pastNumberOfDays,10)\nLogical Operators\n\nOperation Example\n~or (checkNumber,eq,JM555205)~or((amount, gt, 200)~and(amount, lt, 2000))\n~and (checkNumber,eq,JM555205)~and((amount, gt, 200)~and(amount, lt, 2000))\n~not ~not(checkNumber,eq,JM555205)\n\n\nFor date null rule\n(date,isnot,null) -> (date,notblank).\n(date,is,null) -> (date,blank).\n"}, 'tableName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'nocodb-get-list-tables', 'description': 'Nocodb - Get List Tables\nnotes: only show result from output to user\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'nocodb-post-records', 'description': 'Nocodb - Post Records', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tableName'], 'properties': {'data': {'description': 'The data to be inserted into the table. \n[WARNING] The structure of this object should match the columns of the table.\nexample:\nconst response = await postRecords("Shinobi", {\n Title: "sasuke"\n})'}, 'tableName': {'type': 'string', 'description': 'table name'}}, 'additionalProperties': False}}, {'name': 'nocodb-post-records-bulk', 'description': 'Nocodb - Post Records Multiple Records', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tableName', 'uploadItems'], 'properties': {'tableName': {'type': 'string', 'description': 'table name'}, 'uploadItems': {'type': 'array', 'items': {'type': 'object', 'properties': {'data': {'description': 'The data to be inserted into the table. \n[WARNING] The structure of this object should match the columns of the table.\nexample:\nconst response = await postRecords("Shinobi", {\n Title: "sasuke"\n})'}}, 'additionalProperties': False}, 'description': 'array of data to be inserted into the table'}}, 'additionalProperties': False}}, {'name': 'nocodb-patch-records', 'description': 'Nocodb - Patch Records', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tableName', 'rowId'], 'properties': {'data': {'description': 'The data to be updated in the table.\n[WARNING] The structure of this object should match the columns of the table.\nexample:\nconst response = await patchRecords("Shinobi", 2, {\n Title: "sasuke-updated"\n})'}, 'rowId': {'type': 'number'}, 'tableName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'nocodb-delete-records', 'description': 'Nocodb - Delete Records', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tableName', 'rowId'], 'properties': {'rowId': {'type': 'number'}, 'tableName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'nocodb-delete-records-bulk', 'description': 'Nocodb - Delete Records Multiple Records', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tableName', 'deleteRowsId'], 'properties': {'tableName': {'type': 'string', 'description': 'table name'}, 'deleteRowsId': {'type': 'array', 'items': {'type': 'object', 'required': ['rowId'], 'properties': {'rowId': {'type': 'number'}}, 'additionalProperties': False}, 'description': 'array of data to be deleted from the table'}}, 'additionalProperties': False}}, {'name': 'nocodb-get-table-metadata', 'description': 'Nocodb - Get Table Metadata', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tableName'], 'properties': {'tableName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'nocodb-alter-table-add-column', 'description': 'Nocodb - Alter Table Add Column', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tableName', 'columnName', 'columnType'], 'properties': {'tableName': {'type': 'string'}, 'columnName': {'type': 'string'}, 'columnType': {'type': 'string', 'description': 'SingleLineText, Number, Decimals, DateTime, Checkbox'}}, 'additionalProperties': False}}, {'name': 'nocodb-alter-table-remove-column', 'description': 'Nocodb - Alter Table Remove Column get columnId from getTableMetadata notes: remove column by columnId example: c7uo2ruwc053a3a [WARNING] this action is irreversible [RECOMMENDATION] give warning to user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['columnId'], 'properties': {'columnId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'nocodb-create-table', 'description': 'Nocodb - Create Table', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tableName', 'data'], 'properties': {'data': {'type': 'array', 'items': {'type': 'object', 'required': ['title', 'uidt'], 'properties': {'uidt': {'enum': ['SingleLineText', 'Number', 'Checkbox', 'DateTime'], 'type': 'string', 'description': 'SingleLineText, Number, Checkbox, DateTime'}, 'title': {'type': 'string'}}, 'description': 'The data to be inserted into the table.\n[WARNING] The structure of this object should match the columns of the table.\nexample:\nconst response = await createTable("Shinobi", [\n {\n title: "Name",\n uidt: "SingleLineText"\n },\n {\n title: "Age",\n uidt: "Number"\n },\n {\n title: "isHokage",\n uidt: "Checkbox"\n },\n {\n title: "Birthday",\n uidt: "DateTime"\n }\n ]\n)', 'additionalProperties': False}}, 'tableName': {'type': 'string'}}, 'additionalProperties': False}}]
@BearNetwork-BRNKC/SketchUp-MCP
Sketchup Integration
Connect Sketchup to Claude AI for enhanced 3D modeling and scene manipulation. Utilize prompts to create, modify, and control components directly within Sketchup, enabling advanced operations through Ruby code execution.
2025-03-22T00:01:02.003Z
305
https://smithery.ai/server/@BearNetwork-BRNKC/SketchUp-MCP
true
null
{ "scanPassed": true }
[{'name': 'create_component', 'description': 'Create a new component in Sketchup', 'inputSchema': {'type': 'object', 'title': 'create_componentArguments', 'properties': {'type': {'type': 'string', 'title': 'Type', 'default': 'cube'}, 'position': {'type': 'array', 'items': {'type': 'number'}, 'title': 'Position', 'default': None}, 'dimensions': {'type': 'array', 'items': {'type': 'number'}, 'title': 'Dimensions', 'default': None}}}}, {'name': 'delete_component', 'description': 'Delete a component by ID', 'inputSchema': {'type': 'object', 'title': 'delete_componentArguments', 'required': ['id'], 'properties': {'id': {'type': 'string', 'title': 'Id'}}}}, {'name': 'transform_component', 'description': "Transform a component's position, rotation, or scale", 'inputSchema': {'type': 'object', 'title': 'transform_componentArguments', 'required': ['id'], 'properties': {'id': {'type': 'string', 'title': 'Id'}, 'scale': {'type': 'array', 'items': {'type': 'number'}, 'title': 'Scale', 'default': None}, 'position': {'type': 'array', 'items': {'type': 'number'}, 'title': 'Position', 'default': None}, 'rotation': {'type': 'array', 'items': {'type': 'number'}, 'title': 'Rotation', 'default': None}}}}, {'name': 'get_selection', 'description': 'Get currently selected components', 'inputSchema': {'type': 'object', 'title': 'get_selectionArguments', 'properties': {}}}, {'name': 'set_material', 'description': 'Set material for a component', 'inputSchema': {'type': 'object', 'title': 'set_materialArguments', 'required': ['id', 'material'], 'properties': {'id': {'type': 'string', 'title': 'Id'}, 'material': {'type': 'string', 'title': 'Material'}}}}, {'name': 'export_scene', 'description': 'Export the current scene', 'inputSchema': {'type': 'object', 'title': 'export_sceneArguments', 'properties': {'format': {'type': 'string', 'title': 'Format', 'default': 'skp'}}}}, {'name': 'create_mortise_tenon', 'description': 'Create a mortise and tenon joint between two components', 'inputSchema': {'type': 'object', 'title': 'create_mortise_tenonArguments', 'required': ['mortise_id', 'tenon_id'], 'properties': {'depth': {'type': 'number', 'title': 'Depth', 'default': 1}, 'width': {'type': 'number', 'title': 'Width', 'default': 1}, 'height': {'type': 'number', 'title': 'Height', 'default': 1}, 'offset_x': {'type': 'number', 'title': 'Offset X', 'default': 0}, 'offset_y': {'type': 'number', 'title': 'Offset Y', 'default': 0}, 'offset_z': {'type': 'number', 'title': 'Offset Z', 'default': 0}, 'tenon_id': {'type': 'string', 'title': 'Tenon Id'}, 'mortise_id': {'type': 'string', 'title': 'Mortise Id'}}}}, {'name': 'create_dovetail', 'description': 'Create a dovetail joint between two components', 'inputSchema': {'type': 'object', 'title': 'create_dovetailArguments', 'required': ['tail_id', 'pin_id'], 'properties': {'angle': {'type': 'number', 'title': 'Angle', 'default': 15}, 'depth': {'type': 'number', 'title': 'Depth', 'default': 1}, 'width': {'type': 'number', 'title': 'Width', 'default': 1}, 'height': {'type': 'number', 'title': 'Height', 'default': 1}, 'pin_id': {'type': 'string', 'title': 'Pin Id'}, 'tail_id': {'type': 'string', 'title': 'Tail Id'}, 'offset_x': {'type': 'number', 'title': 'Offset X', 'default': 0}, 'offset_y': {'type': 'number', 'title': 'Offset Y', 'default': 0}, 'offset_z': {'type': 'number', 'title': 'Offset Z', 'default': 0}, 'num_tails': {'type': 'integer', 'title': 'Num Tails', 'default': 3}}}}, {'name': 'create_finger_joint', 'description': 'Create a finger joint (box joint) between two components', 'inputSchema': {'type': 'object', 'title': 'create_finger_jointArguments', 'required': ['board1_id', 'board2_id'], 'properties': {'depth': {'type': 'number', 'title': 'Depth', 'default': 1}, 'width': {'type': 'number', 'title': 'Width', 'default': 1}, 'height': {'type': 'number', 'title': 'Height', 'default': 1}, 'offset_x': {'type': 'number', 'title': 'Offset X', 'default': 0}, 'offset_y': {'type': 'number', 'title': 'Offset Y', 'default': 0}, 'offset_z': {'type': 'number', 'title': 'Offset Z', 'default': 0}, 'board1_id': {'type': 'string', 'title': 'Board1 Id'}, 'board2_id': {'type': 'string', 'title': 'Board2 Id'}, 'num_fingers': {'type': 'integer', 'title': 'Num Fingers', 'default': 5}}}}, {'name': 'eval_ruby', 'description': 'Evaluate arbitrary Ruby code in Sketchup', 'inputSchema': {'type': 'object', 'title': 'eval_rubyArguments', 'required': ['code'], 'properties': {'code': {'type': 'string', 'title': 'Code'}}}}]
@leescot/pubmed-mcp-smithery
PubMed Enhanced Search Server
Search and retrieve academic papers from the PubMed database with enhanced tools. Utilize features like MeSH term lookup, publication statistics, and structured PICO-based evidence searches to streamline your research process.
2025-03-22T05:18:33.058Z
303
https://smithery.ai/server/@leescot/pubmed-mcp-smithery
true
null
{ "scanPassed": true }
[{'name': 'search_pubmed', 'description': '\n Search the PubMed database using specified keywords and optional journal name.\n \n This function allows users to search the PubMed database by providing keywords\n and an optional journal name. It returns a specified number of\n results in a formatted dictionary.\n \n Parameters:\n - keywords (List[str]): Keywords to search for in PubMed without field restrictions.\n - journal (Optional[str]): Journal name to limit the search to a specific journal.\n - num_results (int): Maximum number of results to return. Default is 10.\n - sort_by (str): Sort order for results. Options: "relevance" (default), "date_desc" (newest first), "date_asc" (oldest first).\n \n Returns:\n - Dict[str, Any]: A dictionary containing the success status, a list of results with PubMed IDs,\n links, abstracts, and the total number of results found.\n ', 'inputSchema': {'type': 'object', 'title': 'search_pubmedArguments', 'properties': {'journal': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Journal', 'default': None}, 'sort_by': {'type': 'string', 'title': 'Sort By', 'default': 'relevance'}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Keywords', 'default': []}, 'num_results': {'type': 'integer', 'title': 'Num Results', 'default': 10}}}}, {'name': 'get_mesh_terms', 'description': '\n Get MeSH (Medical Subject Headings) terms related to a search word.\n \n This function queries the PubMed MeSH database to find relevant medical terminology\n that matches the provided search term. Useful for finding standardized medical terms.\n \n Parameters:\n - search_word (str): The word or phrase to search for in the MeSH database.\n \n Returns:\n - Dict[str, Any]: A dictionary containing success status and a list of MeSH terms.\n ', 'inputSchema': {'type': 'object', 'title': 'get_mesh_termsArguments', 'required': ['search_word'], 'properties': {'search_word': {'type': 'string', 'title': 'Search Word'}}}}, {'name': 'get_pubmed_count', 'description': '\n Get the number of PubMed results for multiple search terms.\n \n This function queries PubMed and returns the count of results for each provided search term.\n Useful for comparing the prevalence of different medical terms or concepts in the literature.\n \n Parameters:\n - search_terms (List[str]): List of search terms to query in PubMed.\n \n Returns:\n - Dict[str, Any]: A dictionary containing success status and counts for each search term.\n ', 'inputSchema': {'type': 'object', 'title': 'get_pubmed_countArguments', 'required': ['search_terms'], 'properties': {'search_terms': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Search Terms'}}}}, {'name': 'format_paper_details', 'description': '\n Fetch and format details of multiple PubMed articles.\n \n This function retrieves details for a list of PubMed IDs and formats them\n into a list of dictionaries containing article information.\n \n Parameters:\n - pubmed_ids (List[str]): A list of PubMed IDs to fetch details for.\n \n Returns:\n - List[Dict[str, Any]]: A list of dictionaries, each containing details of a PubMed article.\n ', 'inputSchema': {'type': 'object', 'title': 'format_paper_detailsArguments', 'required': ['pubmed_ids'], 'properties': {'pubmed_ids': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Pubmed Ids'}}}}, {'name': 'pico_search', 'description': '\n Perform PICO (Population, Intervention, Comparison, Outcome) based PubMed search with synonyms.\n \n This function takes lists of terms for each PICO element, combines them with OR within each element,\n and then performs various AND combinations between elements. Returns search queries and result counts.\n \n Parameters:\n - p_terms (List[str]): Population terms/synonyms (at least 2 recommended)\n - i_terms (List[str]): Intervention terms/synonyms (at least 2 recommended)\n - c_terms (List[str]): Comparison terms/synonyms (optional, at least 2 recommended if provided)\n - o_terms (List[str]): Outcome terms/synonyms (optional, at least 2 recommended if provided)\n \n Returns:\n - Dict[str, Any]: A dictionary containing individual element searches and combination searches with queries and result counts\n ', 'inputSchema': {'type': 'object', 'title': 'pico_searchArguments', 'properties': {'c_terms': {'type': 'array', 'items': {'type': 'string'}, 'title': 'C Terms', 'default': []}, 'i_terms': {'type': 'array', 'items': {'type': 'string'}, 'title': 'I Terms', 'default': []}, 'o_terms': {'type': 'array', 'items': {'type': 'string'}, 'title': 'O Terms', 'default': []}, 'p_terms': {'type': 'array', 'items': {'type': 'string'}, 'title': 'P Terms', 'default': []}}}}]
@goswamig/fetch-mcp
Fetch Server
Fetch web content in various formats like HTML, JSON, plain text, and Markdown. Easily retrieve and transform online data with custom headers for your applications. Streamline your content fetching process with a simple and efficient server setup.
2025-03-15T18:56:31.671Z
297
https://smithery.ai/server/@goswamig/fetch-mcp
true
null
{ "scanPassed": true }
[{'name': 'fetch_html', 'description': 'Fetch a website and return the content as HTML', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL of the website to fetch'}, 'headers': {'type': 'object', 'description': 'Optional headers to include in the request'}}}}, {'name': 'fetch_markdown', 'description': 'Fetch a website and return the content as Markdown', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL of the website to fetch'}, 'headers': {'type': 'object', 'description': 'Optional headers to include in the request'}}}}, {'name': 'fetch_txt', 'description': 'Fetch a website, return the content as plain text (no HTML)', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL of the website to fetch'}, 'headers': {'type': 'object', 'description': 'Optional headers to include in the request'}}}}, {'name': 'fetch_json', 'description': 'Fetch a JSON file from a URL', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL of the JSON to fetch'}, 'headers': {'type': 'object', 'description': 'Optional headers to include in the request'}}}}]
@tuskermanshu/swagger-mcp-server
Swagger MCP Server
Parse Swagger/OpenAPI documents and generate TypeScript types and API client code. Integrate seamlessly with large language models to enhance your API development workflow.
2025-03-20T05:13:14.179Z
314
https://smithery.ai/server/@tuskermanshu/swagger-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'parse-swagger', 'description': 'Parse Swagger/OpenAPI document and return API operation information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'Swagger/OpenAPI document URL'}, 'headers': {'type': 'object', 'description': 'Request headers', 'additionalProperties': {'type': 'string'}}, 'includeDetails': {'type': 'boolean', 'description': 'Whether to include all details like request bodies, responses, etc.'}, 'includeSchemas': {'type': 'boolean', 'description': 'Whether to include schema definitions'}}, 'additionalProperties': False}}, {'name': 'parse-swagger-optimized', 'description': 'Parse Swagger/OpenAPI document using optimized parser with caching and large document support.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'Swagger/OpenAPI document URL'}, 'headers': {'type': 'object', 'description': 'Request headers', 'additionalProperties': {'type': 'string'}}, 'useCache': {'type': 'boolean', 'description': 'Whether to use cache'}, 'filterTag': {'type': 'string', 'description': 'Filter operations by tag'}, 'pathPrefix': {'type': 'string', 'description': 'Filter operations by path prefix'}, 'lazyLoading': {'type': 'boolean', 'description': 'Whether to use lazy loading for schema parsing'}, 'includeDetails': {'type': 'boolean', 'description': 'Whether to include all details like request bodies, responses, etc.'}, 'includeSchemas': {'type': 'boolean', 'description': 'Whether to include schema definitions'}, 'skipValidation': {'type': 'boolean', 'description': 'Whether to skip validation, used for handling non-fully compliant API documents'}, 'cacheTTLMinutes': {'type': 'number', 'description': 'Cache TTL in minutes'}}, 'additionalProperties': False}}, {'name': 'parse-swagger-lite', 'description': 'Lightweight parsing of Swagger/OpenAPI document, faster but returns only basic information (suitable for large documents).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'Swagger/OpenAPI document URL'}, 'headers': {'type': 'object', 'description': 'Request headers', 'additionalProperties': {'type': 'string'}}, 'useCache': {'type': 'boolean', 'description': 'Whether to use cache'}, 'filterTag': {'type': 'string', 'description': 'Filter operations by tag'}, 'pathPrefix': {'type': 'string', 'description': 'Filter operations by path prefix'}, 'lazyLoading': {'type': 'boolean', 'description': 'Whether to use lazy loading for schema parsing'}, 'includeDetails': {'type': 'boolean', 'description': 'Whether to include all details like request bodies, responses, etc.'}, 'includeSchemas': {'type': 'boolean', 'description': 'Whether to include schema definitions'}, 'skipValidation': {'type': 'boolean', 'description': 'Whether to skip validation, used for handling non-fully compliant API documents'}, 'cacheTTLMinutes': {'type': 'number', 'description': 'Cache TTL in minutes'}}, 'additionalProperties': False}}, {'name': 'generate-typescript-types', 'description': 'Generate TypeScript type definitions from Swagger/OpenAPI document.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['swaggerUrl'], 'properties': {'headers': {'type': 'object', 'description': 'Request headers', 'additionalProperties': {'type': 'string'}}, 'useCache': {'type': 'boolean', 'description': 'Whether to use cache'}, 'namespace': {'type': 'string', 'description': 'Namespace name'}, 'outputDir': {'type': 'string', 'description': 'Output directory'}, 'overwrite': {'type': 'boolean', 'description': 'Whether to overwrite existing files'}, 'filePrefix': {'type': 'string', 'description': 'File prefix'}, 'fileSuffix': {'type': 'string', 'description': 'File suffix'}, 'swaggerUrl': {'type': 'string', 'description': 'Swagger/OpenAPI document URL'}, 'lazyLoading': {'type': 'boolean', 'description': 'Whether to use lazy loading'}, 'strictTypes': {'type': 'boolean', 'description': 'Whether to use strict types'}, 'useNamespace': {'type': 'boolean', 'description': 'Whether to use namespace for wrapping types'}, 'generateEnums': {'type': 'boolean', 'description': 'Whether to generate enum types'}, 'generateIndex': {'type': 'boolean', 'description': 'Whether to generate an index file'}, 'excludeSchemas': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of schema names to exclude'}, 'includeSchemas': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of schema names to include'}, 'skipValidation': {'type': 'boolean', 'description': 'Whether to skip validation'}, 'cacheTTLMinutes': {'type': 'number', 'description': 'Cache TTL in minutes'}}, 'additionalProperties': False}}, {'name': 'generate-typescript-types-optimized', 'description': 'Generate TypeScript type definitions from Swagger/OpenAPI document with optimized options for caching and large document support.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['swaggerUrl'], 'properties': {'headers': {'type': 'object', 'description': 'Request headers', 'additionalProperties': {'type': 'string'}}, 'useCache': {'type': 'boolean', 'description': 'Whether to use cache'}, 'namespace': {'type': 'string', 'description': 'Namespace name'}, 'outputDir': {'type': 'string', 'description': 'Output directory'}, 'overwrite': {'type': 'boolean', 'description': 'Whether to overwrite existing files'}, 'filePrefix': {'type': 'string', 'description': 'File prefix'}, 'fileSuffix': {'type': 'string', 'description': 'File suffix'}, 'swaggerUrl': {'type': 'string', 'description': 'Swagger/OpenAPI document URL'}, 'lazyLoading': {'type': 'boolean', 'description': 'Whether to use lazy loading'}, 'strictTypes': {'type': 'boolean', 'description': 'Whether to use strict types'}, 'useNamespace': {'type': 'boolean', 'description': 'Whether to use namespace for wrapping types'}, 'generateEnums': {'type': 'boolean', 'description': 'Whether to generate enum types'}, 'generateIndex': {'type': 'boolean', 'description': 'Whether to generate an index file'}, 'excludeSchemas': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of schema names to exclude'}, 'includeSchemas': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of schema names to include'}, 'skipValidation': {'type': 'boolean', 'description': 'Whether to skip validation'}, 'cacheTTLMinutes': {'type': 'number', 'description': 'Cache TTL in minutes'}}, 'additionalProperties': False}}, {'name': 'generate-api-client', 'description': 'Generate API client code from Swagger/OpenAPI document.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['swaggerUrl'], 'properties': {'groupBy': {'enum': ['tag', 'path', 'none'], 'type': 'string', 'description': 'Grouping method'}, 'headers': {'type': 'object', 'description': 'Request headers', 'additionalProperties': {'type': 'string'}}, 'outputDir': {'type': 'string', 'description': 'Output directory'}, 'overwrite': {'type': 'boolean', 'description': 'Whether to overwrite existing files'}, 'clientType': {'enum': ['axios', 'fetch', 'react-query'], 'type': 'string', 'description': 'API client technology stack'}, 'filePrefix': {'type': 'string', 'description': 'File prefix'}, 'fileSuffix': {'type': 'string', 'description': 'File suffix'}, 'swaggerUrl': {'type': 'string', 'description': 'Swagger/OpenAPI document URL'}, 'excludeTags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Exclude tags filter'}, 'includeTags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Include tags filter'}, 'typesImportPath': {'type': 'string', 'description': 'Types import path'}, 'generateTypeImports': {'type': 'boolean', 'description': 'Whether to generate type imports'}}, 'additionalProperties': False}}, {'name': 'generate-api-client-optimized', 'description': 'Generate API client code from Swagger/OpenAPI document (optimized version with caching and large document support).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['swaggerUrl'], 'properties': {'groupBy': {'enum': ['tag', 'path', 'none'], 'type': 'string', 'description': 'Grouping method'}, 'headers': {'type': 'object', 'description': 'Request headers', 'additionalProperties': {'type': 'string'}}, 'useCache': {'type': 'boolean', 'description': 'Whether to use cache'}, 'outputDir': {'type': 'string', 'description': 'Output directory'}, 'overwrite': {'type': 'boolean', 'description': 'Whether to overwrite existing files'}, 'clientType': {'enum': ['axios', 'fetch', 'react-query'], 'type': 'string', 'description': 'API client technology stack'}, 'filePrefix': {'type': 'string', 'description': 'File prefix'}, 'fileSuffix': {'type': 'string', 'description': 'File suffix'}, 'swaggerUrl': {'type': 'string', 'description': 'Swagger/OpenAPI document URL'}, 'excludeTags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Exclude tags filter'}, 'includeTags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Include tags filter'}, 'lazyLoading': {'type': 'boolean', 'description': 'Whether to use lazy loading'}, 'skipValidation': {'type': 'boolean', 'description': 'Whether to skip validation'}, 'cacheTTLMinutes': {'type': 'number', 'description': 'Cache TTL in minutes'}, 'typesImportPath': {'type': 'string', 'description': 'Types import path'}, 'generateTypeImports': {'type': 'boolean', 'description': 'Whether to generate type imports'}}, 'additionalProperties': False}}, {'name': 'file_writer', 'description': 'Write content to the specified file path, with support for automatic directory creation', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath', 'content'], 'properties': {'append': {'type': 'boolean', 'default': False, 'description': 'Whether to append to an existing file instead of overwriting it'}, 'content': {'type': 'string', 'description': 'Content to be written to the file'}, 'encoding': {'type': 'string', 'default': 'utf8', 'description': 'File encoding'}, 'filePath': {'type': 'string', 'minLength': 1, 'description': 'Complete path of the file'}, 'createDirs': {'type': 'boolean', 'default': True, 'description': 'Whether to automatically create parent directories if they do not exist'}}, 'additionalProperties': False}}, {'name': 'template-list', 'description': 'Get available code generation template list', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'type': {'enum': ['all', 'api-client', 'typescript-types', 'config-file'], 'type': 'string', 'description': 'Template type filter'}, 'framework': {'enum': ['axios', 'fetch', 'react-query', 'swr', 'angular', 'vue'], 'type': 'string', 'description': 'Framework type filter (only for API client and config file templates)'}, 'includeContent': {'type': 'boolean', 'description': 'Whether to include template content'}}, 'additionalProperties': False}}, {'name': 'template-get', 'description': 'Get specific template content', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Template ID'}}, 'additionalProperties': False}}, {'name': 'template-save', 'description': 'Save or update template', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'name', 'type', 'content'], 'properties': {'id': {'type': 'string', 'description': 'Template ID'}, 'name': {'type': 'string', 'description': 'Template name'}, 'type': {'enum': ['api-client', 'typescript-types', 'config-file'], 'type': 'string', 'description': 'Template type'}, 'content': {'type': 'string', 'description': 'Template content'}, 'framework': {'enum': ['axios', 'fetch', 'react-query', 'swr', 'angular', 'vue'], 'type': 'string', 'description': 'Framework type (only for API client and config file templates)'}, 'description': {'type': 'string', 'description': 'Template description'}}, 'additionalProperties': False}}, {'name': 'template-delete', 'description': 'Delete custom template', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Template ID'}}, 'additionalProperties': False}}]
@MrCare/mcp_tool
Weather MCP Tool
Check global weather effortlessly with a single sentence. Enjoy seamless integration with the Cursor editor, allowing for natural language queries in both Chinese and English. Get accurate weather forecasts for major cities worldwide with minimal setup.
2025-03-21T08:05:56.832Z
330
https://smithery.ai/server/@MrCare/mcp_tool
true
null
{ "scanPassed": true }
[{'name': 'get_weather', 'description': '\n Get weather information for a specified city\n \n Args:\n city: City name (supports Chinese or English, e.g., Suzhou, suzhou)\n units: Temperature unit (metric: Celsius, imperial: Fahrenheit)\n lang: Response language (zh_cn: Chinese, en: English)\n \n Returns:\n WeatherData: Object containing weather information\n\n 获取指定城市的天气信息\n \n Args:\n city: 城市名称(支持中文或英文,如:苏州、suzhou)\n units: 温度单位 (metric: 摄氏度, imperial: 华氏度)\n lang: 返回语言 (zh_cn: 中文, en: 英文)\n \n Returns:\n WeatherData: 包含天气信息的对象\n ', 'inputSchema': {'type': 'object', 'title': 'get_weatherArguments', 'required': ['city'], 'properties': {'city': {'type': 'string', 'title': 'City'}, 'lang': {'type': 'string', 'title': 'Lang', 'default': 'zh_cn'}, 'units': {'type': 'string', 'title': 'Units', 'default': 'metric'}}}}, {'name': 'get_weather_forecast', 'description': '\n Get weather forecast information for a specified city\n \n Args:\n city: City name (supports Chinese or English, e.g., Suzhou, suzhou)\n days: Number of forecast days (up to 5 days)\n units: Temperature unit (metric: Celsius, imperial: Fahrenheit)\n lang: Response language (zh_cn: Chinese, en: English)\n \n Returns:\n dict: Dictionary containing weather forecast information\n\n 获取指定城市的天气预报信息\n \n Args:\n city: 城市名称(支持中文或英文,如:苏州、suzhou)\n days: 预报天数(最多5天)\n units: 温度单位 (metric: 摄氏度, imperial: 华氏度)\n lang: 返回语言 (zh_cn: 中文, en: 英文)\n \n Returns:\n dict: 包含天气预报信息的字典\n ', 'inputSchema': {'type': 'object', 'title': 'get_weather_forecastArguments', 'required': ['city'], 'properties': {'city': {'type': 'string', 'title': 'City'}, 'days': {'type': 'integer', 'title': 'Days', 'default': 5}, 'lang': {'type': 'string', 'title': 'Lang', 'default': 'zh_cn'}, 'units': {'type': 'string', 'title': 'Units', 'default': 'metric'}}}}]
@brianellin/bsky-mcp-server
Bluesky MCP Server
Connect to Bluesky and interact with the ATProtocol using natural language. Fetch, analyze, and post content seamlessly within your LLM applications. Enhance your experience by leveraging Bluesky's features directly in your context window.
2025-04-02T00:01:02.941Z
286
https://smithery.ai/server/@brianellin/bsky-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'get-timeline-posts', 'description': 'Fetch your home timeline from Bluesky, which includes posts from all of the people you follow in reverse chronological order', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'default': 50, 'maximum': 100, 'minimum': 1, 'description': 'Number of posts to fetch (1-100)'}}, 'additionalProperties': False}}, {'name': 'create-post', 'description': 'Create a new post on Bluesky', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['text'], 'properties': {'text': {'type': 'string', 'maxLength': 300, 'description': 'The content of your post'}, 'replyTo': {'type': 'string', 'description': 'Optional URI of post to reply to'}}, 'additionalProperties': False}}, {'name': 'get-profile', 'description': "Get a user's profile from Bluesky", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['handle'], 'properties': {'handle': {'type': 'string', 'description': 'The handle of the user (e.g., alice.bsky.social)'}}, 'additionalProperties': False}}, {'name': 'search-posts', 'description': 'Search for posts on Bluesky', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'sort': {'enum': ['top', 'latest'], 'type': 'string', 'default': 'top', 'description': "Sort order for search results - 'top' for most relevant or 'latest' for most recent"}, 'limit': {'type': 'number', 'default': 50, 'maximum': 100, 'minimum': 1, 'description': 'Number of results to fetch (1-100)'}, 'query': {'type': 'string', 'description': 'Search query'}}, 'additionalProperties': False}}, {'name': 'search-people', 'description': 'Search for users/actors on Bluesky', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'limit': {'type': 'number', 'default': 20, 'maximum': 100, 'minimum': 1, 'description': 'Number of results to fetch (1-100)'}, 'query': {'type': 'string', 'description': 'Search query for finding users'}}, 'additionalProperties': False}}, {'name': 'search-feeds', 'description': 'Search for custom feeds on Bluesky', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'limit': {'type': 'number', 'default': 10, 'maximum': 100, 'minimum': 1, 'description': 'Number of results to fetch (1-100)'}, 'query': {'type': 'string', 'description': 'Search query for finding feeds'}}, 'additionalProperties': False}}, {'name': 'get-liked-posts', 'description': 'Get a list of posts that the authenticated user has liked', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'default': 50, 'maximum': 100, 'minimum': 1, 'description': 'Maximum number of liked posts to fetch (1-100)'}}, 'additionalProperties': False}}, {'name': 'get-trends', 'description': 'Get current trending topics on Bluesky', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'default': 10, 'maximum': 50, 'minimum': 1, 'description': 'Number of trending topics to fetch (1-50)'}, 'includeSuggested': {'type': 'boolean', 'default': False, 'description': 'Whether to include suggested topics in addition to trending topics'}}, 'additionalProperties': False}}, {'name': 'like-post', 'description': 'Like a post on Bluesky', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['uri'], 'properties': {'uri': {'type': 'string', 'description': 'The URI of the post to like'}}, 'additionalProperties': False}}, {'name': 'follow-user', 'description': 'Follow a user on Bluesky', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['handle'], 'properties': {'handle': {'type': 'string', 'description': 'The handle of the user to follow'}}, 'additionalProperties': False}}, {'name': 'get-pinned-feeds', 'description': "Get the authenticated user's pinned feeds and lists.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-feed-posts', 'description': 'Fetch posts from a specified feed', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['feed'], 'properties': {'feed': {'type': 'string', 'description': 'The URI of the feed to fetch posts from (e.g., at://did:plc:abcdef/app.bsky.feed.generator/whats-hot)'}, 'limit': {'type': 'number', 'default': 50, 'maximum': 100, 'minimum': 1, 'description': 'Number of posts to fetch (1-100)'}}, 'additionalProperties': False}}, {'name': 'get-list-posts', 'description': 'Fetch posts from users in a specified list', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['list'], 'properties': {'list': {'type': 'string', 'description': 'The URI of the list (e.g., at://did:plc:abcdef/app.bsky.graph.list/listname)'}, 'limit': {'type': 'number', 'default': 50, 'maximum': 100, 'minimum': 1, 'description': 'Number of posts to fetch (1-100)'}}, 'additionalProperties': False}}, {'name': 'get-user-posts', 'description': 'Fetch posts from a specific user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['user'], 'properties': {'user': {'type': 'string', 'description': 'The handle or DID of the user (e.g., alice.bsky.social)'}, 'limit': {'type': 'number', 'default': 50, 'maximum': 100, 'minimum': 1, 'description': 'Number of posts to fetch (1-100)'}}, 'additionalProperties': False}}, {'name': 'get-follows', 'description': 'Get a list of users that a person follows', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['user'], 'properties': {'user': {'type': 'string', 'description': 'The handle or DID of the user (e.g., alice.bsky.social)'}, 'limit': {'type': 'number', 'default': 500, 'maximum': 500, 'minimum': 1, 'description': 'Maximum number of follows to fetch (1-500)'}}, 'additionalProperties': False}}, {'name': 'get-post-likes', 'description': 'Get information about users who have liked a specific post', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['uri'], 'properties': {'uri': {'type': 'string', 'description': 'The URI of the post to get likes for (e.g., at://did:plc:abcdef/app.bsky.feed.post/123)'}, 'limit': {'type': 'number', 'default': 100, 'maximum': 100, 'minimum': 1, 'description': 'Maximum number of likes to fetch (1-100)'}}, 'additionalProperties': False}}, {'name': 'list-resources', 'description': 'List all available MCP resources with their descriptions', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@luminati-io/brightdata-mcp
Bright Data
Web Data Access & Web Scraping Solution: Enable your agents to seamlessly access and reference public web data without captcha challenges. Perform comprehensive web searches, extract structured data, retrieve market information, weather forecasts, and more through ethical web scraping techniques. Empower decision-making with real-time information from across the internet. Integrates easily with MCP clients like Claude Desktop and others using a simple setup.
2025-04-16T16:00:52.595Z
278
https://smithery.ai/server/@luminati-io/brightdata-mcp
true
null
{ "scanPassed": true }
[{'name': 'search_engine', 'description': 'Scrape search results from Google, Bing or Yandex. Returns SERP results in markdown (URL, title, description)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string'}, 'engine': {'enum': ['google', 'bing', 'yandex'], 'type': 'string', 'default': 'google'}}, 'additionalProperties': False}}, {'name': 'scrape_as_markdown', 'description': 'Scrape a single webpage URL with advanced options for content extraction and get back the results in MarkDown language. This tool can unlock any webpage even if it uses bot detection or CAPTCHA.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'format': 'uri'}}, 'additionalProperties': False}}, {'name': 'scrape_as_html', 'description': 'Scrape a single webpage URL with advanced options for content extraction and get back the results in HTML. This tool can unlock any webpage even if it uses bot detection or CAPTCHA.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'format': 'uri'}}, 'additionalProperties': False}}, {'name': 'session_stats', 'description': 'Tell the user about the tool usage during this session', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'web_data_amazon_product', 'description': 'Quickly read structured amazon product data.\nRequires a valid product URL with /dp/ in it.\nThis can be a cache lookup, so it can be more reliable than scraping', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'format': 'uri'}}, 'additionalProperties': False}}, {'name': 'web_data_amazon_product_reviews', 'description': 'Quickly read structured amazon product review data.\nRequires a valid product URL with /dp/ in it.\nThis can be a cache lookup, so it can be more reliable than scraping', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'format': 'uri'}}, 'additionalProperties': False}}, {'name': 'web_data_linkedin_person_profile', 'description': 'Quickly read structured linkedin people profile data.\nThis can be a cache lookup, so it can be more reliable than scraping', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'format': 'uri'}}, 'additionalProperties': False}}, {'name': 'web_data_linkedin_company_profile', 'description': 'Quickly read structured linkedin company profile data\nThis can be a cache lookup, so it can be more reliable than scraping', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'format': 'uri'}}, 'additionalProperties': False}}, {'name': 'scraping_browser_navigate', 'description': 'Navigate a scraping browser session to a new URL', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'The URL to navigate to'}}, 'additionalProperties': False}}, {'name': 'scraping_browser_go_back', 'description': 'Go back to the previous page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'scraping_browser_go_forward', 'description': 'Go forward to the next page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'scraping_browser_links', 'description': "Get all links on the current page, text and selectors\nIt's strongly recommended that you call the links tool to check that your click target is valid", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'scraping_browser_click', 'description': 'Click on an element.\nAvoid calling this unless you know the element selector (you can use other tools to find those)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['selector'], 'properties': {'selector': {'type': 'string', 'description': 'CSS selector for the element to click'}}, 'additionalProperties': False}}, {'name': 'scraping_browser_type', 'description': 'Type text into an element', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['selector', 'text'], 'properties': {'text': {'type': 'string', 'description': 'Text to type'}, 'submit': {'type': 'boolean', 'description': 'Whether to submit the form after typing (press Enter)'}, 'selector': {'type': 'string', 'description': 'CSS selector for the element to type into'}}, 'additionalProperties': False}}, {'name': 'scraping_browser_wait_for', 'description': 'Wait for an element to be visible on the page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['selector'], 'properties': {'timeout': {'type': 'number', 'description': 'Maximum time to wait in milliseconds (default: 30000)'}, 'selector': {'type': 'string', 'description': 'CSS selector to wait for'}}, 'additionalProperties': False}}, {'name': 'scraping_browser_screenshot', 'description': 'Take a screenshot of the current page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'full_page': {'type': 'boolean', 'description': "Whether to screenshot the full page (default: false)\nYou should avoid fullscreen if it's not important, since the images can be quite large"}}, 'additionalProperties': False}}, {'name': 'scraping_browser_get_text', 'description': 'Get the text content of the current page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'scraping_browser_get_html', 'description': 'Get the HTML content of the current page. Avoid using the full_page option unless it is important to see things like script tags since this can be large', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'full_page': {'type': 'boolean', 'description': 'Whether to get the full page HTML including head and script tags\nAvoid this if you only need the extra HTML, since it can be quite large'}}, 'additionalProperties': False}}]
@mcp-examples/weather
Weather
Provide real-time weather information to your applications. Integrate weather data seamlessly and enhance user experiences with accurate forecasts and conditions.
2025-03-20T00:45:11.443Z
296
https://smithery.ai/server/@mcp-examples/weather
true
null
{ "scanPassed": true }
[{'name': 'get-alerts', 'description': 'Get weather alerts for a state', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['state'], 'properties': {'state': {'type': 'string', 'maxLength': 2, 'minLength': 2, 'description': 'Two-letter state code (e.g. CA, NY)'}}, 'additionalProperties': False}}, {'name': 'get-forecast', 'description': 'Get weather forecast for a location', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['latitude', 'longitude'], 'properties': {'latitude': {'type': 'number', 'maximum': 90, 'minimum': -90, 'description': 'Latitude of the location'}, 'longitude': {'type': 'number', 'maximum': 180, 'minimum': -180, 'description': 'Longitude of the location'}}, 'additionalProperties': False}}]
@dragonkhoi/mixpanel-mcp
Mixpanel Integration
Talk to your Mixpanel analytics events data seamlessly! Query retention number, event data, funnels and more from any MCP client. Great for on-demand look ups like: "What's the weekly retention for users in the Feb 1 cohort?" I am adding more coverage of the Mixpanel API over time, let me know which tools you need or just open a PR. Make sure you go to your Mixpanel Organization Settings and create a service account. Then get your project ID from your project settings.
2025-03-01T20:35:09.399Z
274
https://smithery.ai/server/@dragonkhoi/mixpanel-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_today_top_events', 'description': "Get today's top events from Mixpanel. Useful for quickly identifying the most active events happening today, spotting trends, and monitoring real-time user activity.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'type': {'enum': ['general', 'average', 'unique'], 'type': 'string', 'description': 'The type of events to fetch, either general, average, or unique, defaults to general'}, 'limit': {'type': 'number', 'description': 'Maximum number of events to return'}, 'project_id': {'type': 'string', 'description': 'The Mixpanel project ID. Optional since it has a default.'}}, 'additionalProperties': False}}, {'name': 'profile_event_activity', 'description': "Get data for a profile's event activity. Useful for understanding individual user journeys, troubleshooting user-specific issues, and analyzing behavior patterns of specific users.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['distinct_ids', 'from_date', 'to_date'], 'properties': {'to_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to query to (inclusive)'}, 'from_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to begin querying from (inclusive)'}, 'project_id': {'type': 'string', 'description': 'The Mixpanel project ID. Optional since it has a default.'}, 'distinct_ids': {'type': 'string', 'description': 'A JSON array as a string representing the `distinct_ids` to return activity feeds for. Example: `["12a34aa567eb8d-9ab1c26f345b67-89123c45-6aeaa7-89f12af345f678"]`'}, 'workspace_id': {'type': 'string', 'description': 'The ID of the workspace if applicable'}}, 'additionalProperties': False}}, {'name': 'get_top_events', 'description': 'Get a list of the most common events over the last 31 days. Useful for identifying key user actions, prioritizing feature development, and understanding overall platform usage patterns.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'type': {'enum': ['general', 'average', 'unique'], 'type': 'string', 'description': 'The type of events to fetch, either general, average, or unique, defaults to general'}, 'limit': {'type': 'number', 'description': 'Maximum number of events to return'}, 'project_id': {'type': 'string', 'description': 'The Mixpanel project ID. Optional since it has a default.'}}, 'additionalProperties': False}}, {'name': 'aggregate_event_counts', 'description': 'Get unique, general, or average data for a set of events over N days, weeks, or months. Useful for trend analysis, comparing event performance over time, and creating time-series visualizations.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['event', 'unit'], 'properties': {'type': {'enum': ['general', 'unique', 'average'], 'type': 'string', 'description': 'The type of data to fetch, either general, unique, or average, defaults to general'}, 'unit': {'enum': ['minute', 'hour', 'day', 'week', 'month'], 'type': 'string', 'description': 'The level of granularity of the data you get back'}, 'event': {'type': 'string', 'description': 'The event or events that you wish to get data for, a string encoded as a JSON array. Example format: "["play song", "log in", "add playlist"]"'}, 'to_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to query to (inclusive)'}, 'interval': {'type': 'number', 'description': 'The number of units to return data for. Specify either interval or from_date and to_date'}, 'from_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to begin querying from (inclusive)'}, 'project_id': {'type': 'string', 'description': 'The Mixpanel project ID. Optional since it has a default.'}}, 'additionalProperties': False}}, {'name': 'aggregated_event_property_values', 'description': 'Get unique, general, or average data for a single event and property over days, weeks, or months. Useful for analyzing how specific properties affect event performance, segmenting users, and identifying valuable user attributes.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['event', 'name', 'unit'], 'properties': {'name': {'type': 'string', 'description': 'The name of the property you would like to get data for'}, 'type': {'enum': ['general', 'unique', 'average'], 'type': 'string', 'description': 'The analysis type - general, unique, or average events, defaults to general'}, 'unit': {'enum': ['minute', 'hour', 'day', 'week', 'month'], 'type': 'string', 'description': 'The level of granularity of the data (minute, hour, day, week, or month)'}, 'event': {'type': 'string', 'description': 'The event that you wish to get data for (a single event name, not an array)'}, 'limit': {'type': 'number', 'description': 'The maximum number of values to return (default: 255)'}, 'values': {'type': 'string', 'description': 'The specific property values to get data for, encoded as a JSON array. Example: "["female", "unknown"]"'}, 'to_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to query to (inclusive)'}, 'interval': {'type': 'number', 'description': 'The number of units to return data for. Specify either interval or from_date and to_date'}, 'from_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to begin querying from (inclusive)'}, 'project_id': {'type': 'string', 'description': 'The Mixpanel project ID. Optional since it has a default.'}}, 'additionalProperties': False}}, {'name': 'query_insights_report', 'description': 'Get data from your Insights reports. Useful for accessing saved analyses, sharing standardized metrics across teams, and retrieving complex pre-configured visualizations.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['bookmark_id'], 'properties': {'project_id': {'type': 'string', 'description': 'The Mixpanel project ID. Optional since it has a default.'}, 'bookmark_id': {'type': 'string', 'description': 'The ID of your Insights report'}, 'workspace_id': {'type': 'string', 'description': 'The ID of the workspace if applicable'}}, 'additionalProperties': False}}, {'name': 'query_funnel_report', 'description': 'Get data for a funnel based on a funnel_id. Useful for analyzing user conversion paths, identifying drop-off points in user journeys, and optimizing multi-step processes. Funnel IDs should be retrieved using the list_saved_funnels tool. ', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['funnel_id', 'from_date', 'to_date'], 'properties': {'unit': {'enum': ['day', 'week', 'month'], 'type': 'string', 'description': 'Alternate way of specifying interval'}, 'length': {'type': 'number', 'description': 'The number of units each user has to complete the funnel'}, 'to_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to query to (inclusive)'}, 'interval': {'type': 'number', 'description': 'The number of days you want each bucket to contain'}, 'from_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to begin querying from (inclusive)'}, 'funnel_id': {'type': 'string', 'description': 'The Mixpanel funnel ID that you wish to get data for'}, 'project_id': {'type': 'string', 'description': 'The Mixpanel project ID. Optional since it has a default.'}, 'length_unit': {'enum': ['day', 'hour', 'minute', 'second'], 'type': 'string', 'description': 'The unit applied to the length parameter'}, 'workspace_id': {'type': 'string', 'description': 'The ID of the workspace if applicable'}}, 'additionalProperties': False}}, {'name': 'list_saved_funnels', 'description': 'Get the names and IDs of your saved funnels. Useful for discovering available funnels for analysis and retrieving funnel IDs needed for the query_funnel_report tool.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'project_id': {'type': 'string', 'description': 'The Mixpanel project ID. Optional since it has a default.'}, 'workspace_id': {'type': 'string', 'description': 'The ID of the workspace if applicable'}}, 'additionalProperties': False}}, {'name': 'list_saved_cohorts', 'description': 'Get all cohorts in a given project. Useful for discovering user segments, planning targeted analyses, and retrieving cohort IDs for filtering in other reports.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'project_id': {'type': 'string', 'description': 'The Mixpanel project ID. Optional since it has a default.'}, 'workspace_id': {'type': 'string', 'description': 'The ID of the workspace if applicable'}}, 'additionalProperties': False}}, {'name': 'query_retention_report', 'description': 'Get data from your Retention reports. Useful for analyzing user engagement over time, measuring product stickiness, and understanding how well your product retains users after specific actions. Only use params interval or unit, not both.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['from_date', 'to_date'], 'properties': {'on': {'type': 'string', 'description': 'The property expression to segment the second event on'}, 'unit': {'enum': ['day', 'week', 'month'], 'type': 'string', 'description': "The interval unit: 'day' (eg use if asked for D7 or D30), 'week' (eg use if asked for W12), or 'month' (eg use if asked for M6). Default is 'day'. DO NOT USE IF ALREADY PROVIDING INTERVAL."}, 'event': {'type': 'string', 'description': 'The event to generate returning counts for. If not specified, looks across all events'}, 'limit': {'type': 'number', 'description': "Return the top limit segmentation values. Only applies when 'on' is specified"}, 'to_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to query to (inclusive)'}, 'interval': {'type': 'number', 'description': 'The number of units per individual bucketed interval. Default is 1. DO NOT USE IF ALREADY PROVIDING UNIT.'}, 'from_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to begin querying from (inclusive)'}, 'born_event': {'type': 'string', 'description': "The first event a user must do to be counted in a birth retention cohort, required if retention_type is 'birth'. Can use $mp_web_page_view as the born_event for general cases."}, 'born_where': {'type': 'string', 'description': 'An expression to filter born_events by based on the grammar: <expression> ::= \'properties["\' <property> \'"]\'\n | <expression> <binary op> <expression>\n | <unary op> <expression>\n | <math op> \'(\' <expression> \')\'\n | <string literal>\n <binary op> ::= \'+\' | \'-\' | \'*\' | \'/\' | \'%\' | \'==\' | \'!=\' |\n \'>\' | \'>=\' | \'<\' | \'<=\' | \'in\' | \'and\' | \'or\'\n | <unary op> ::= \'-\' | \'not\''}, 'project_id': {'type': 'string', 'description': 'The Mixpanel project ID. Optional since it has a default.'}, 'return_where': {'type': 'string', 'description': 'An expression to filter return events by based on the grammar: <expression> ::= \'properties["\' <property> \'"]\'\n | <expression> <binary op> <expression>\n | <unary op> <expression>\n | <math op> \'(\' <expression> \')\'\n | <string literal>\n <binary op> ::= \'+\' | \'-\' | \'*\' | \'/\' | \'%\' | \'==\' | \'!=\' |\n \'>\' | \'>=\' | \'<\' | \'<=\' | \'in\' | \'and\' | \'or\'\n | <unary op> ::= \'-\' | \'not\''}, 'workspace_id': {'type': 'string', 'description': 'The ID of the workspace if applicable'}, 'interval_count': {'type': 'number', 'description': 'The number of individual buckets/intervals to return. Default is 1. DO NOT USE IF ALREADY PROVIDING UNIT.'}, 'retention_type': {'enum': ['birth', 'compounded'], 'type': 'string', 'description': "Type of retention: 'birth' (first time) or 'compounded' (recurring). Defaults to 'birth'"}}, 'additionalProperties': False}}, {'name': 'custom_jql', 'description': "Run a custom JQL (JSON Query Language) script against your Mixpanel data. Useful for complex custom analyses, advanced data transformations, and queries that can't be handled by standard report types.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['script'], 'properties': {'params': {'type': 'string', 'description': "A JSON string containing parameters to pass to the script (will be available as the 'params' variable)"}, 'script': {'type': 'string', 'description': "The JQL script to run (JavaScript code that uses Mixpanel's JQL functions)"}, 'project_id': {'type': 'string', 'description': 'The Mixpanel project ID. Optional since it has a default.'}, 'workspace_id': {'type': 'string', 'description': 'The ID of the workspace if applicable'}}, 'additionalProperties': False}}, {'name': 'query_segmentation_sum', 'description': 'Sum a numeric expression for events over time. Useful for calculating revenue metrics, aggregating quantitative values, and tracking cumulative totals across different time periods.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['event', 'from_date', 'to_date', 'on'], 'properties': {'on': {'type': 'string', 'description': 'The expression to sum per unit time (should result in a numeric value)'}, 'unit': {'enum': ['hour', 'day'], 'type': 'string', 'description': "Time bucket size: 'hour' or 'day'. Default is 'day'"}, 'event': {'type': 'string', 'description': 'The event that you wish to get data for (single event name, not an array)'}, 'where': {'type': 'string', 'description': 'An expression to filter events by based on the grammar: <expression> ::= \'properties["\' <property> \'"]\'\n | <expression> <binary op> <expression>\n | <unary op> <expression>\n | <math op> \'(\' <expression> \')\'\n | <string literal>\n <binary op> ::= \'+\' | \'-\' | \'*\' | \'/\' | \'%\' | \'==\' | \'!=\' |\n \'>\' | \'>=\' | \'<\' | \'<=\' | \'in\' | \'and\' | \'or\'\n | <unary op> ::= \'-\' | \'not\''}, 'to_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to query to (inclusive)'}, 'from_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to begin querying from (inclusive)'}, 'project_id': {'type': 'string', 'description': 'The Mixpanel project ID. Optional since it has a default.'}, 'workspace_id': {'type': 'string', 'description': 'The ID of the workspace if applicable'}}, 'additionalProperties': False}}, {'name': 'query_profiles', 'description': 'Query Mixpanel user profiles with filtering options. Useful for retrieving detailed user profiles, filtering by specific properties, and analyzing user behavior across different dimensions.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'number', 'description': "Which page of the results to retrieve. Pages start at zero. If the 'page' parameter is provided, the session_id parameter must also be provided"}, 'where': {'type': 'string', 'description': 'An expression to filter users (or groups) by. Using the following grammar: <expression> ::= \'properties["\' <property> \'"]\'\n | <expression> <binary op> <expression>\n | <unary op> <expression>\n | <math op> \'(\' <expression> \')\'\n | <typecast op> \'(\' <expression> \')\'\n | \'(\' <expression> \')\'\n | <boolean literal>\n | <numeric literal>\n | <string literal>\n <binary op> ::= \'+\' | \'-\' | \'*\' | \'/\' | \'%\' | \'==\' | \'!=\' |\n \'>\' | \'>=\' | \'<\' | \'<=\' | \'in\' | \'and\' | \'or\'\n <unary op> ::= \'-\' | \'not\'\n <math op> ::= \'floor\' | \'round\' | \'ceil\'\n<typecast op> ::= \'boolean\' | \'number\' | \'string\'\n <property> ::= \'properties["\' <property name> \'"]\''}, 'behaviors': {'type': 'number', 'description': "If you are exporting user profiles using an event selector, you use a 'behaviors' parameter in your request"}, 'project_id': {'type': 'string', 'description': 'The Mixpanel project ID. Optional since it has a default.. Optional since it has a default.'}, 'session_id': {'type': 'string', 'description': 'A string id provided in the results of a previous query. Using a session_id speeds up api response, and allows paging through results'}, 'distinct_id': {'type': 'string', 'description': 'A unique identifier used to distinguish an individual profile'}, 'distinct_ids': {'type': 'string', 'description': 'A JSON array of distinct_ids to retrieve profiles for. Example: \'["id1", "id2"]\''}, 'workspace_id': {'type': 'string', 'description': 'The ID of the workspace if applicable'}, 'data_group_id': {'type': 'string', 'description': 'The ID of the group key, used when querying group profiles'}, 'as_of_timestamp': {'type': 'number', 'description': "This parameter is only useful when also using 'behaviors'"}, 'filter_by_cohort': {'type': 'string', 'description': 'Takes a JSON object with a single key called \'id\' whose value is the cohort ID. Example: \'{"id":12345}\''}, 'include_all_users': {'type': 'boolean', 'description': "Only applicable with 'filter_by_cohort' parameter. Default is true"}, 'output_properties': {'type': 'string', 'description': 'A JSON array of names of properties you want returned. Example: \'["$last_name", "$email", "Total Spent"]\''}}, 'additionalProperties': False}}, {'name': 'query_frequency_report', 'description': 'Get data for frequency of actions over time. Useful for analyzing how often users perform specific actions, identifying patterns of behavior, and tracking user engagement over time.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['from_date', 'to_date', 'unit', 'addiction_unit', 'where'], 'properties': {'on': {'type': 'string', 'description': 'The property expression to segment the second event on'}, 'unit': {'enum': ['day', 'week', 'month'], 'type': 'string', 'description': 'The overall time period to return frequency of actions for'}, 'event': {'type': 'string', 'description': 'The event to generate returning counts for'}, 'limit': {'type': 'number', 'description': "Return the top limit segmentation values. This parameter does nothing if 'on' is not specified"}, 'where': {'type': 'string', 'description': 'An expression to filter the returning events by based on the grammar: <expression> ::= \'properties["\' <property> \'"]\'\n | <expression> <binary op> <expression>\n | <unary op> <expression>\n | <math op> \'(\' <expression> \')\'\n | <string literal>\n <binary op> ::= \'+\' | \'-\' | \'*\' | \'/\' | \'%\' | \'==\' | \'!=\' |\n \'>\' | \'>=\' | \'<\' | \'<=\' | \'in\' | \'and\' | \'or\'\n | <unary op> ::= \'-\' | \'not\''}, 'to_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to query to (inclusive)'}, 'from_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to begin querying from (inclusive)'}, 'project_id': {'type': 'string', 'description': 'The Mixpanel project ID. Optional since it has a default.'}, 'workspace_id': {'type': 'string', 'description': 'The ID of the workspace if applicable'}, 'addiction_unit': {'enum': ['hour', 'day'], 'type': 'string', 'description': 'The granularity to return frequency of actions at'}}, 'additionalProperties': False}}, {'name': 'query_segmentation_report', 'description': 'Get data for an event, segmented and filtered by properties. Useful for breaking down event data by user attributes, comparing performance across segments, and identifying which user groups perform specific actions.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['event', 'from_date', 'to_date', 'where'], 'properties': {'on': {'type': 'string', 'description': 'The property expression to segment the event on'}, 'type': {'enum': ['general', 'unique', 'average'], 'type': 'string', 'description': 'The type of analysis to perform, either general, unique, or average, defaults to general'}, 'unit': {'enum': ['minute', 'hour', 'day', 'month'], 'type': 'string', 'description': "The buckets into which the property values that you segment on are placed. Default is 'day'"}, 'event': {'type': 'string', 'description': 'The event that you wish to get data for. Note: this is a single event name, not an array'}, 'limit': {'type': 'number', 'description': "Return the top property values. Defaults to 60. Maximum value 10,000. This parameter does nothing if 'on' is not specified"}, 'where': {'type': 'string', 'description': 'An expression to filter events by based on the grammar: <expression> ::= \'properties["\' <property> \'"]\'\n | <expression> <binary op> <expression>\n | <unary op> <expression>\n | <math op> \'(\' <expression> \')\'\n | <string literal>\n <binary op> ::= \'+\' | \'-\' | \'*\' | \'/\' | \'%\' | \'==\' | \'!=\' |\n \'>\' | \'>=\' | \'<\' | \'<=\' | \'in\' | \'and\' | \'or\'\n | <unary op> ::= \'-\' | \'not\''}, 'format': {'enum': ['csv'], 'type': 'string', 'description': "Can be set to 'csv'"}, 'to_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to query to (inclusive)'}, 'interval': {'type': 'number', 'description': "Optional parameter in lieu of 'unit' when 'type' is not 'general'. Determines the number of days your results are bucketed into"}, 'from_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to begin querying from (inclusive)'}, 'project_id': {'type': 'string', 'description': 'The Mixpanel project ID. Optional since it has a default.'}, 'workspace_id': {'type': 'string', 'description': 'The ID of the workspace if applicable'}}, 'additionalProperties': False}}, {'name': 'query_segmentation_bucket', 'description': 'Get data for an event, segmented and filtered by properties, with values placed into numeric buckets. Useful for analyzing distributions of numeric values, creating histograms, and understanding the range of quantitative metrics.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['event', 'from_date', 'to_date', 'on', 'where'], 'properties': {'on': {'type': 'string', 'description': 'The property expression to segment the event on. This expression must be a numeric property'}, 'type': {'enum': ['general', 'unique', 'average'], 'type': 'string', 'description': 'The type of analysis to perform, either general, unique, or average, defaults to general'}, 'unit': {'enum': ['hour', 'day'], 'type': 'string', 'description': "The buckets into which the property values that you segment on are placed. Default is 'day'"}, 'event': {'type': 'string', 'description': 'The event that you wish to get data for. Note: this is a single event name, not an array'}, 'where': {'type': 'string', 'description': 'An expression to filter events by based on the grammar: <expression> ::= \'properties["\' <property> \'"]\'\n | <expression> <binary op> <expression>\n | <unary op> <expression>\n | <math op> \'(\' <expression> \')\'\n | <string literal>\n <binary op> ::= \'+\' | \'-\' | \'*\' | \'/\' | \'%\' | \'==\' | \'!=\' |\n \'>\' | \'>=\' | \'<\' | \'<=\' | \'in\' | \'and\' | \'or\'\n | <unary op> ::= \'-\' | \'not\''}, 'to_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to query to (inclusive)'}, 'from_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to begin querying from (inclusive)'}, 'project_id': {'type': 'string', 'description': 'The Mixpanel project ID. Optional since it has a default.'}, 'workspace_id': {'type': 'string', 'description': 'The ID of the workspace if applicable'}}, 'additionalProperties': False}}, {'name': 'query_segmentation_average', 'description': 'Averages an expression for events per unit time. Useful for calculating average values like purchase amounts, session durations, or any numeric metric, and tracking how these averages change over time.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['event', 'from_date', 'to_date', 'on'], 'properties': {'on': {'type': 'string', 'description': 'The expression to average per unit time. The result of the expression should be a numeric value'}, 'unit': {'enum': ['hour', 'day'], 'type': 'string', 'description': "The buckets [hour, day] into which the property values are placed. Default is 'day'"}, 'event': {'type': 'string', 'description': 'The event that you wish to get data for. Note: this is a single event name, not an array'}, 'where': {'type': 'string', 'description': 'An expression to filter events by based on the grammar: <expression> ::= \'properties["\' <property> \'"]\'\n | <expression> <binary op> <expression>\n | <unary op> <expression>\n | <math op> \'(\' <expression> \')\'\n | <string literal>\n <binary op> ::= \'+\' | \'-\' | \'*\' | \'/\' | \'%\' | \'==\' | \'!=\' |\n \'>\' | \'>=\' | \'<\' | \'<=\' | \'in\' | \'and\' | \'or\'\n | <unary op> ::= \'-\' | \'not\''}, 'to_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to query to (inclusive)'}, 'from_date': {'type': 'string', 'description': 'The date in yyyy-mm-dd format to begin querying from (inclusive)'}, 'project_id': {'type': 'string', 'description': 'The Mixpanel project ID. Optional since it has a default.'}, 'workspace_id': {'type': 'string', 'description': 'The ID of the workspace if applicable'}}, 'additionalProperties': False}}, {'name': 'top_event_properties', 'description': 'Get the top property names for an event. Useful for discovering which properties are most commonly associated with an event, prioritizing which dimensions to analyze, and understanding event structure.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['event'], 'properties': {'event': {'type': 'string', 'description': 'The event that you wish to get data for. Note: this is a single event name, not an array'}, 'limit': {'type': 'number', 'description': 'The maximum number of properties to return. Defaults to 10'}, 'project_id': {'type': 'string', 'description': 'The Mixpanel project ID'}, 'workspace_id': {'type': 'string', 'description': 'The ID of the workspace if applicable'}}, 'additionalProperties': False}}, {'name': 'top_event_property_values', 'description': 'Get the top values for a property. Useful for understanding the distribution of values for a specific property, identifying the most common categories or segments, and planning further targeted analyses.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['event', 'name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the property you would like to get data for'}, 'event': {'type': 'string', 'description': 'The event that you wish to get data for. Note: this is a single event name, not an array'}, 'limit': {'type': 'number', 'description': 'The maximum number of values to return. Defaults to 255'}, 'project_id': {'type': 'string', 'description': 'The Mixpanel project ID'}, 'workspace_id': {'type': 'string', 'description': 'The ID of the workspace if applicable'}}, 'additionalProperties': False}}]
@1yhy/Figma-Context-MCP
Figma MCP 服务器
Integrate Figma design files seamlessly with AI coding tools. Enhance the accuracy of code generation by providing AI tools with direct access to Figma design data, surpassing traditional methods like screenshots.
2025-03-26T08:00:56.810Z
292
https://smithery.ai/server/@1yhy/Figma-Context-MCP
true
null
{ "scanPassed": true }
[{'name': 'get_figma_data', 'description': 'When the nodeId cannot be obtained, obtain the layout information about the entire Figma file', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fileKey'], 'properties': {'depth': {'type': 'number', 'description': 'How many levels deep to traverse the node tree, only use if explicitly requested by the user'}, 'nodeId': {'type': 'string', 'description': 'The ID of the node to fetch, often found as URL parameter node-id=<nodeId>, always use if provided'}, 'fileKey': {'type': 'string', 'description': 'The key of the Figma file to fetch, often found in a provided URL like figma.com/(file|design)/<fileKey>/...'}}, 'additionalProperties': False}}, {'name': 'download_figma_images', 'description': 'Download SVG and PNG images used in a Figma file based on the IDs of image or icon nodes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fileKey', 'nodes', 'localPath'], 'properties': {'nodes': {'type': 'array', 'items': {'type': 'object', 'required': ['nodeId', 'fileName'], 'properties': {'nodeId': {'type': 'string', 'description': 'The ID of the Figma image node to fetch, formatted as 1234:5678'}, 'fileName': {'type': 'string', 'description': 'The local name for saving the fetched file'}, 'imageRef': {'type': 'string', 'description': 'If a node has an imageRef fill, you must include this variable. Leave blank when downloading Vector SVG images.'}}, 'additionalProperties': False}, 'description': 'The nodes to fetch as images'}, 'fileKey': {'type': 'string', 'description': 'The key of the Figma file containing the node'}, 'localPath': {'type': 'string', 'description': 'The absolute path to the directory where images are stored in the project. Automatically creates directories if needed.'}}, 'additionalProperties': False}}]
@NexusX-MCP/telegram-mcp-server
Telegram MCP Server
Interact with the Telegram Bot API to send messages and retrieve bot information programmatically. Enhance your AI assistants with seamless communication capabilities on Telegram. Utilize a variety of tools to manage updates and forward messages effortlessly.
2025-04-13T11:28:48.627Z
265
https://smithery.ai/server/@NexusX-MCP/telegram-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'get_bot_info', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'send_message', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['chatId', 'text'], 'properties': {'text': {'type': 'string', 'description': 'Text of the message to be sent'}, 'chatId': {'type': ['string', 'number'], 'description': 'Unique identifier for the target chat'}, 'params': {'type': 'object', 'description': 'Additional parameters for the message', 'additionalProperties': {}}}, 'additionalProperties': False}}, {'name': 'get_updates', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'limit': {'type': 'number', 'maximum': 100, 'minimum': 1, 'description': 'Limits the number of updates to be retrieved (1-100)'}, 'offset': {'type': 'number', 'description': 'Identifier of the first update to be returned'}, 'timeout': {'type': 'number', 'description': 'Timeout in seconds for long polling'}, 'allowed_updates': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of update types to receive'}}, 'description': 'Optional parameters for the getUpdates method', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'forward_message', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['chatId', 'fromChatId', 'messageId'], 'properties': {'chatId': {'type': ['string', 'number'], 'description': 'Unique identifier for the target chat or username of the target channel'}, 'params': {'type': 'object', 'properties': {'protect_content': {'type': 'boolean', 'description': 'Protects the contents of the forwarded message from forwarding and saving'}, 'message_thread_id': {'type': 'number', 'description': 'Unique identifier for the target message thread (topic) of the forum'}, 'disable_notification': {'type': 'boolean', 'description': 'Sends the message silently'}, 'video_start_timestamp': {'type': 'number', 'description': 'New start timestamp for the forwarded video in the message'}}, 'additionalProperties': False}, 'messageId': {'type': 'number', 'description': 'Message identifier in the chat specified in from_chat_id'}, 'fromChatId': {'type': ['string', 'number'], 'description': 'Unique identifier for the chat where the original message was sent'}}, 'additionalProperties': False}}]
@aurda012/cursor10x-mcp
Cursor10x Memory System
Transform your development process with AI-powered autonomous systems. Retain and recall project context seamlessly, enabling more productive and contextually aware assistance throughout your development workflows.
2025-04-13T21:01:07.661Z
264
https://smithery.ai/server/@aurda012/cursor10x-mcp
true
null
{ "scanPassed": true }
[{'name': 'generateBanner', 'description': 'Generates a banner containing memory system statistics and status', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'checkHealth', 'description': 'Checks the health of the memory system and its database', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'initConversation', 'description': 'Initializes a conversation by storing the user message, generating a banner, and retrieving context in one operation', 'inputSchema': {'type': 'object', 'required': ['content'], 'properties': {'content': {'type': 'string', 'description': 'Content of the user message'}, 'metadata': {'type': 'object', 'description': 'Optional metadata for the message', 'additionalProperties': True}, 'importance': {'type': 'string', 'default': 'low', 'description': 'Importance level (low, medium, high)'}}}}, {'name': 'endConversation', 'description': 'Ends a conversation by storing the assistant message, recording a milestone, and logging an episode in one operation', 'inputSchema': {'type': 'object', 'required': ['content', 'milestone_title', 'milestone_description'], 'properties': {'content': {'type': 'string', 'description': "Content of the assistant's final message"}, 'metadata': {'type': 'object', 'description': 'Optional metadata', 'additionalProperties': True}, 'importance': {'type': 'string', 'default': 'medium', 'description': 'Importance level (low, medium, high)'}, 'milestone_title': {'type': 'string', 'description': 'Title of the milestone to record'}, 'milestone_description': {'type': 'string', 'description': 'Description of what was accomplished'}}}}, {'name': 'storeUserMessage', 'description': 'Stores a user message in the short-term memory', 'inputSchema': {'type': 'object', 'required': ['content'], 'properties': {'content': {'type': 'string', 'description': 'Content of the message'}, 'metadata': {'type': 'object', 'description': 'Optional metadata for the message', 'additionalProperties': True}, 'importance': {'type': 'string', 'default': 'low', 'description': 'Importance level (low, medium, high)'}}}}, {'name': 'storeAssistantMessage', 'description': 'Stores an assistant message in the short-term memory', 'inputSchema': {'type': 'object', 'required': ['content'], 'properties': {'content': {'type': 'string', 'description': 'Content of the message'}, 'metadata': {'type': 'object', 'description': 'Optional metadata for the message', 'additionalProperties': True}, 'importance': {'type': 'string', 'default': 'low', 'description': 'Importance level (low, medium, high)'}}}}, {'name': 'trackActiveFile', 'description': 'Tracks an active file being accessed by the user', 'inputSchema': {'type': 'object', 'required': ['filename', 'action'], 'properties': {'action': {'type': 'string', 'description': 'Action performed on the file (open, edit, close, etc.)'}, 'filename': {'type': 'string', 'description': 'Path to the file being tracked'}, 'metadata': {'type': 'object', 'description': 'Optional metadata for the file', 'additionalProperties': True}}}}, {'name': 'getRecentMessages', 'description': 'Retrieves recent messages from the short-term memory', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'default': 10, 'description': 'Maximum number of messages to retrieve'}, 'importance': {'type': 'string', 'description': 'Filter by importance level (low, medium, high)'}}}}, {'name': 'getActiveFiles', 'description': 'Retrieves active files from the short-term memory', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'default': 10, 'description': 'Maximum number of files to retrieve'}}}}, {'name': 'storeMilestone', 'description': 'Stores a project milestone in the long-term memory', 'inputSchema': {'type': 'object', 'required': ['title', 'description'], 'properties': {'title': {'type': 'string', 'description': 'Title of the milestone'}, 'metadata': {'type': 'object', 'description': 'Optional metadata for the milestone', 'additionalProperties': True}, 'importance': {'type': 'string', 'default': 'medium', 'description': 'Importance level (low, medium, high)'}, 'description': {'type': 'string', 'description': 'Description of the milestone'}}}}, {'name': 'storeDecision', 'description': 'Stores a project decision in the long-term memory', 'inputSchema': {'type': 'object', 'required': ['title', 'content'], 'properties': {'title': {'type': 'string', 'description': 'Title of the decision'}, 'content': {'type': 'string', 'description': 'Content of the decision'}, 'metadata': {'type': 'object', 'description': 'Optional metadata for the decision', 'additionalProperties': True}, 'reasoning': {'type': 'string', 'description': 'Reasoning behind the decision'}, 'importance': {'type': 'string', 'default': 'medium', 'description': 'Importance level (low, medium, high)'}}}}, {'name': 'storeRequirement', 'description': 'Stores a project requirement in the long-term memory', 'inputSchema': {'type': 'object', 'required': ['title', 'content'], 'properties': {'title': {'type': 'string', 'description': 'Title of the requirement'}, 'content': {'type': 'string', 'description': 'Content of the requirement'}, 'metadata': {'type': 'object', 'description': 'Optional metadata for the requirement', 'additionalProperties': True}, 'importance': {'type': 'string', 'default': 'medium', 'description': 'Importance level (low, medium, high)'}}}}, {'name': 'recordEpisode', 'description': 'Records an episode (action) in the episodic memory', 'inputSchema': {'type': 'object', 'required': ['actor', 'action', 'content'], 'properties': {'actor': {'type': 'string', 'description': 'Actor performing the action (user, assistant, system)'}, 'action': {'type': 'string', 'description': 'Type of action performed'}, 'content': {'type': 'string', 'description': 'Content or details of the action'}, 'context': {'type': 'string', 'description': 'Context for the episode'}, 'importance': {'type': 'string', 'default': 'low', 'description': 'Importance level (low, medium, high)'}}}}, {'name': 'getRecentEpisodes', 'description': 'Retrieves recent episodes from the episodic memory', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'default': 10, 'description': 'Maximum number of episodes to retrieve'}, 'context': {'type': 'string', 'description': 'Filter by context'}}}}, {'name': 'getComprehensiveContext', 'description': 'Retrieves comprehensive context from all memory systems', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'getMemoryStats', 'description': 'Retrieves statistics about the memory system', 'inputSchema': {'type': 'object', 'properties': {}}}]
@alejandroBallesterosC/document-edit-mcp
Document Operations Server
Enable seamless document manipulation for Microsoft Word, Excel, and PDF files. Create, edit, and convert documents effortlessly, enhancing your productivity with Claude Desktop. Streamline your document workflows with powerful operations at your fingertips.
2025-04-03T04:00:44.608Z
264
https://smithery.ai/server/@alejandroBallesterosC/document-edit-mcp
true
null
{ "scanPassed": true }
[{'name': 'create_word_document', 'description': '\n Create a new Microsoft Word document with the provided content.\n \n Args:\n filepath: Path where to save the document\n content: Text content for the document\n \n Returns:\n Operation result with success status, message, and filepath\n ', 'inputSchema': {'type': 'object', 'title': 'create_word_documentArguments', 'required': ['filepath', 'content'], 'properties': {'content': {'type': 'string', 'title': 'Content'}, 'filepath': {'type': 'string', 'title': 'Filepath'}}}}, {'name': 'edit_word_document', 'description': '\n Edit an existing Microsoft Word document using the specified operations.\n \n Args:\n filepath: Path to the Word document\n operations: List of operations to perform, where each operation is a dictionary with:\n - type: Operation type (add_paragraph, add_heading, edit_paragraph, delete_paragraph)\n - Additional parameters depending on the operation type\n \n Returns:\n Operation result with success status, message, and filepath\n ', 'inputSchema': {'type': 'object', 'title': 'edit_word_documentArguments', 'required': ['filepath', 'operations'], 'properties': {'filepath': {'type': 'string', 'title': 'Filepath'}, 'operations': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}, 'title': 'Operations'}}}}, {'name': 'convert_txt_to_word', 'description': '\n Convert a text file to a Microsoft Word document.\n \n Args:\n source_path: Path to the text file\n target_path: Path where to save the Word document\n \n Returns:\n Operation result with success status, message, and filepath\n ', 'inputSchema': {'type': 'object', 'title': 'convert_txt_to_wordArguments', 'required': ['source_path', 'target_path'], 'properties': {'source_path': {'type': 'string', 'title': 'Source Path'}, 'target_path': {'type': 'string', 'title': 'Target Path'}}}}, {'name': 'create_excel_file', 'description': '\n Create a new Excel file with the provided content.\n \n Args:\n filepath: Path where to save the Excel file\n content: Data content, either JSON string or CSV-like string\n \n Returns:\n Operation result with success status, message, and filepath\n ', 'inputSchema': {'type': 'object', 'title': 'create_excel_fileArguments', 'required': ['filepath', 'content'], 'properties': {'content': {'type': 'string', 'title': 'Content'}, 'filepath': {'type': 'string', 'title': 'Filepath'}}}}, {'name': 'edit_excel_file', 'description': '\n Edit an existing Excel file using the specified operations.\n \n Args:\n filepath: Path to the Excel file\n operations: List of operations to perform, where each operation is a dictionary with:\n - type: Operation type (update_cell, update_range, delete_row, delete_column, add_sheet, delete_sheet)\n - Additional parameters depending on the operation type\n \n Returns:\n Operation result with success status, message, and filepath\n ', 'inputSchema': {'type': 'object', 'title': 'edit_excel_fileArguments', 'required': ['filepath', 'operations'], 'properties': {'filepath': {'type': 'string', 'title': 'Filepath'}, 'operations': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}, 'title': 'Operations'}}}}, {'name': 'convert_csv_to_excel', 'description': '\n Convert a CSV file to an Excel file.\n \n Args:\n source_path: Path to the CSV file\n target_path: Path where to save the Excel file\n \n Returns:\n Operation result with success status, message, and filepath\n ', 'inputSchema': {'type': 'object', 'title': 'convert_csv_to_excelArguments', 'required': ['source_path', 'target_path'], 'properties': {'source_path': {'type': 'string', 'title': 'Source Path'}, 'target_path': {'type': 'string', 'title': 'Target Path'}}}}, {'name': 'create_pdf_file', 'description': '\n Create a new PDF file with the provided text content.\n \n Args:\n filepath: Path where to save the PDF file\n content: Text content for the PDF\n \n Returns:\n Operation result with success status, message, and filepath\n ', 'inputSchema': {'type': 'object', 'title': 'create_pdf_fileArguments', 'required': ['filepath', 'content'], 'properties': {'content': {'type': 'string', 'title': 'Content'}, 'filepath': {'type': 'string', 'title': 'Filepath'}}}}, {'name': 'convert_word_to_pdf', 'description': '\n Convert a Microsoft Word document to a PDF file.\n \n Args:\n source_path: Path to the Word document\n target_path: Path where to save the PDF file\n \n Returns:\n Operation result with success status, message, and filepath\n ', 'inputSchema': {'type': 'object', 'title': 'convert_word_to_pdfArguments', 'required': ['source_path', 'target_path'], 'properties': {'source_path': {'type': 'string', 'title': 'Source Path'}, 'target_path': {'type': 'string', 'title': 'Target Path'}}}}]
@sakce/mcp-server-monday
Monday.com MCP Server
Enable interaction with Monday.com boards and items.
2025-02-21T22:00:25.880Z
260
https://smithery.ai/server/@sakce/mcp-server-monday
true
null
{ "scanPassed": true }
[{'name': 'monday-create-item', 'description': 'Create a new item in a Monday.com Board. Optionally, specify the parent Item ID to create a Sub-item.', 'inputSchema': {'type': 'object', 'required': ['boardId', 'itemTitle'], 'properties': {'boardId': {'type': 'string'}, 'groupId': {'type': 'string'}, 'itemTitle': {'type': 'string'}, 'parentItemId': {'type': 'string'}}}}, {'name': 'monday-get-board-groups', 'description': 'Get the Groups of a Monday.com Board.', 'inputSchema': {'type': 'object', 'required': ['boardId'], 'properties': {'boardId': {'type': 'string'}}}}, {'name': 'monday-create-update', 'description': 'Create an update (comment) on a Monday.com item', 'inputSchema': {'type': 'object', 'required': ['itemId', 'updateText'], 'properties': {'itemId': {'type': 'string'}, 'updateText': {'type': 'string'}}}}, {'name': 'monday-list-boards', 'description': 'Get all boards from Monday.com', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'integer', 'description': 'Maximum number of boards to return'}}}}, {'name': 'monday-list-items-in-groups', 'description': 'List all items in the specified groups of a Monday.com board', 'inputSchema': {'type': 'object', 'required': ['boardId', 'groupIds'], 'properties': {'limit': {'type': 'integer'}, 'cursor': {'type': 'string'}, 'boardId': {'type': 'string'}, 'groupIds': {'type': 'array', 'items': {'type': 'string'}}}}}, {'name': 'monday-list-subitems-in-items', 'description': 'List all Sub-items of a list of Monday Items', 'inputSchema': {'type': 'object', 'required': ['itemIds'], 'properties': {'itemIds': {'type': 'array', 'items': {'type': 'string'}}}}}]
@other-blowsnow/mcp-server-chinarailway
chinarailway MCP 服务端
chinarailway MCP 服务端
2025-04-01T10:03:58.736Z
256
https://smithery.ai/server/@other-blowsnow/mcp-server-chinarailway
true
null
{ "scanPassed": true }
[{'name': 'search', 'description': '查询12306火车票', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['date', 'fromCity', 'toCity'], 'properties': {'date': {'type': 'string', 'format': 'date', 'description': '出发日期 格式:YYYY-MM-DD'}, 'toCity': {'type': 'string', 'description': '到达城市'}, 'fromCity': {'type': 'string', 'description': '出发城市'}}, 'additionalProperties': False}}]
@Otman404/finance-mcp-server
Finance MCP Server
Get accurate and up-to-date prices and news about stock and cryptocurrency tickers. Leverage real-time financial data to enhance your applications and decision-making processes. Integrate seamlessly with your LLMs for enriched financial insights.
2025-04-13T19:25:38.131Z
255
https://smithery.ai/server/@Otman404/finance-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'get_price', 'description': 'Get the price of a stock/crypto ticker.', 'inputSchema': {'type': 'object', 'title': 'get_price_toolArguments', 'required': ['ticker'], 'properties': {'period': {'type': 'string', 'title': 'Period', 'default': '1d'}, 'ticker': {'type': 'string', 'title': 'Ticker'}}}}, {'name': 'get_news', 'description': 'Get the news of a stock/crypto ticker.', 'inputSchema': {'type': 'object', 'title': 'get_news_toolArguments', 'required': ['ticker'], 'properties': {'count': {'type': 'integer', 'title': 'Count', 'default': 5}, 'ticker': {'type': 'string', 'title': 'Ticker'}}}}]
@cheukyin175/metabase-mcp
Metabase Analytics Integration Server
Enable AI assistants to seamlessly interact with your Metabase analytics platform. Access dashboards, cards, databases, and execute queries through a unified conversational interface. Simplify data-driven decision making by bridging your analytics with powerful AI capabilities.
2025-04-16T14:32:38.627Z
250
https://smithery.ai/server/@cheukyin175/metabase-mcp
true
null
{ "scanPassed": true }
[{'name': 'list_dashboards', 'description': 'List all dashboards in Metabase', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_cards', 'description': 'List all questions/cards in Metabase', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_databases', 'description': 'List all databases in Metabase', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'execute_card', 'description': 'Execute a Metabase question/card and get results', 'inputSchema': {'type': 'object', 'required': ['card_id'], 'properties': {'card_id': {'type': 'number', 'description': 'ID of the card/question to execute'}, 'parameters': {'type': 'object', 'description': 'Optional parameters for the query'}}}}, {'name': 'get_dashboard_cards', 'description': 'Get all cards in a dashboard', 'inputSchema': {'type': 'object', 'required': ['dashboard_id'], 'properties': {'dashboard_id': {'type': 'number', 'description': 'ID of the dashboard'}}}}, {'name': 'execute_query', 'description': 'Execute a SQL query against a Metabase database', 'inputSchema': {'type': 'object', 'required': ['database_id', 'query'], 'properties': {'query': {'type': 'string', 'description': 'SQL query to execute'}, 'database_id': {'type': 'number', 'description': 'ID of the database to query'}, 'native_parameters': {'type': 'array', 'items': {'type': 'object'}, 'description': 'Optional parameters for the query'}}}}, {'name': 'create_card', 'description': 'Create a new question/card in Metabase', 'inputSchema': {'type': 'object', 'required': ['name', 'database_id', 'query'], 'properties': {'name': {'type': 'string', 'description': 'Name of the card'}, 'query': {'type': 'string', 'description': 'SQL query for the card'}, 'database_id': {'type': 'number', 'description': 'ID of the database to query'}, 'description': {'type': 'string', 'description': 'Description of the card'}, 'visualization_settings': {'type': 'object', 'description': 'Visualization settings for the card'}}}}, {'name': 'update_card_visualization', 'description': 'Update visualization settings for a card', 'inputSchema': {'type': 'object', 'required': ['card_id', 'visualization_settings'], 'properties': {'card_id': {'type': 'number', 'description': 'ID of the card to update'}, 'visualization_settings': {'type': 'object', 'description': 'New visualization settings'}}}}, {'name': 'add_card_to_dashboard', 'description': 'Add a card to a dashboard', 'inputSchema': {'type': 'object', 'required': ['dashboard_id', 'card_id'], 'properties': {'col': {'type': 'number', 'description': 'Column position in the dashboard grid'}, 'row': {'type': 'number', 'description': 'Row position in the dashboard grid'}, 'size_x': {'type': 'number', 'description': 'Width of the card in dashboard grid units'}, 'size_y': {'type': 'number', 'description': 'Height of the card in dashboard grid units'}, 'card_id': {'type': 'number', 'description': 'ID of the card to add'}, 'dashboard_id': {'type': 'number', 'description': 'ID of the dashboard'}}}}, {'name': 'create_dashboard', 'description': 'Create a new dashboard in Metabase', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the dashboard'}, 'parameters': {'type': 'array', 'items': {'type': 'object'}, 'description': 'Dashboard filter parameters (optional)'}, 'description': {'type': 'string', 'description': 'Description of the dashboard'}, 'collection_id': {'type': 'number', 'description': 'ID of the collection to put the dashboard in (optional)'}}}}, {'name': 'list_collections', 'description': 'List all collections in Metabase', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'create_collection', 'description': 'Create a new collection in Metabase', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the collection'}, 'color': {'type': 'string', 'description': 'Color for the collection (optional)'}, 'parent_id': {'type': 'number', 'description': 'ID of the parent collection (optional)'}, 'description': {'type': 'string', 'description': 'Description of the collection'}}}}, {'name': 'list_tables', 'description': 'List all tables in a database', 'inputSchema': {'type': 'object', 'required': ['database_id'], 'properties': {'database_id': {'type': 'number', 'description': 'ID of the database'}}}}, {'name': 'get_table_fields', 'description': 'Get all fields/columns in a table', 'inputSchema': {'type': 'object', 'required': ['table_id'], 'properties': {'table_id': {'type': 'number', 'description': 'ID of the table'}}}}, {'name': 'update_dashboard', 'description': 'Update an existing dashboard', 'inputSchema': {'type': 'object', 'required': ['dashboard_id'], 'properties': {'name': {'type': 'string', 'description': 'New name for the dashboard'}, 'parameters': {'type': 'array', 'items': {'type': 'object'}, 'description': 'Updated dashboard filter parameters'}, 'description': {'type': 'string', 'description': 'New description for the dashboard'}, 'dashboard_id': {'type': 'number', 'description': 'ID of the dashboard to update'}, 'collection_id': {'type': 'number', 'description': 'New collection ID for the dashboard'}}}}, {'name': 'delete_dashboard', 'description': 'Delete a dashboard', 'inputSchema': {'type': 'object', 'required': ['dashboard_id'], 'properties': {'dashboard_id': {'type': 'number', 'description': 'ID of the dashboard to delete'}}}}]
@gomarble-ai/facebook-ads-mcp-server
Facebook Ads Server
Access and manage your Facebook Ads programmatically. Retrieve insights, manage campaigns, and interact with ad accounts seamlessly through a standardized interface.
2025-04-14T09:00:19.126Z
245
https://smithery.ai/server/@gomarble-ai/facebook-ads-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'list_ad_accounts', 'description': 'List down the ad accounts and their names associated with your Facebook account', 'inputSchema': {'type': 'object', 'title': 'list_ad_accountsArguments', 'properties': {}}}, {'name': 'get_details_of_ad_account', 'description': 'Get details of a specific ad account as per the fields provided\n Args:\n act_id: The act ID of the ad account, example: act_1234567890\n fields: The fields to get from the ad account. If None, defaults are used.\n Available fields include: name, business_name, age, account_status,\n balance, amount_spent, attribution_spec, account_id, business,\n business_city, brand_safety_content_filter_levels, currency,\n created_time, id.\n Returns: \n A dictionary containing the details of the ad account\n ', 'inputSchema': {'type': 'object', 'title': 'get_details_of_ad_accountArguments', 'required': ['act_id'], 'properties': {'act_id': {'type': 'string', 'title': 'Act Id'}, 'fields': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Fields', 'default': None}}}}, {'name': 'get_adaccount_insights', 'description': 'Retrieves performance insights for a specified Facebook ad account.\n\n This tool interfaces with the Facebook Graph API\'s Insights edge to fetch comprehensive\n performance data, such as impressions, reach, cost, conversions, and more. It supports\n various options for filtering, time breakdowns, and attribution settings. Note that\n some metrics returned might be estimated or in development.\n\n Args:\n act_id (str): The target ad account ID, prefixed with \'act_\', e.g., \'act_1234567890\'.\n fields (Optional[List[str]]): A list of specific metrics and fields to retrieve.\n If omitted, a default set is returned by the API. Common examples include:\n - \'account_currency\', \'account_id\', \'account_name\'\n - \'actions\', \'clicks\', \'conversions\'\n - \'cpc\', \'cpm\', \'cpp\', \'ctr\'\n - \'frequency\', \'impressions\', \'reach\', \'spend\'.\n date_preset (str): A predefined relative time range for the report.\n Options: \'today\', \'yesterday\', \'this_month\', \'last_month\', \'this_quarter\',\n \'maximum\', \'last_3d\', \'last_7d\', \'last_14d\', \'last_28d\', \'last_30d\',\n \'last_90d\', \'last_week_mon_sun\', \'last_week_sun_sat\', \'last_quarter\',\n \'last_year\', \'this_week_mon_today\', \'this_week_sun_today\', \'this_year\'.\n Default: \'last_30d\'. This parameter is ignored if \'time_range\', \'time_ranges\',\n \'since\', or \'until\' is provided.\n time_range (Optional[Dict[str, str]]): A specific time range defined by \'since\' and \'until\'\n dates in \'YYYY-MM-DD\' format, e.g., {\'since\': \'2023-10-01\', \'until\': \'2023-10-31\'}.\n Overrides \'date_preset\'. Ignored if \'time_ranges\' is provided.\n time_ranges (Optional[List[Dict[str, str]]]): An array of time range objects\n ({\'since\': \'...\', \'until\': \'...\'}) for comparing multiple periods. Overrides\n \'time_range\' and \'date_preset\'. Time ranges can overlap.\n time_increment (str | int): Specifies the granularity of the time breakdown.\n - An integer from 1 to 90 indicates the number of days per data point.\n - \'monthly\': Aggregates data by month.\n - \'all_days\': Provides a single summary row for the entire period.\n Default: \'all_days\'.\n level (str): The level of aggregation for the insights.\n Options: \'account\', \'campaign\', \'adset\', \'ad\'.\n Default: \'account\'.\n action_attribution_windows (Optional[List[str]]): Specifies the attribution windows\n to consider for actions (conversions). Examples: \'1d_view\', \'7d_view\',\n \'28d_view\', \'1d_click\', \'7d_click\', \'28d_click\', \'dda\', \'default\'.\n The API default may vary; [\'7d_click\', \'1d_view\'] is common.\n action_breakdowns (Optional[List[str]]): Segments the \'actions\' results based on\n specific dimensions. Examples: \'action_device\', \'action_type\',\n \'conversion_destination\', \'action_destination\'. Default: [\'action_type\'].\n action_report_time (Optional[str]): Determines when actions are counted.\n - \'impression\': Actions are attributed to the time of the ad impression.\n - \'conversion\': Actions are attributed to the time the conversion occurred.\n - \'mixed\': Uses \'impression\' time for paid metrics, \'conversion\' time for organic.\n Default: \'mixed\'.\n breakdowns (Optional[List[str]]): Segments the results by dimensions like demographics\n or placement. Examples: \'age\', \'gender\', \'country\', \'region\', \'dma\',\n \'impression_device\', \'publisher_platform\', \'platform_position\', \'device_platform\'.\n Note: Not all breakdowns can be combined.\n default_summary (bool): If True, includes an additional summary row in the response.\n Default: False.\n use_account_attribution_setting (bool): If True, forces the report to use the\n attribution settings defined at the ad account level. Default: False.\n use_unified_attribution_setting (bool): If True, uses the unified attribution\n settings defined at the ad set level. This is generally recommended for\n consistency with Ads Manager reporting. Default: True.\n filtering (Optional[List[dict]]): A list of filter objects to apply to the data.\n Each object should have \'field\', \'operator\', and \'value\' keys.\n Example: [{\'field\': \'spend\', \'operator\': \'GREATER_THAN\', \'value\': 50}].\n sort (Optional[str]): Specifies the field and direction for sorting the results.\n Format: \'{field_name}_ascending\' or \'{field_name}_descending\'.\n Example: \'impressions_descending\'.\n limit (Optional[int]): The maximum number of results to return in one API response page.\n after (Optional[str]): A pagination cursor pointing to the next page of results.\n Obtained from the \'paging.cursors.after\' field of a previous response.\n before (Optional[str]): A pagination cursor pointing to the previous page of results.\n Obtained from the \'paging.cursors.before\' field of a previous response.\n offset (Optional[int]): An alternative pagination method; skips the specified\n number of results. Use cursor-based pagination (\'after\'/\'before\') when possible.\n since (Optional[str]): For time-based pagination (used if \'time_range\' and \'time_ranges\'\n are not set), the start timestamp (Unix or strtotime value).\n until (Optional[str]): For time-based pagination (used if \'time_range\' and \'time_ranges\'\n are not set), the end timestamp (Unix or strtotime value).\n locale (Optional[str]): The locale for text responses (e.g., \'en_US\'). This controls \n language and formatting of text fields in the response.\n\n Returns:\n Dict: A dictionary containing the requested ad account insights. The main results\n are in the \'data\' list, and pagination info is in the \'paging\' object.\n\n Example:\n ```python\n # Get basic ad account performance for the last 30 days\n insights = get_adaccount_insights(\n act_id="act_123456789",\n fields=["impressions", "clicks", "spend", "ctr"],\n limit=25\n )\n\n # Fetch the next page if available using the pagination tool\n next_page_url = insights.get("paging", {}).get("next")\n if next_page_url:\n next_page_results = fetch_pagination_url(url=next_page_url)\n print("Fetched next page results.")\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'get_adaccount_insightsArguments', 'required': ['act_id'], 'properties': {'sort': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Sort', 'default': None}, 'after': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'After', 'default': None}, 'level': {'type': 'string', 'title': 'Level', 'default': 'account'}, 'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'since': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Since', 'default': None}, 'until': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Until', 'default': None}, 'act_id': {'type': 'string', 'title': 'Act Id'}, 'before': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Before', 'default': None}, 'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'locale': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Locale', 'default': None}, 'offset': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Offset', 'default': None}, 'filtering': {'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, {'type': 'null'}], 'title': 'Filtering', 'default': None}, 'breakdowns': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Breakdowns', 'default': None}, 'time_range': {'anyOf': [{'type': 'object', 'additionalProperties': {'type': 'string'}}, {'type': 'null'}], 'title': 'Time Range', 'default': None}, 'date_preset': {'type': 'string', 'title': 'Date Preset', 'default': 'last_30d'}, 'time_ranges': {'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': {'type': 'string'}}}, {'type': 'null'}], 'title': 'Time Ranges', 'default': None}, 'time_increment': {'type': 'string', 'title': 'Time Increment', 'default': 'all_days'}, 'default_summary': {'type': 'boolean', 'title': 'Default Summary', 'default': False}, 'action_breakdowns': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Action Breakdowns', 'default': None}, 'action_report_time': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Action Report Time', 'default': None}, 'action_attribution_windows': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Action Attribution Windows', 'default': None}, 'use_account_attribution_setting': {'type': 'boolean', 'title': 'Use Account Attribution Setting', 'default': False}, 'use_unified_attribution_setting': {'type': 'boolean', 'title': 'Use Unified Attribution Setting', 'default': True}}}}, {'name': 'get_campaign_insights', 'description': 'Retrieves performance insights for a specific Facebook ad campaign.\n\n Fetches statistics for a given campaign ID, allowing analysis of metrics like\n impressions, clicks, conversions, spend, etc. Supports time range definitions,\n breakdowns, and attribution settings.\n\n Args:\n campaign_id (str): The ID of the target Facebook ad campaign, e.g., \'23843xxxxx\'.\n fields (Optional[List[str]]): A list of specific metrics and fields to retrieve.\n Common examples: \'campaign_name\', \'account_id\', \'impressions\', \'clicks\',\n \'spend\', \'ctr\', \'reach\', \'actions\', \'objective\', \'cost_per_action_type\',\n \'conversions\', \'cpc\', \'cpm\', \'cpp\', \'frequency\', \'date_start\', \'date_stop\'.\n date_preset (str): A predefined relative time range for the report.\n Options: \'today\', \'yesterday\', \'this_month\', \'last_month\', \'this_quarter\',\n \'maximum\', \'last_3d\', \'last_7d\', \'last_14d\', \'last_28d\', \'last_30d\',\n \'last_90d\', \'last_week_mon_sun\', \'last_week_sun_sat\', \'last_quarter\',\n \'last_year\', \'this_week_mon_today\', \'this_week_sun_today\', \'this_year\'.\n Default: \'last_30d\'. Ignored if \'time_range\', \'time_ranges\', \'since\', or \'until\' is used.\n time_range (Optional[Dict[str, str]]): A specific time range {\'since\':\'YYYY-MM-DD\',\'until\':\'YYYY-MM-DD\'}.\n Overrides \'date_preset\'. Ignored if \'time_ranges\' is provided.\n time_ranges (Optional[List[Dict[str, str]]]): An array of time range objects for comparison.\n Overrides \'time_range\' and \'date_preset\'.\n time_increment (str | int): Specifies the granularity of the time breakdown.\n - Integer (1-90): number of days per data point.\n - \'monthly\': Aggregates data by month.\n - \'all_days\': Single summary row for the period.\n Default: \'all_days\'.\n action_attribution_windows (Optional[List[str]]): Specifies attribution windows for actions.\n Examples: \'1d_view\', \'7d_click\', \'28d_click\', etc. Default depends on API/settings.\n action_breakdowns (Optional[List[str]]): Segments \'actions\' results. Examples: \'action_device\', \'action_type\'.\n Default: [\'action_type\'].\n action_report_time (Optional[str]): Determines when actions are counted (\'impression\', \'conversion\', \'mixed\').\n Default: \'mixed\'.\n breakdowns (Optional[List[str]]): Segments results by dimensions. Examples: \'age\', \'gender\', \'country\',\n \'publisher_platform\', \'impression_device\'.\n default_summary (bool): If True, includes an additional summary row. Default: False.\n use_account_attribution_setting (bool): If True, uses the ad account\'s attribution settings. Default: False.\n use_unified_attribution_setting (bool): If True, uses unified attribution settings. Default: True.\n level (Optional[str]): Level of aggregation (\'campaign\', \'adset\', \'ad\'). Default: \'campaign\'.\n filtering (Optional[List[dict]]): List of filter objects {\'field\': \'...\', \'operator\': \'...\', \'value\': \'...\'}.\n sort (Optional[str]): Field and direction for sorting (\'{field}_ascending\'/\'_descending\').\n limit (Optional[int]): Maximum number of results per page.\n after (Optional[str]): Pagination cursor for the next page.\n before (Optional[str]): Pagination cursor for the previous page.\n offset (Optional[int]): Alternative pagination: skips N results.\n since (Optional[str]): Start timestamp for time-based pagination (if time ranges absent).\n until (Optional[str]): End timestamp for time-based pagination (if time ranges absent).\n locale (Optional[str]): The locale for text responses (e.g., \'en_US\'). This controls \n language and formatting of text fields in the response.\n\n Returns:\n Dict: A dictionary containing the requested campaign insights, with \'data\' and \'paging\' keys.\n\n Example:\n ```python\n # Get basic campaign performance for the last 7 days\n insights = get_campaign_insights(\n campaign_id="23843xxxxx",\n fields=["campaign_name", "impressions", "clicks", "spend"],\n date_preset="last_7d",\n limit=50\n )\n\n # Fetch the next page if available\n next_page_url = insights.get("paging", {}).get("next")\n if next_page_url:\n next_page_results = fetch_pagination_url(url=next_page_url)\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'get_campaign_insightsArguments', 'required': ['campaign_id'], 'properties': {'sort': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Sort', 'default': None}, 'after': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'After', 'default': None}, 'level': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Level', 'default': None}, 'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'since': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Since', 'default': None}, 'until': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Until', 'default': None}, 'before': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Before', 'default': None}, 'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'locale': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Locale', 'default': None}, 'offset': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Offset', 'default': None}, 'filtering': {'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, {'type': 'null'}], 'title': 'Filtering', 'default': None}, 'breakdowns': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Breakdowns', 'default': None}, 'time_range': {'anyOf': [{'type': 'object', 'additionalProperties': {'type': 'string'}}, {'type': 'null'}], 'title': 'Time Range', 'default': None}, 'campaign_id': {'type': 'string', 'title': 'Campaign Id'}, 'date_preset': {'type': 'string', 'title': 'Date Preset', 'default': 'last_30d'}, 'time_ranges': {'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': {'type': 'string'}}}, {'type': 'null'}], 'title': 'Time Ranges', 'default': None}, 'time_increment': {'type': 'string', 'title': 'Time Increment', 'default': 'all_days'}, 'default_summary': {'type': 'boolean', 'title': 'Default Summary', 'default': False}, 'action_breakdowns': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Action Breakdowns', 'default': None}, 'action_report_time': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Action Report Time', 'default': None}, 'action_attribution_windows': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Action Attribution Windows', 'default': None}, 'use_account_attribution_setting': {'type': 'boolean', 'title': 'Use Account Attribution Setting', 'default': False}, 'use_unified_attribution_setting': {'type': 'boolean', 'title': 'Use Unified Attribution Setting', 'default': True}}}}, {'name': 'get_adset_insights', 'description': 'Retrieves performance insights for a specific Facebook ad set.\n\n Provides advertising performance statistics for an ad set, allowing for analysis\n of metrics across its child ads. Supports time range definitions, breakdowns,\n filtering, sorting, and attribution settings. Some metrics may be estimated\n or in development.\n \n Args:\n adset_id (str): The ID of the target ad set, e.g., \'6123456789012\'.\n fields (Optional[List[str]]): A list of specific metrics and fields. Common examples:\n \'adset_name\', \'campaign_name\', \'account_id\', \'impressions\', \'clicks\', \'spend\',\n \'ctr\', \'reach\', \'frequency\', \'actions\', \'conversions\', \'cpc\', \'cpm\', \'cpp\',\n \'cost_per_action_type\', \'video_p25_watched_actions\', \'website_purchases\'.\n date_preset (str): A predefined relative time range (\'last_30d\', \'last_7d\', etc.).\n Default: \'last_30d\'. Ignored if \'time_range\', \'time_ranges\', \'since\', or \'until\' is used.\n time_range (Optional[Dict[str, str]]): Specific time range {\'since\':\'YYYY-MM-DD\',\'until\':\'YYYY-MM-DD\'}.\n Overrides \'date_preset\'. Ignored if \'time_ranges\' is provided.\n time_ranges (Optional[List[Dict[str, str]]]): Array of time range objects for comparison.\n Overrides \'time_range\' and \'date_preset\'.\n time_increment (str | int): Granularity of the time breakdown (\'all_days\', \'monthly\', 1-90 days).\n Default: \'all_days\'.\n action_attribution_windows (Optional[List[str]]): Specifies attribution windows for actions.\n Examples: \'1d_view\', \'7d_click\'. Default depends on API/settings.\n action_breakdowns (Optional[List[str]]): Segments \'actions\' results. Examples: \'action_device\', \'action_type\'.\n Default: [\'action_type\'].\n action_report_time (Optional[str]): Time basis for action stats (\'impression\', \'conversion\', \'mixed\').\n Default: \'mixed\'.\n breakdowns (Optional[List[str]]): Segments results by dimensions. Examples: \'age\', \'gender\', \'country\',\n \'publisher_platform\', \'impression_device\', \'platform_position\'.\n default_summary (bool): If True, includes an additional summary row. Default: False.\n use_account_attribution_setting (bool): If True, uses the ad account\'s attribution settings. Default: False.\n use_unified_attribution_setting (bool): If True, uses unified attribution settings. Default: True.\n level (Optional[str]): Level of aggregation (\'adset\', \'ad\'). Default: \'adset\'.\n filtering (Optional[List[dict]]): List of filter objects {\'field\': \'...\', \'operator\': \'...\', \'value\': \'...\'}.\n sort (Optional[str]): Field and direction for sorting (\'{field}_ascending\'/\'_descending\').\n limit (Optional[int]): Maximum number of results per page.\n after (Optional[str]): Pagination cursor for the next page.\n before (Optional[str]): Pagination cursor for the previous page.\n offset (Optional[int]): Alternative pagination: skips N results.\n since (Optional[str]): Start timestamp for time-based pagination (if time ranges absent).\n until (Optional[str]): End timestamp for time-based pagination (if time ranges absent).\n locale (Optional[str]): The locale for text responses (e.g., \'en_US\'). This controls \n language and formatting of text fields in the response.\n \n Returns: \n Dict: A dictionary containing the requested ad set insights, with \'data\' and \'paging\' keys.\n\n Example:\n ```python\n # Get ad set performance with breakdown by device for last 14 days\n insights = get_adset_insights(\n adset_id="6123456789012",\n fields=["adset_name", "impressions", "spend"],\n breakdowns=["impression_device"],\n date_preset="last_14d"\n )\n\n # Fetch the next page if available\n next_page_url = insights.get("paging", {}).get("next")\n if next_page_url:\n next_page_results = fetch_pagination_url(url=next_page_url)\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'get_adset_insightsArguments', 'required': ['adset_id'], 'properties': {'sort': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Sort', 'default': None}, 'after': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'After', 'default': None}, 'level': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Level', 'default': None}, 'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'since': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Since', 'default': None}, 'until': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Until', 'default': None}, 'before': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Before', 'default': None}, 'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'locale': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Locale', 'default': None}, 'offset': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Offset', 'default': None}, 'adset_id': {'type': 'string', 'title': 'Adset Id'}, 'filtering': {'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, {'type': 'null'}], 'title': 'Filtering', 'default': None}, 'breakdowns': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Breakdowns', 'default': None}, 'time_range': {'anyOf': [{'type': 'object', 'additionalProperties': {'type': 'string'}}, {'type': 'null'}], 'title': 'Time Range', 'default': None}, 'date_preset': {'type': 'string', 'title': 'Date Preset', 'default': 'last_30d'}, 'time_ranges': {'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': {'type': 'string'}}}, {'type': 'null'}], 'title': 'Time Ranges', 'default': None}, 'time_increment': {'type': 'string', 'title': 'Time Increment', 'default': 'all_days'}, 'default_summary': {'type': 'boolean', 'title': 'Default Summary', 'default': False}, 'action_breakdowns': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Action Breakdowns', 'default': None}, 'action_report_time': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Action Report Time', 'default': None}, 'action_attribution_windows': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Action Attribution Windows', 'default': None}, 'use_account_attribution_setting': {'type': 'boolean', 'title': 'Use Account Attribution Setting', 'default': False}, 'use_unified_attribution_setting': {'type': 'boolean', 'title': 'Use Unified Attribution Setting', 'default': True}}}}, {'name': 'get_ad_insights', 'description': 'Retrieves detailed performance insights for a specific Facebook ad.\n\n Fetches performance metrics for an individual ad (ad group), such as impressions,\n clicks, conversions, engagement, video views, etc. Allows for customization via\n time periods, breakdowns, filtering, sorting, and attribution settings. Note that\n some metrics may be estimated or in development.\n \n Args:\n ad_id (str): The ID of the target ad (ad group), e.g., \'6123456789012\'.\n fields (Optional[List[str]]): A list of specific metrics and fields. Common examples:\n \'ad_name\', \'adset_name\', \'campaign_name\', \'account_id\', \'impressions\', \'clicks\',\n \'spend\', \'ctr\', \'cpc\', \'cpm\', \'cpp\', \'reach\', \'frequency\', \'actions\', \'conversions\',\n \'cost_per_action_type\', \'inline_link_clicks\', \'inline_post_engagement\', \'unique_clicks\',\n \'video_p25_watched_actions\', \'video_p50_watched_actions\', \'video_p75_watched_actions\',\n \'video_p95_watched_actions\', \'video_p100_watched_actions\', \'video_avg_time_watched_actions\',\n \'website_ctr\', \'website_purchases\'.\n date_preset (str): A predefined relative time range (\'last_30d\', \'last_7d\', etc.).\n Default: \'last_30d\'. Ignored if \'time_range\', \'time_ranges\', \'since\', or \'until\' is used.\n time_range (Optional[Dict[str, str]]): Specific time range {\'since\':\'YYYY-MM-DD\',\'until\':\'YYYY-MM-DD\'}.\n Overrides \'date_preset\'. Ignored if \'time_ranges\' is provided.\n time_ranges (Optional[List[Dict[str, str]]]): Array of time range objects for comparison.\n Overrides \'time_range\' and \'date_preset\'.\n time_increment (str | int): Granularity of the time breakdown (\'all_days\', \'monthly\', 1-90 days).\n Default: \'all_days\'.\n action_attribution_windows (Optional[List[str]]): Specifies attribution windows for actions.\n Examples: \'1d_view\', \'7d_click\'. Default depends on API/settings.\n action_breakdowns (Optional[List[str]]): Segments \'actions\' results. Examples: \'action_device\', \'action_type\'.\n Default: [\'action_type\'].\n action_report_time (Optional[str]): Time basis for action stats (\'impression\', \'conversion\', \'mixed\').\n Default: \'mixed\'.\n breakdowns (Optional[List[str]]): Segments results by dimensions. Examples: \'age\', \'gender\', \'country\',\n \'publisher_platform\', \'impression_device\', \'platform_position\', \'device_platform\'.\n default_summary (bool): If True, includes an additional summary row. Default: False.\n use_account_attribution_setting (bool): If True, uses the ad account\'s attribution settings. Default: False.\n use_unified_attribution_setting (bool): If True, uses unified attribution settings. Default: True.\n level (Optional[str]): Level of aggregation. Should typically be \'ad\'. Default: \'ad\'.\n filtering (Optional[List[dict]]): List of filter objects {\'field\': \'...\', \'operator\': \'...\', \'value\': \'...\'}.\n sort (Optional[str]): Field and direction for sorting (\'{field}_ascending\'/\'_descending\').\n limit (Optional[int]): Maximum number of results per page.\n after (Optional[str]): Pagination cursor for the next page.\n before (Optional[str]): Pagination cursor for the previous page.\n offset (Optional[int]): Alternative pagination: skips N results.\n since (Optional[str]): Start timestamp for time-based pagination (if time ranges absent).\n until (Optional[str]): End timestamp for time-based pagination (if time ranges absent).\n locale (Optional[str]): The locale for text responses (e.g., \'en_US\'). This controls \n language and formatting of text fields in the response.\n \n Returns: \n Dict: A dictionary containing the requested ad insights, with \'data\' and \'paging\' keys.\n \n Example:\n ```python\n # Get basic ad performance for the last 30 days\n ad_insights = get_ad_insights(\n ad_id="6123456789012", \n fields=["ad_name", "impressions", "clicks", "spend", "ctr", "reach"],\n limit=10\n )\n \n # Get ad performance with platform breakdown for last 14 days\n platform_insights = get_ad_insights(\n ad_id="6123456789012",\n fields=["ad_name", "impressions", "clicks", "spend"],\n breakdowns=["publisher_platform", "platform_position"],\n date_preset="last_14d"\n )\n \n # Fetch the next page of basic performance if available\n next_page_url = ad_insights.get("paging", {}).get("next")\n if next_page_url:\n next_page = fetch_pagination_url(url=next_page_url)\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'get_ad_insightsArguments', 'required': ['ad_id'], 'properties': {'sort': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Sort', 'default': None}, 'ad_id': {'type': 'string', 'title': 'Ad Id'}, 'after': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'After', 'default': None}, 'level': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Level', 'default': None}, 'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'since': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Since', 'default': None}, 'until': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Until', 'default': None}, 'before': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Before', 'default': None}, 'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'locale': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Locale', 'default': None}, 'offset': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Offset', 'default': None}, 'filtering': {'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, {'type': 'null'}], 'title': 'Filtering', 'default': None}, 'breakdowns': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Breakdowns', 'default': None}, 'time_range': {'anyOf': [{'type': 'object', 'additionalProperties': {'type': 'string'}}, {'type': 'null'}], 'title': 'Time Range', 'default': None}, 'date_preset': {'type': 'string', 'title': 'Date Preset', 'default': 'last_30d'}, 'time_ranges': {'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': {'type': 'string'}}}, {'type': 'null'}], 'title': 'Time Ranges', 'default': None}, 'time_increment': {'type': 'string', 'title': 'Time Increment', 'default': 'all_days'}, 'default_summary': {'type': 'boolean', 'title': 'Default Summary', 'default': False}, 'action_breakdowns': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Action Breakdowns', 'default': None}, 'action_report_time': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Action Report Time', 'default': None}, 'action_attribution_windows': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Action Attribution Windows', 'default': None}, 'use_account_attribution_setting': {'type': 'boolean', 'title': 'Use Account Attribution Setting', 'default': False}, 'use_unified_attribution_setting': {'type': 'boolean', 'title': 'Use Unified Attribution Setting', 'default': True}}}}, {'name': 'fetch_pagination_url', 'description': 'Fetch data from a Facebook Graph API pagination URL\n \n Use this to get the next/previous page of results from an insights API call.\n \n Args:\n url: The complete pagination URL (e.g., from response[\'paging\'][\'next\'] or response[\'paging\'][\'previous\']).\n It includes the necessary token and parameters.\n \n Returns:\n The dictionary containing the next/previous page of results.\n \n Example:\n ```python\n # Assuming \'initial_results\' is the dict from a previous insights call\n if "paging" in initial_results and "next" in initial_results["paging"]:\n next_page_data = fetch_pagination_url(url=initial_results["paging"]["next"])\n\n if "paging" in initial_results and "previous" in initial_results["paging"]:\n prev_page_data = fetch_pagination_url(url=initial_results["paging"]["previous"])\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'fetch_pagination_urlArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url'}}}}, {'name': 'get_ad_creative_by_id', 'description': 'Retrieves detailed information about a specific Facebook ad creative.\n\n This tool interfaces with the Facebook Graph API to fetch comprehensive details\n about an ad creative, such as its name, status, specifications, engagement metrics,\n and associated objects (like images, videos, and pages).\n\n Args:\n creative_id (str): The ID of the ad creative to retrieve.\n fields (Optional[List[str]]): A list of specific fields to retrieve. If None, \n returns the default set of fields. Available fields include (but are not limited to):\n - \'account_id\': Ad account ID the creative belongs to\n - \'actor_id\': ID of the Facebook actor (page/app/person) associated with this creative\n - \'adlabels\': Ad labels associated with this creative\n - \'applink_treatment\': App link treatment type\n - \'asset_feed_spec\': Specifications for dynamic ad creatives\n - \'authorization_category\': For political ads, shows authorization category\n - \'body\': Ad body text content\n - \'branded_content_sponsor_page_id\': ID of the sponsor page for branded content\n - \'call_to_action_type\': Type of call to action button\n - \'effective_authorization_category\': Effective authorization category for the ad\n - \'effective_instagram_media_id\': Instagram media ID used in the ad\n - \'effective_instagram_story_id\': Instagram story ID used in the ad\n - \'effective_object_story_id\': Object story ID used for the ad\n - \'id\': Creative ID\n - \'image_hash\': Hash of the image used in the creative\n - \'image_url\': URL of the image used\n - \'instagram_actor_id\': Instagram actor ID associated with creative (deprecated)\n - \'instagram_permalink_url\': Instagram permalink URL\n - \'instagram_story_id\': Instagram story ID\n - \'instagram_user_id\': Instagram user ID associated with creative\n - \'link_og_id\': Open Graph ID for the link\n - \'link_url\': URL being advertised\n - \'name\': Name of the creative in the ad account library\n - \'object_id\': ID of the Facebook object being advertised\n - \'object_story_id\': ID of the page post used in the ad\n - \'object_story_spec\': Specification for the page post to create for the ad\n - \'object_type\': Type of the object being advertised\n - \'object_url\': URL of the object being advertised\n - \'platform_customizations\': Custom specifications for different platforms\n - \'product_set_id\': ID of the product set for product ads\n - \'status\': Status of this creative (ACTIVE, IN_PROCESS, WITH_ISSUES, DELETED)\n - \'template_url\': URL of the template used\n - \'thumbnail_url\': URL of the creative thumbnail\n - \'title\': Ad headline/title text\n - \'url_tags\': URL tags appended to landing pages for tracking\n - \'use_page_actor_override\': Use the page actor instead of ad account actor\n - \'video_id\': ID of the video used in the ad\n \n thumbnail_width (Optional[int]): Width of the thumbnail in pixels. Default: 64.\n thumbnail_height (Optional[int]): Height of the thumbnail in pixels. Default: 64.\n\n Returns:\n Dict: A dictionary containing the requested ad creative details.\n\n Example:\n ```python\n # Get basic information about an ad creative\n creative = get_ad_creative_details(\n creative_id="23842312323312",\n fields=["name", "status", "object_story_id", "thumbnail_url"]\n )\n \n # Get a larger thumbnail with specific dimensions\n creative_with_thumbnail = get_ad_creative_details(\n creative_id="23842312323312", \n fields=["name", "thumbnail_url"],\n thumbnail_width=300,\n thumbnail_height=200\n )\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'get_ad_creative_by_idArguments', 'required': ['creative_id'], 'properties': {'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'creative_id': {'type': 'string', 'title': 'Creative Id'}, 'thumbnail_width': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Thumbnail Width', 'default': None}, 'thumbnail_height': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Thumbnail Height', 'default': None}}}}, {'name': 'get_ad_creatives_by_ad_id', 'description': 'Retrieves the ad creatives associated with a specific Facebook ad.\n \n This function accesses the Facebook Graph API to retrieve the creative objects\n used by a specific ad, including details about the creative content, media, \n and specifications.\n \n Args:\n ad_id (str): The ID of the ad to retrieve creatives for.\n fields (Optional[List[str]]): A list of specific fields to retrieve for each creative.\n If None, a default set of fields will be returned. Available fields include:\n - \'id\': The creative\'s ID\n - \'name\': The creative\'s name\n - \'account_id\': The ID of the ad account this creative belongs to\n - \'actor_id\': ID of the Facebook actor associated with creative\n - \'adlabels\': Ad labels applied to the creative\n - \'applink_treatment\': App link treatment type\n - \'asset_feed_spec\': Specifications for dynamic ad creatives\n - \'authorization_category\': Political ad authorization category\n - \'body\': Ad body text content\n - \'branded_content_sponsor_page_id\': ID of sponsoring page for branded content\n - \'call_to_action_type\': Type of call to action button\n - \'effective_authorization_category\': Effective authorization category\n - \'effective_instagram_media_id\': Instagram media ID used\n - \'effective_instagram_story_id\': Instagram story ID used\n - \'effective_object_story_id\': Object story ID used\n - \'image_hash\': Hash of the image used in the creative\n - \'image_url\': URL of the image used\n - \'instagram_actor_id\': Instagram actor ID (deprecated)\n - \'instagram_permalink_url\': Instagram permalink URL\n - \'instagram_story_id\': Instagram story ID\n - \'instagram_user_id\': Instagram user ID associated with creative\n - \'link_og_id\': Open Graph ID for the link\n - \'link_url\': URL being advertised\n - \'object_id\': ID of the Facebook object being advertised\n - \'object_story_id\': ID of the page post used in the ad\n - \'object_story_spec\': Specification for the page post \n - \'object_type\': Type of the object being advertised (\'PAGE\', \'DOMAIN\', etc.)\n - \'object_url\': URL of the object being advertised\n - \'platform_customizations\': Custom specifications for different platforms\n - \'product_set_id\': ID of the product set for product ads\n - \'status\': Status of this creative (\'ACTIVE\', \'IN_PROCESS\', etc.)\n - \'template_url\': URL of the template used\n - \'thumbnail_url\': URL of the creative thumbnail\n - \'title\': Ad headline/title text\n - \'url_tags\': URL tags appended to landing pages for tracking\n - \'use_page_actor_override\': Whether to use the page actor instead of account actor\n - \'video_id\': ID of the video used in the ad\n limit (Optional[int]): Maximum number of creatives to return per page. Default is 25.\n after (Optional[str]): Pagination cursor for the next page. From response[\'paging\'][\'cursors\'][\'after\'].\n before (Optional[str]): Pagination cursor for the previous page. From response[\'paging\'][\'cursors\'][\'before\'].\n date_format (Optional[str]): Format for date responses. Options:\n - \'U\': Unix timestamp (seconds since epoch)\n - \'Y-m-d H:i:s\': MySQL datetime format\n - None: ISO 8601 format (default)\n \n Returns:\n Dict: A dictionary containing the requested ad creatives. The main results are in the \'data\'\n list, and pagination info is in the \'paging\' object.\n \n Example:\n ```python\n # Get basic creative information for an ad\n creatives = get_ad_creatives(\n ad_id="23843211234567",\n fields=["name", "image_url", "body", "title", "status"]\n )\n \n # Get detailed creative specifications with pagination\n detailed_creatives = get_ad_creatives(\n ad_id="23843211234567",\n fields=["name", "object_story_spec", "image_url", "call_to_action_type"],\n limit=50\n )\n \n # Fetch the next page if available using the pagination cursor\n next_page_cursor = creatives.get("paging", {}).get("cursors", {}).get("after")\n if next_page_cursor:\n next_page = get_ad_creatives(\n ad_id="23843211234567",\n fields=["name", "image_url", "body", "title"],\n limit=50,\n after=next_page_cursor\n )\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'get_ad_creatives_by_ad_idArguments', 'required': ['ad_id'], 'properties': {'ad_id': {'type': 'string', 'title': 'Ad Id'}, 'after': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'After', 'default': None}, 'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': 25}, 'before': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Before', 'default': None}, 'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'date_format': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date Format', 'default': None}}}}, {'name': 'get_ad_by_id', 'description': 'Retrieves detailed information about a specific Facebook ad by its ID.\n \n This function accesses the Facebook Graph API to retrieve information about a\n single ad object, including details about its status, targeting, creative, budget,\n and performance metrics.\n \n Args:\n ad_id (str): The ID of the ad to retrieve information for.\n fields (Optional[List[str]]): A list of specific fields to retrieve. If None,\n a default set of fields will be returned. Available fields include:\n - \'id\': The ad\'s ID\n - \'name\': The ad\'s name\n - \'account_id\': The ID of the ad account this ad belongs to\n - \'adset_id\': The ID of the ad set this ad belongs to\n - \'campaign_id\': The ID of the campaign this ad belongs to\n - \'adlabels\': Labels applied to the ad\n - \'bid_amount\': The bid amount for this ad\n - \'bid_type\': The bid type of this ad\n - \'bid_info\': The bid info for this ad\n - \'configured_status\': The configured status of this ad\n - \'conversion_domain\': The conversion domain for this ad\n - \'created_time\': When the ad was created\n - \'creative\': The ad creative\n - \'effective_status\': The effective status of this ad\n - \'issues_info\': Information about issues with this ad\n - \'recommendations\': Recommendations for improving this ad\n - \'status\': The status of this ad\n - \'tracking_specs\': The tracking specs for this ad\n - \'updated_time\': When this ad was last updated\n - \'preview_shareable_link\': Link for previewing this ad\n \n Returns:\n Dict: A dictionary containing the requested ad information.\n \n Example:\n ```python\n # Get basic ad information\n ad = get_ad_by_id(\n ad_id="23843211234567",\n fields=["name", "adset_id", "campaign_id", "effective_status", "creative"]\n )\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'get_ad_by_idArguments', 'required': ['ad_id'], 'properties': {'ad_id': {'type': 'string', 'title': 'Ad Id'}, 'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}}}}, {'name': 'get_ads_by_adaccount', 'description': 'Retrieves ads from a specific Facebook ad account.\n \n This function allows querying all ads belonging to a specific ad account with\n various filtering options, pagination, and field selection.\n \n Args:\n act_id (str): The ID of the ad account to retrieve ads from, prefixed with \'act_\', \n e.g., \'act_1234567890\'.\n fields (Optional[List[str]]): A list of specific fields to retrieve for each ad. \n If None, a default set of fields will be returned.\n Common fields include:\n - \'id\': The ad\'s ID\n - \'name\': The ad\'s name\n - \'adset_id\': The ID of the ad set this ad belongs to\n - \'campaign_id\': The ID of the campaign this ad belongs to\n - \'creative\': The ad creative details\n - \'status\': The current status of the ad\n - \'effective_status\': The effective status including review status\n - \'bid_amount\': The bid amount for this ad\n - \'configured_status\': The configured status\n - \'created_time\': When the ad was created\n - \'updated_time\': When the ad was last updated\n - \'targeting\': Targeting criteria\n - \'conversion_specs\': Conversion specs\n - \'recommendations\': Recommendations for improving the ad\n - \'preview_shareable_link\': Link for previewing the ad\n filtering (Optional[List[dict]]): A list of filter objects to apply to the data.\n Each object should have \'field\', \'operator\', and \'value\' keys.\n limit (Optional[int]): Maximum number of ads to return per page. Default is 25.\n after (Optional[str]): Pagination cursor for the next page. From response[\'paging\'][\'cursors\'][\'after\'].\n before (Optional[str]): Pagination cursor for the previous page. From response[\'paging\'][\'cursors\'][\'before\'].\n date_preset (Optional[str]): A predefined relative date range for selecting ads.\n Options include \'today\', \'yesterday\', \'this_week\', etc.\n time_range (Optional[Dict[str, str]]): A custom time range with \'since\' and \'until\' \n dates in \'YYYY-MM-DD\' format.\n updated_since (Optional[int]): Return ads that have been updated since this Unix timestamp.\n effective_status (Optional[List[str]]): Filter ads by their effective status. \n Options include: \'ACTIVE\', \'PAUSED\', \'DELETED\', \n \'PENDING_REVIEW\', \'DISAPPROVED\', \'PREAPPROVED\', \n \'PENDING_BILLING_INFO\', \'CAMPAIGN_PAUSED\', \'ARCHIVED\', \n \'ADSET_PAUSED\', \'IN_PROCESS\', \'WITH_ISSUES\'.\n \n Returns:\n Dict: A dictionary containing the requested ads. The main results are in the \'data\'\n list, and pagination info is in the \'paging\' object.\n \n Example:\n ```python\n # Get active ads from an ad account\n ads = get_ads_by_adaccount(\n act_id="act_123456789",\n fields=["name", "adset_id", "campaign_id", "effective_status", "created_time"],\n effective_status=["ACTIVE"],\n limit=50\n )\n \n # Fetch the next page if available using the pagination cursor\n next_page_cursor = ads.get("paging", {}).get("cursors", {}).get("after")\n if next_page_cursor:\n next_page = get_ads_by_adaccount(\n act_id="act_123456789",\n fields=["name", "adset_id", "campaign_id", "effective_status", "created_time"],\n effective_status=["ACTIVE"],\n limit=50,\n after=next_page_cursor\n )\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'get_ads_by_adaccountArguments', 'required': ['act_id'], 'properties': {'after': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'After', 'default': None}, 'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': 25}, 'act_id': {'type': 'string', 'title': 'Act Id'}, 'before': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Before', 'default': None}, 'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'filtering': {'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, {'type': 'null'}], 'title': 'Filtering', 'default': None}, 'time_range': {'anyOf': [{'type': 'object', 'additionalProperties': {'type': 'string'}}, {'type': 'null'}], 'title': 'Time Range', 'default': None}, 'date_preset': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date Preset', 'default': None}, 'updated_since': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Updated Since', 'default': None}, 'effective_status': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Effective Status', 'default': None}}}}, {'name': 'get_ads_by_campaign', 'description': 'Retrieves ads associated with a specific Facebook campaign.\n \n This function allows querying all ads belonging to a specific campaign,\n with filtering options, pagination, and field selection.\n \n Args:\n campaign_id (str): The ID of the campaign to retrieve ads from.\n fields (Optional[List[str]]): A list of specific fields to retrieve for each ad.\n If None, a default set of fields will be returned.\n Common fields include:\n - \'id\': The ad\'s ID\n - \'name\': The ad\'s name\n - \'adset_id\': The ID of the ad set this ad belongs to\n - \'creative\': The ad creative details\n - \'status\': The current status of the ad\n - \'effective_status\': The effective status including review status\n - \'bid_amount\': The bid amount for this ad\n - \'created_time\': When the ad was created\n - \'updated_time\': When the ad was last updated\n - \'targeting\': Targeting criteria\n - \'preview_shareable_link\': Link for previewing the ad\n filtering (Optional[List[dict]]): A list of filter objects to apply to the data.\n Each object should have \'field\', \'operator\', and \'value\' keys.\n limit (Optional[int]): Maximum number of ads to return per page. Default is 25.\n after (Optional[str]): Pagination cursor for the next page. From response[\'paging\'][\'cursors\'][\'after\'].\n before (Optional[str]): Pagination cursor for the previous page. From response[\'paging\'][\'cursors\'][\'before\'].\n effective_status (Optional[List[str]]): Filter ads by their effective status.\n Options include: \'ACTIVE\', \'PAUSED\', \'DELETED\',\n \'PENDING_REVIEW\', \'DISAPPROVED\', \'PREAPPROVED\',\n \'PENDING_BILLING_INFO\', \'ADSET_PAUSED\', \'ARCHIVED\',\n \'IN_PROCESS\', \'WITH_ISSUES\'.\n \n Returns:\n Dict: A dictionary containing the requested ads. The main results are in the \'data\'\n list, and pagination info is in the \'paging\' object.\n \n Example:\n ```python\n # Get all active ads from a campaign\n ads = get_ads_by_campaign(\n campaign_id="23843211234567",\n fields=["name", "adset_id", "effective_status", "created_time"],\n effective_status=["ACTIVE"],\n limit=50\n )\n \n # Fetch the next page if available using the pagination cursor\n next_page_cursor = ads.get("paging", {}).get("cursors", {}).get("after")\n if next_page_cursor:\n next_page = get_ads_by_campaign(\n campaign_id="23843211234567",\n fields=["name", "adset_id", "effective_status", "created_time"],\n effective_status=["ACTIVE"],\n limit=50,\n after=next_page_cursor\n )\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'get_ads_by_campaignArguments', 'required': ['campaign_id'], 'properties': {'after': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'After', 'default': None}, 'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': 25}, 'before': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Before', 'default': None}, 'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'filtering': {'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, {'type': 'null'}], 'title': 'Filtering', 'default': None}, 'campaign_id': {'type': 'string', 'title': 'Campaign Id'}, 'effective_status': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Effective Status', 'default': None}}}}, {'name': 'get_ads_by_adset', 'description': 'Retrieves ads associated with a specific Facebook ad set.\n \n This function allows querying all ads belonging to a specific ad set,\n with filtering options, pagination, and field selection.\n \n Args:\n adset_id (str): The ID of the ad set to retrieve ads from.\n fields (Optional[List[str]]): A list of specific fields to retrieve for each ad.\n If None, a default set of fields will be returned.\n See get_ad_by_id for a comprehensive list of available fields.\n filtering (Optional[List[dict]]): A list of filter objects to apply to the data.\n Each object should have \'field\', \'operator\', and \'value\' keys.\n Operators include: \'EQUAL\', \'NOT_EQUAL\', \'GREATER_THAN\',\n \'GREATER_THAN_OR_EQUAL\', \'LESS_THAN\', \'LESS_THAN_OR_EQUAL\',\n \'IN_RANGE\', \'NOT_IN_RANGE\', \'CONTAIN\', \'NOT_CONTAIN\',\n \'IN\', \'NOT_IN\', \'EMPTY\', \'NOT_EMPTY\'.\n limit (Optional[int]): Maximum number of ads to return per page. Default is 25, max is 100.\n after (Optional[str]): Pagination cursor for the next page. From response[\'paging\'][\'cursors\'][\'after\'].\n before (Optional[str]): Pagination cursor for the previous page. From response[\'paging\'][\'cursors\'][\'before\'].\n effective_status (Optional[List[str]]): Filter ads by their effective status.\n Options include: \'ACTIVE\', \'PAUSED\', \'DELETED\',\n \'PENDING_REVIEW\', \'DISAPPROVED\', \'PREAPPROVED\',\n \'PENDING_BILLING_INFO\', \'CAMPAIGN_PAUSED\', \'ARCHIVED\',\n \'IN_PROCESS\', \'WITH_ISSUES\'.\n date_format (Optional[str]): Format for date responses. Options:\n - \'U\': Unix timestamp (seconds since epoch)\n - \'Y-m-d H:i:s\': MySQL datetime format\n - None: ISO 8601 format (default)\n \n Returns:\n Dict: A dictionary containing the requested ads. The main results are in the \'data\'\n list, and pagination info is in the \'paging\' object.\n \n Example:\n ```python\n # Get all active ads from an ad set\n ads = get_ads_by_adset(\n adset_id="23843211234567",\n fields=["name", "campaign_id", "effective_status", "created_time", "creative"],\n effective_status=["ACTIVE"],\n limit=50\n )\n \n # Get ads with specific fields and date format\n time_ads = get_ads_by_adset(\n adset_id="23843211234567",\n fields=["name", "created_time", "updated_time", "status"],\n date_format="Y-m-d H:i:s"\n )\n \n # Fetch the next page if available using the pagination cursor\n next_page_cursor = ads.get("paging", {}).get("cursors", {}).get("after")\n if next_page_cursor:\n next_page = get_ads_by_adset(\n adset_id="23843211234567",\n fields=["name", "campaign_id", "effective_status", "created_time", "creative"],\n effective_status=["ACTIVE"],\n limit=50,\n after=next_page_cursor\n )\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'get_ads_by_adsetArguments', 'required': ['adset_id'], 'properties': {'after': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'After', 'default': None}, 'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': 25}, 'before': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Before', 'default': None}, 'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'adset_id': {'type': 'string', 'title': 'Adset Id'}, 'filtering': {'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, {'type': 'null'}], 'title': 'Filtering', 'default': None}, 'date_format': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date Format', 'default': None}, 'effective_status': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Effective Status', 'default': None}}}}, {'name': 'get_adset_by_id', 'description': 'Retrieves detailed information about a specific Facebook ad set by its ID.\n \n This function accesses the Facebook Graph API to retrieve information about a\n single ad set, including details about its targeting, budget, scheduling, and status.\n \n Args:\n adset_id (str): The ID of the ad set to retrieve information for.\n fields (Optional[List[str]]): A list of specific fields to retrieve. If None,\n a default set of fields will be returned. Available fields include:\n - \'id\': The ad set\'s ID\n - \'name\': The ad set\'s name\n - \'account_id\': The ID of the ad account this ad set belongs to\n - \'campaign_id\': The ID of the campaign this ad set belongs to\n - \'bid_amount\': The bid amount for this ad set\n - \'bid_strategy\': Strategy used for bidding. Options include: \'LOWEST_COST_WITHOUT_CAP\', \n \'LOWEST_COST_WITH_BID_CAP\', \'COST_CAP\'\n - \'billing_event\': The billing event type. Options include: \'APP_INSTALLS\', \n \'CLICKS\', \'IMPRESSIONS\', \'LINK_CLICKS\', \'NONE\', \'OFFER_CLAIMS\', \n \'PAGE_LIKES\', \'POST_ENGAGEMENT\', \'THRUPLAY\'\n - \'budget_remaining\': The remaining budget for this ad set (in cents/smallest currency unit)\n - \'configured_status\': The status set by the user. Options include: \'ACTIVE\', \n \'PAUSED\', \'DELETED\', \'ARCHIVED\'\n - \'created_time\': When the ad set was created\n - \'daily_budget\': The daily budget for this ad set (in cents/smallest currency unit)\n - \'daily_min_spend_target\': The minimum daily spend target (in cents/smallest currency unit)\n - \'daily_spend_cap\': The daily spend cap (in cents/smallest currency unit)\n - \'destination_type\': Type of destination for the ads\n - \'effective_status\': The effective status (actual status). Options include: \'ACTIVE\', \n \'PAUSED\', \'DELETED\', \'PENDING_REVIEW\', \'DISAPPROVED\', \'PREAPPROVED\', \n \'PENDING_BILLING_INFO\', \'CAMPAIGN_PAUSED\', \'ARCHIVED\', \'ADSET_PAUSED\', \n \'IN_PROCESS\', \'WITH_ISSUES\'\n - \'end_time\': When the ad set will end (in ISO 8601 format)\n - \'frequency_control_specs\': Specifications for frequency control\n - \'lifetime_budget\': The lifetime budget (in cents/smallest currency unit)\n - \'lifetime_imps\': The maximum number of lifetime impressions\n - \'lifetime_min_spend_target\': The minimum lifetime spend target\n - \'lifetime_spend_cap\': The lifetime spend cap\n - \'optimization_goal\': The optimization goal for this ad set. Options include: \n \'APP_INSTALLS\', \'BRAND_AWARENESS\', \'CLICKS\', \'ENGAGED_USERS\', \'EVENT_RESPONSES\', \n \'IMPRESSIONS\', \'LEAD_GENERATION\', \'LINK_CLICKS\', \'NONE\', \'OFFER_CLAIMS\', \n \'OFFSITE_CONVERSIONS\', \'PAGE_ENGAGEMENT\', \'PAGE_LIKES\', \'POST_ENGAGEMENT\', \n \'QUALITY_LEAD\', \'REACH\', \'REPLIES\', \'SOCIAL_IMPRESSIONS\', \'THRUPLAY\', \n \'VALUE\', \'VISIT_INSTAGRAM_PROFILE\'\n - \'pacing_type\': List of pacing types. Options include: \'standard\', \'no_pacing\'\n - \'promoted_object\': The object this ad set is promoting\n - \'recommendations\': Recommendations for improving this ad set\n - \'rf_prediction_id\': The Reach and Frequency prediction ID\n - \'source_adset_id\': ID of the source ad set if this is a copy\n - \'start_time\': When the ad set starts (in ISO 8601 format)\n - \'status\': Deprecated. The ad set\'s status. Use \'effective_status\' instead.\n - \'targeting\': The targeting criteria for this ad set (complex object)\n - \'time_based_ad_rotation_id_blocks\': Time-based ad rotation blocks\n - \'time_based_ad_rotation_intervals\': Time-based ad rotation intervals in seconds\n - \'updated_time\': When this ad set was last updated\n - \'use_new_app_click\': Whether to use the newer app click tracking\n \n Returns:\n Dict: A dictionary containing the requested ad set information.\n \n Example:\n ```python\n # Get basic ad set information\n adset = get_adset_by_id(\n adset_id="23843211234567",\n fields=["name", "campaign_id", "effective_status", "targeting", "budget_remaining"]\n )\n \n # Get detailed scheduling information\n adset_schedule = get_adset_by_id(\n adset_id="23843211234567",\n fields=["name", "start_time", "end_time", "daily_budget", "lifetime_budget"]\n )\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'get_adset_by_idArguments', 'required': ['adset_id'], 'properties': {'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'adset_id': {'type': 'string', 'title': 'Adset Id'}}}}, {'name': 'get_adsets_by_ids', 'description': 'Retrieves detailed information about multiple Facebook ad sets by their IDs.\n \n This function allows batch retrieval of multiple ad sets in a single API call,\n improving efficiency when you need data for several ad sets.\n \n Args:\n adset_ids (List[str]): A list of ad set IDs to retrieve information for.\n fields (Optional[List[str]]): A list of specific fields to retrieve for each ad set.\n If None, a default set of fields will be returned. See get_adset_by_id for\n a comprehensive list of available fields.\n date_format (Optional[str]): Format for date responses. Options:\n - \'U\': Unix timestamp (seconds since epoch)\n - \'Y-m-d H:i:s\': MySQL datetime format\n - None: ISO 8601 format (default)\n \n Returns:\n Dict: A dictionary where keys are the ad set IDs and values are the\n corresponding ad set details.\n \n Example:\n ```python\n # Get information for multiple ad sets\n adsets = get_adsets_by_ids(\n adset_ids=["23843211234567", "23843211234568", "23843211234569"],\n fields=["name", "campaign_id", "effective_status", "budget_remaining"],\n date_format="U" # Get dates as Unix timestamps\n )\n \n # Access information for a specific ad set\n if "23843211234567" in adsets:\n print(adsets["23843211234567"]["name"])\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'get_adsets_by_idsArguments', 'required': ['adset_ids'], 'properties': {'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'adset_ids': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Adset Ids'}, 'date_format': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date Format', 'default': None}}}}, {'name': 'get_adsets_by_adaccount', 'description': 'Retrieves ad sets from a specific Facebook ad account.\n \n This function allows querying all ad sets belonging to a specific ad account with\n various filtering options, pagination, and field selection.\n \n Args:\n act_id (str): The ID of the ad account to retrieve ad sets from, prefixed with \'act_\', \n e.g., \'act_1234567890\'.\n fields (Optional[List[str]]): A list of specific fields to retrieve for each ad set. \n If None, a default set of fields will be returned.\n See get_adset_by_id for a comprehensive list of available fields.\n filtering (Optional[List[dict]]): A list of filter objects to apply to the data.\n Each object should have \'field\', \'operator\', and \'value\' keys.\n Operators include: \'EQUAL\', \'NOT_EQUAL\', \'GREATER_THAN\',\n \'GREATER_THAN_OR_EQUAL\', \'LESS_THAN\', \'LESS_THAN_OR_EQUAL\',\n \'IN_RANGE\', \'NOT_IN_RANGE\', \'CONTAIN\', \'NOT_CONTAIN\',\n \'IN\', \'NOT_IN\', \'EMPTY\', \'NOT_EMPTY\'.\n Example: [{\'field\': \'daily_budget\', \'operator\': \'GREATER_THAN\', \'value\': 1000}]\n limit (Optional[int]): Maximum number of ad sets to return per page. Default is 25, max is 100.\n after (Optional[str]): Pagination cursor for the next page. From response[\'paging\'][\'cursors\'][\'after\'].\n before (Optional[str]): Pagination cursor for the previous page. From response[\'paging\'][\'cursors\'][\'before\'].\n date_preset (Optional[str]): A predefined relative date range for selecting ad sets.\n Options include: \'today\', \'yesterday\', \'this_month\', \'last_month\', \n \'this_quarter\', \'lifetime\', \'last_3d\', \'last_7d\', \'last_14d\', \n \'last_28d\', \'last_30d\', \'last_90d\', \'last_quarter\', \'last_year\', \n \'this_week_mon_today\', \'this_week_sun_today\', \'this_year\'.\n time_range (Optional[Dict[str, str]]): A custom time range with \'since\' and \'until\' \n dates in \'YYYY-MM-DD\' format.\n Example: {\'since\': \'2023-01-01\', \'until\': \'2023-01-31\'}\n updated_since (Optional[int]): Return ad sets that have been updated since this Unix timestamp.\n effective_status (Optional[List[str]]): Filter ad sets by their effective status. \n Options include: \'ACTIVE\', \'PAUSED\', \'DELETED\', \n \'PENDING_REVIEW\', \'DISAPPROVED\', \'PREAPPROVED\', \n \'PENDING_BILLING_INFO\', \'CAMPAIGN_PAUSED\', \'ARCHIVED\', \n \'WITH_ISSUES\'.\n date_format (Optional[str]): Format for date responses. Options:\n - \'U\': Unix timestamp (seconds since epoch)\n - \'Y-m-d H:i:s\': MySQL datetime format\n - None: ISO 8601 format (default)\n \n Returns:\n Dict: A dictionary containing the requested ad sets. The main results are in the \'data\'\n list, and pagination info is in the \'paging\' object.\n \n Example:\n ```python\n # Get active ad sets from an ad account\n adsets = get_adsets_by_adaccount(\n act_id="act_123456789",\n fields=["name", "campaign_id", "effective_status", "daily_budget", "targeting"],\n effective_status=["ACTIVE"],\n limit=50\n )\n \n # Get ad sets with daily budget above a certain amount\n high_budget_adsets = get_adsets_by_adaccount(\n act_id="act_123456789",\n fields=["name", "daily_budget", "lifetime_budget"],\n filtering=[{\'field\': \'daily_budget\', \'operator\': \'GREATER_THAN\', \'value\': 5000}],\n limit=100\n )\n \n # Fetch the next page if available using the pagination cursor\n next_page_cursor = adsets.get("paging", {}).get("cursors", {}).get("after")\n if next_page_cursor:\n next_page = get_adsets_by_adaccount(\n act_id="act_123456789",\n fields=["name", "campaign_id", "effective_status", "daily_budget"],\n effective_status=["ACTIVE"],\n limit=50,\n after=next_page_cursor\n )\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'get_adsets_by_adaccountArguments', 'required': ['act_id'], 'properties': {'after': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'After', 'default': None}, 'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': 25}, 'act_id': {'type': 'string', 'title': 'Act Id'}, 'before': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Before', 'default': None}, 'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'filtering': {'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, {'type': 'null'}], 'title': 'Filtering', 'default': None}, 'time_range': {'anyOf': [{'type': 'object', 'additionalProperties': {'type': 'string'}}, {'type': 'null'}], 'title': 'Time Range', 'default': None}, 'date_format': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date Format', 'default': None}, 'date_preset': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date Preset', 'default': None}, 'updated_since': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Updated Since', 'default': None}, 'effective_status': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Effective Status', 'default': None}}}}, {'name': 'get_adsets_by_campaign', 'description': 'Retrieves ad sets associated with a specific Facebook campaign.\n \n This function allows querying all ad sets belonging to a specific campaign,\n with filtering options, pagination, and field selection.\n \n Args:\n campaign_id (str): The ID of the campaign to retrieve ad sets from.\n fields (Optional[List[str]]): A list of specific fields to retrieve for each ad set.\n If None, a default set of fields will be returned.\n See get_adset_by_id for a comprehensive list of available fields.\n filtering (Optional[List[dict]]): A list of filter objects to apply to the data.\n Each object should have \'field\', \'operator\', and \'value\' keys.\n Operators include: \'EQUAL\', \'NOT_EQUAL\', \'GREATER_THAN\',\n \'GREATER_THAN_OR_EQUAL\', \'LESS_THAN\', \'LESS_THAN_OR_EQUAL\',\n \'IN_RANGE\', \'NOT_IN_RANGE\', \'CONTAIN\', \'NOT_CONTAIN\',\n \'IN\', \'NOT_IN\', \'EMPTY\', \'NOT_EMPTY\'.\n Example: [{\'field\': \'daily_budget\', \'operator\': \'GREATER_THAN\', \'value\': 1000}]\n limit (Optional[int]): Maximum number of ad sets to return per page. Default is 25, max is 100.\n after (Optional[str]): Pagination cursor for the next page. From response[\'paging\'][\'cursors\'][\'after\'].\n before (Optional[str]): Pagination cursor for the previous page. From response[\'paging\'][\'cursors\'][\'before\'].\n effective_status (Optional[List[str]]): Filter ad sets by their effective status.\n Options include: \'ACTIVE\', \'PAUSED\', \'DELETED\',\n \'PENDING_REVIEW\', \'DISAPPROVED\', \'PREAPPROVED\',\n \'PENDING_BILLING_INFO\', \'ARCHIVED\', \'WITH_ISSUES\'.\n date_format (Optional[str]): Format for date responses. Options:\n - \'U\': Unix timestamp (seconds since epoch)\n - \'Y-m-d H:i:s\': MySQL datetime format\n - None: ISO 8601 format (default)\n \n Returns:\n Dict: A dictionary containing the requested ad sets. The main results are in the \'data\'\n list, and pagination info is in the \'paging\' object.\n \n Example:\n ```python\n # Get all active ad sets from a campaign\n adsets = get_adsets_by_campaign(\n campaign_id="23843211234567",\n fields=["name", "effective_status", "daily_budget", "targeting", "optimization_goal"],\n effective_status=["ACTIVE"],\n limit=50\n )\n \n # Get ad sets with specific optimization goals\n conversion_adsets = get_adsets_by_campaign(\n campaign_id="23843211234567",\n fields=["name", "optimization_goal", "billing_event", "bid_amount"],\n filtering=[{\n \'field\': \'optimization_goal\', \n \'operator\': \'IN\', \n \'value\': [\'OFFSITE_CONVERSIONS\', \'VALUE\']\n }]\n )\n \n # Fetch the next page if available using the pagination cursor\n next_page_cursor = adsets.get("paging", {}).get("cursors", {}).get("after")\n if next_page_cursor:\n next_page = get_adsets_by_campaign(\n campaign_id="23843211234567",\n fields=["name", "effective_status", "daily_budget", "targeting"],\n effective_status=["ACTIVE"],\n limit=50,\n after=next_page_cursor\n )\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'get_adsets_by_campaignArguments', 'required': ['campaign_id'], 'properties': {'after': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'After', 'default': None}, 'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': 25}, 'before': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Before', 'default': None}, 'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'filtering': {'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, {'type': 'null'}], 'title': 'Filtering', 'default': None}, 'campaign_id': {'type': 'string', 'title': 'Campaign Id'}, 'date_format': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date Format', 'default': None}, 'effective_status': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Effective Status', 'default': None}}}}, {'name': 'get_campaign_by_id', 'description': 'Retrieves detailed information about a specific Facebook ad campaign by its ID.\n \n This function accesses the Facebook Graph API to retrieve information about a\n single campaign, including details about its objective, status, budget settings,\n and other campaign-level configurations.\n \n Args:\n campaign_id (str): The ID of the campaign to retrieve information for.\n fields (Optional[List[str]]): A list of specific fields to retrieve. If None,\n a default set of fields will be returned. Available fields include:\n - \'id\': The campaign\'s ID\n - \'name\': The campaign\'s name\n - \'account_id\': The ID of the ad account this campaign belongs to\n - \'adlabels\': Labels applied to the campaign\n - \'bid_strategy\': The bid strategy for the campaign. Options include:\n \'LOWEST_COST_WITHOUT_CAP\', \'LOWEST_COST_WITH_BID_CAP\', \'COST_CAP\'\n - \'boosted_object_id\': The ID of the boosted object\n - \'brand_lift_studies\': Brand lift studies associated with this campaign\n - \'budget_rebalance_flag\': Whether budget rebalancing is enabled\n - \'budget_remaining\': The remaining budget (in cents/smallest currency unit)\n - \'buying_type\': The buying type. Options include:\n \'AUCTION\', \'RESERVED\', \'DEPRECATED_REACH_BLOCK\'\n - \'can_create_brand_lift_study\': Whether a brand lift study can be created\n - \'can_use_spend_cap\': Whether a spend cap can be used\n - \'configured_status\': Status set by the user. Options include:\n \'ACTIVE\', \'PAUSED\', \'DELETED\', \'ARCHIVED\'\n - \'created_time\': When the campaign was created\n - \'daily_budget\': The daily budget (in cents/smallest currency unit)\n - \'effective_status\': The effective status accounting for the ad account and other factors.\n Options include: \'ACTIVE\', \'PAUSED\', \'DELETED\', \'PENDING_REVIEW\', \'DISAPPROVED\',\n \'PREAPPROVED\', \'PENDING_BILLING_INFO\', \'CAMPAIGN_PAUSED\', \'ARCHIVED\', \'IN_PROCESS\',\n \'WITH_ISSUES\'\n - \'has_secondary_skadnetwork_reporting\': Whether secondary SKAdNetwork reporting is available\n - \'is_budget_schedule_enabled\': Whether budget scheduling is enabled\n - \'is_skadnetwork_attribution\': Whether the campaign uses SKAdNetwork attribution (iOS 14.5+)\n - \'issues_info\': Information about issues with this campaign\n - \'last_budget_toggling_time\': Last time the budget was toggled\n - \'lifetime_budget\': The lifetime budget (in cents/smallest currency unit)\n - \'objective\': The campaign\'s advertising objective. Options include:\n \'APP_INSTALLS\', \'BRAND_AWARENESS\', \'CONVERSIONS\', \'EVENT_RESPONSES\',\n \'LEAD_GENERATION\', \'LINK_CLICKS\', \'LOCAL_AWARENESS\', \'MESSAGES\',\n \'OFFER_CLAIMS\', \'PAGE_LIKES\', \'POST_ENGAGEMENT\', \'PRODUCT_CATALOG_SALES\',\n \'REACH\', \'STORE_VISITS\', \'VIDEO_VIEWS\'\n - \'pacing_type\': List of pacing types. Options include: \'standard\', \'no_pacing\'\n - \'primary_attribution\': Primary attribution settings\n - \'promoted_object\': The object this campaign is promoting\n - \'recommendations\': Recommendations for improving this campaign\n - \'smart_promotion_type\': Smart promotion type if applicable\n - \'source_campaign\': Source campaign if this was created by copying\n - \'source_campaign_id\': ID of the source campaign if copied\n - \'special_ad_categories\': Array of special ad categories. Options include:\n \'EMPLOYMENT\', \'HOUSING\', \'CREDIT\', \'ISSUES_ELECTIONS_POLITICS\', \'NONE\'\n - \'special_ad_category\': Special ad category (deprecated in favor of special_ad_categories)\n - \'spend_cap\': The spending cap (in cents/smallest currency unit)\n - \'start_time\': When the campaign starts (in ISO 8601 format unless date_format specified)\n - \'status\': Deprecated. Use \'configured_status\' or \'effective_status\' instead\n - \'stop_time\': When the campaign stops (in ISO 8601 format unless date_format specified)\n - \'topline_id\': Topline ID for this campaign\n - \'updated_time\': When this campaign was last updated\n date_format (Optional[str]): Format for date responses. Options:\n - \'U\': Unix timestamp (seconds since epoch)\n - \'Y-m-d H:i:s\': MySQL datetime format\n - None: ISO 8601 format (default)\n \n Returns:\n Dict: A dictionary containing the requested campaign information.\n \n Example:\n ```python\n # Get basic campaign information\n campaign = get_campaign_by_id(\n campaign_id="23843211234567",\n fields=["name", "objective", "effective_status", "budget_remaining"]\n )\n \n # Get detailed budget information with Unix timestamps\n campaign_budget_details = get_campaign_by_id(\n campaign_id="23843211234567",\n fields=["name", "daily_budget", "lifetime_budget", "start_time", "stop_time"],\n date_format="U"\n )\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'get_campaign_by_idArguments', 'required': ['campaign_id'], 'properties': {'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'campaign_id': {'type': 'string', 'title': 'Campaign Id'}, 'date_format': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date Format', 'default': None}}}}, {'name': 'get_campaigns_by_adaccount', 'description': 'Retrieves campaigns from a specific Facebook ad account.\n \n This function allows querying all campaigns belonging to a specific ad account with\n various filtering options, pagination, and field selection.\n \n Args:\n act_id (str): The ID of the ad account to retrieve campaigns from, prefixed with \'act_\', \n e.g., \'act_1234567890\'.\n fields (Optional[List[str]]): A list of specific fields to retrieve for each campaign.\n If None, a default set of fields will be returned.\n See get_campaign_by_id for a comprehensive list of available fields.\n filtering (Optional[List[dict]]): A list of filter objects to apply to the data.\n Each object should have \'field\', \'operator\', and \'value\' keys.\n Operators include: \'EQUAL\', \'NOT_EQUAL\', \'GREATER_THAN\',\n \'GREATER_THAN_OR_EQUAL\', \'LESS_THAN\', \'LESS_THAN_OR_EQUAL\',\n \'IN_RANGE\', \'NOT_IN_RANGE\', \'CONTAIN\', \'NOT_CONTAIN\',\n \'IN\', \'NOT_IN\', \'EMPTY\', \'NOT_EMPTY\'.\n Example: [{\'field\': \'daily_budget\', \'operator\': \'GREATER_THAN\', \'value\': 1000}]\n limit (Optional[int]): Maximum number of campaigns to return per page. Default is 25, max is 100.\n after (Optional[str]): Pagination cursor for the next page. From response[\'paging\'][\'cursors\'][\'after\'].\n before (Optional[str]): Pagination cursor for the previous page. From response[\'paging\'][\'cursors\'][\'before\'].\n date_preset (Optional[str]): A predefined relative date range for selecting campaigns.\n Options include: \'today\', \'yesterday\', \'this_month\', \'last_month\', \n \'this_quarter\', \'maximum\', \'last_3d\', \'last_7d\', \'last_14d\', \n \'last_28d\', \'last_30d\', \'last_90d\', \'last_week_mon_sun\', \n \'last_week_sun_sat\', \'last_quarter\', \'last_year\', \n \'this_week_mon_today\', \'this_week_sun_today\', \'this_year\'.\n time_range (Optional[Dict[str, str]]): A custom time range with \'since\' and \'until\' \n dates in \'YYYY-MM-DD\' format.\n Example: {\'since\': \'2023-01-01\', \'until\': \'2023-01-31\'}\n updated_since (Optional[int]): Return campaigns that have been updated since this Unix timestamp.\n effective_status (Optional[List[str]]): Filter campaigns by their effective status. \n Options include: \'ACTIVE\', \'PAUSED\', \'DELETED\', \n \'PENDING_REVIEW\', \'DISAPPROVED\', \'PREAPPROVED\', \n \'PENDING_BILLING_INFO\', \'ARCHIVED\', \'WITH_ISSUES\'.\n is_completed (Optional[bool]): If True, returns only completed campaigns. If False, returns \n only active campaigns. If None, returns both.\n special_ad_categories (Optional[List[str]]): Filter campaigns by special ad categories.\n Options include: \'EMPLOYMENT\', \'HOUSING\', \'CREDIT\', \n \'ISSUES_ELECTIONS_POLITICS\', \'NONE\'.\n objective (Optional[List[str]]): Filter campaigns by advertising objective.\n Options include: \'APP_INSTALLS\', \'BRAND_AWARENESS\', \n \'CONVERSIONS\', \'EVENT_RESPONSES\', \'LEAD_GENERATION\', \n \'LINK_CLICKS\', \'LOCAL_AWARENESS\', \'MESSAGES\', \'OFFER_CLAIMS\', \n \'PAGE_LIKES\', \'POST_ENGAGEMENT\', \'PRODUCT_CATALOG_SALES\', \n \'REACH\', \'STORE_VISITS\', \'VIDEO_VIEWS\'.\n buyer_guarantee_agreement_status (Optional[List[str]]): Filter campaigns by buyer guarantee agreement status.\n Options include: \'APPROVED\', \'NOT_APPROVED\'.\n date_format (Optional[str]): Format for date responses. Options:\n - \'U\': Unix timestamp (seconds since epoch)\n - \'Y-m-d H:i:s\': MySQL datetime format\n - None: ISO 8601 format (default)\n include_drafts (Optional[bool]): If True, includes draft campaigns in the results.\n \n Returns:\n Dict: A dictionary containing the requested campaigns. The main results are in the \'data\'\n list, and pagination info is in the \'paging\' object.\n \n Example:\n ```python\n # Get active campaigns from an ad account\n campaigns = get_campaigns_by_adaccount(\n act_id="act_123456789",\n fields=["name", "objective", "effective_status", "created_time"],\n effective_status=["ACTIVE"],\n limit=50\n )\n \n # Get campaigns with specific objectives\n lead_gen_campaigns = get_campaigns_by_adaccount(\n act_id="act_123456789",\n fields=["name", "objective", "spend_cap", "daily_budget"],\n objective=["LEAD_GENERATION", "CONVERSIONS"],\n date_format="U"\n )\n \n # Get campaigns created in a specific date range\n date_filtered_campaigns = get_campaigns_by_adaccount(\n act_id="act_123456789",\n fields=["name", "created_time", "objective"],\n time_range={"since": "2023-01-01", "until": "2023-01-31"}\n )\n \n # Fetch the next page if available using the pagination cursor\n next_page_cursor = campaigns.get("paging", {}).get("cursors", {}).get("after")\n if next_page_cursor:\n next_page = get_campaigns_by_adaccount(\n act_id="act_123456789",\n fields=["name", "objective", "effective_status", "created_time"],\n effective_status=["ACTIVE"],\n limit=50,\n after=next_page_cursor\n )\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'get_campaigns_by_adaccountArguments', 'required': ['act_id'], 'properties': {'after': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'After', 'default': None}, 'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': 25}, 'act_id': {'type': 'string', 'title': 'Act Id'}, 'before': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Before', 'default': None}, 'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'filtering': {'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, {'type': 'null'}], 'title': 'Filtering', 'default': None}, 'objective': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Objective', 'default': None}, 'time_range': {'anyOf': [{'type': 'object', 'additionalProperties': {'type': 'string'}}, {'type': 'null'}], 'title': 'Time Range', 'default': None}, 'date_format': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date Format', 'default': None}, 'date_preset': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date Preset', 'default': None}, 'is_completed': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Is Completed', 'default': None}, 'updated_since': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Updated Since', 'default': None}, 'include_drafts': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Include Drafts', 'default': None}, 'effective_status': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Effective Status', 'default': None}, 'special_ad_categories': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Special Ad Categories', 'default': None}, 'buyer_guarantee_agreement_status': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Buyer Guarantee Agreement Status', 'default': None}}}}, {'name': 'get_activities_by_adaccount', 'description': 'Retrieves activities for a Facebook ad account.\n \n This function accesses the Facebook Graph API to retrieve information about \n key updates to an ad account and ad objects associated with it. By default, \n this API returns one week\'s data. Information returned includes major account \n status changes, updates made to budget, campaign, targeting, audiences and more.\n \n Args:\n act_id (str): The ID of the ad account, prefixed with \'act_\', e.g., \'act_1234567890\'.\n fields (Optional[List[str]]): A list of specific fields to retrieve. If None,\n all available fields will be returned. Available fields include:\n - \'actor_id\': ID of the user who made the change\n - \'actor_name\': Name of the user who made the change\n - \'application_id\': ID of the application used to make the change\n - \'application_name\': Name of the application used to make the change\n - \'changed_data\': Details about what was changed in JSON format\n - \'date_time_in_timezone\': The timestamp in the account\'s timezone\n - \'event_time\': The timestamp of when the event occurred\n - \'event_type\': The specific type of change that was made (numeric code)\n - \'extra_data\': Additional data related to the change in JSON format\n - \'object_id\': ID of the object that was changed (ad, campaign, etc.)\n - \'object_name\': Name of the object that was changed\n - \'object_type\': Type of object being modified, values include:\n \'AD\', \'ADSET\', \'CAMPAIGN\', \'ACCOUNT\', \'IMAGE\', \'REPORT\', etc.\n - \'translated_event_type\': Human-readable description of the change made,\n examples include: \'ad created\', \'campaign budget updated\', \n \'targeting updated\', \'ad status changed\', etc.\n limit (Optional[int]): Maximum number of activities to return per page.\n Default behavior returns a server-determined number of results.\n after (Optional[str]): Pagination cursor for the next page of results.\n Obtained from the \'paging.cursors.after\' field in the previous response.\n before (Optional[str]): Pagination cursor for the previous page of results.\n Obtained from the \'paging.cursors.before\' field in the previous response.\n time_range (Optional[Dict[str, str]]): A custom time range with \'since\' and \'until\'\n dates in \'YYYY-MM-DD\' format. Example: {\'since\': \'2023-01-01\', \'until\': \'2023-01-31\'}\n This parameter overrides the since/until parameters if both are provided.\n since (Optional[str]): Start date in YYYY-MM-DD format. Defines the beginning \n of the time range for returned activities. Ignored if \'time_range\' is provided.\n until (Optional[str]): End date in YYYY-MM-DD format. Defines the end \n of the time range for returned activities. Ignored if \'time_range\' is provided.\n \n Returns:\n Dict: A dictionary containing the requested activities. The main results are in the \'data\'\n list, and pagination info is in the \'paging\' object. Each activity object contains\n information about who made the change, what was changed, when it occurred, and\n the specific details of the change.\n \n Example:\n ```python\n # Get recent activities for an ad account with default one week of data\n activities = get_activities_by_adaccount(\n act_id="act_123456789",\n fields=["event_time", "actor_name", "object_type", "translated_event_type"]\n )\n \n # Get all activities from a specific date range\n dated_activities = get_activities_by_adaccount(\n act_id="act_123456789",\n time_range={"since": "2023-01-01", "until": "2023-01-31"},\n fields=["event_time", "actor_name", "object_type", "translated_event_type", "extra_data"]\n )\n \n # Paginate through activity results\n paginated_activities = get_activities_by_adaccount(\n act_id="act_123456789",\n limit=50,\n fields=["event_time", "actor_name", "object_type", "translated_event_type"]\n )\n \n # Get the next page using the cursor from the previous response\n next_page_cursor = paginated_activities.get("paging", {}).get("cursors", {}).get("after")\n if next_page_cursor:\n next_page = get_activities_by_adaccount(\n act_id="act_123456789",\n fields=["event_time", "actor_name", "object_type", "translated_event_type"],\n after=next_page_cursor\n )\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'get_activities_by_adaccountArguments', 'required': ['act_id'], 'properties': {'after': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'After', 'default': None}, 'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'since': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Since', 'default': None}, 'until': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Until', 'default': None}, 'act_id': {'type': 'string', 'title': 'Act Id'}, 'before': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Before', 'default': None}, 'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'time_range': {'anyOf': [{'type': 'object', 'additionalProperties': {'type': 'string'}}, {'type': 'null'}], 'title': 'Time Range', 'default': None}}}}, {'name': 'get_activities_by_adset', 'description': 'Retrieves activities for a Facebook ad set.\n \n This function accesses the Facebook Graph API to retrieve information about \n key updates to an ad set. By default, this API returns one week\'s data. \n Information returned includes status changes, budget updates, targeting changes, and more.\n \n Args:\n adset_id (str): The ID of the ad set, e.g., \'123456789\'.\n fields (Optional[List[str]]): A list of specific fields to retrieve. If None,\n all available fields will be returned. Available fields include:\n - \'actor_id\': ID of the user who made the change\n - \'actor_name\': Name of the user who made the change\n - \'application_id\': ID of the application used to make the change\n - \'application_name\': Name of the application used to make the change\n - \'changed_data\': Details about what was changed in JSON format\n - \'date_time_in_timezone\': The timestamp in the account\'s timezone\n - \'event_time\': The timestamp of when the event occurred\n - \'event_type\': The specific type of change that was made (numeric code)\n - \'extra_data\': Additional data related to the change in JSON format\n - \'object_id\': ID of the object that was changed\n - \'object_name\': Name of the object that was changed\n - \'object_type\': Type of object being modified\n - \'translated_event_type\': Human-readable description of the change made,\n examples include: \'adset created\', \'adset budget updated\', \n \'targeting updated\', \'adset status changed\', etc.\n limit (Optional[int]): Maximum number of activities to return per page.\n Default behavior returns a server-determined number of results.\n after (Optional[str]): Pagination cursor for the next page of results.\n Obtained from the \'paging.cursors.after\' field in the previous response.\n before (Optional[str]): Pagination cursor for the previous page of results.\n Obtained from the \'paging.cursors.before\' field in the previous response.\n time_range (Optional[Dict[str, str]]): A custom time range with \'since\' and \'until\'\n dates in \'YYYY-MM-DD\' format. Example: {\'since\': \'2023-01-01\', \'until\': \'2023-01-31\'}\n This parameter overrides the since/until parameters if both are provided.\n since (Optional[str]): Start date in YYYY-MM-DD format. Defines the beginning \n of the time range for returned activities. Ignored if \'time_range\' is provided.\n until (Optional[str]): End date in YYYY-MM-DD format. Defines the end \n of the time range for returned activities. Ignored if \'time_range\' is provided.\n \n Returns:\n Dict: A dictionary containing the requested activities. The main results are in the \'data\'\n list, and pagination info is in the \'paging\' object. Each activity object contains\n information about who made the change, what was changed, when it occurred, and\n the specific details of the change.\n \n Example:\n ```python\n # Get recent activities for an ad set with default one week of data\n activities = get_activities_by_adset(\n adset_id="123456789",\n fields=["event_time", "actor_name", "translated_event_type"]\n )\n \n # Get all activities from a specific date range\n dated_activities = get_activities_by_adset(\n adset_id="123456789",\n time_range={"since": "2023-01-01", "until": "2023-01-31"},\n fields=["event_time", "actor_name", "translated_event_type", "extra_data"]\n )\n \n # Paginate through activity results\n paginated_activities = get_activities_by_adset(\n adset_id="123456789",\n limit=50,\n fields=["event_time", "actor_name", "translated_event_type"]\n )\n ```\n ', 'inputSchema': {'type': 'object', 'title': 'get_activities_by_adsetArguments', 'required': ['adset_id'], 'properties': {'after': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'After', 'default': None}, 'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'since': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Since', 'default': None}, 'until': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Until', 'default': None}, 'before': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Before', 'default': None}, 'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'adset_id': {'type': 'string', 'title': 'Adset Id'}, 'time_range': {'anyOf': [{'type': 'object', 'additionalProperties': {'type': 'string'}}, {'type': 'null'}], 'title': 'Time Range', 'default': None}}}}]
@minipuft/claude-prompts-mcp
Claude Custom Prompts
Define and utilize custom prompts in markdown format to enhance your interactions with Claude. Streamline complex tasks into manageable steps with a flexible, template-based prompt system. Experience improved error handling and transport configurations for seamless operation.
2025-03-12T12:19:39.972Z
263
https://smithery.ai/server/@minipuft/claude-prompts-mcp
true
null
{ "scanPassed": true }
[{'name': 'process_slash_command', 'description': 'Process commands that trigger prompt templates with optional arguments', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['command'], 'properties': {'command': {'type': 'string', 'description': "The command to process, e.g., '>>content_analysis Hello world' or '/content_analysis Hello world'"}}, 'additionalProperties': False}}, {'name': 'listprompts', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'command': {'type': 'string', 'description': 'Optional filter text to show only matching commands'}}, 'additionalProperties': False}}, {'name': 'update_prompt', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'name', 'category', 'description', 'userMessageTemplate', 'arguments'], 'properties': {'id': {'type': 'string', 'description': 'Unique identifier for the prompt'}, 'name': {'type': 'string', 'description': 'Display name for the prompt'}, 'isChain': {'type': 'boolean', 'description': 'Whether this prompt is a chain of prompts'}, 'category': {'type': 'string', 'description': 'Category this prompt belongs to'}, 'arguments': {'type': 'array', 'items': {'type': 'object', 'required': ['name', 'required'], 'properties': {'name': {'type': 'string', 'description': 'Name of the argument'}, 'required': {'type': 'boolean', 'description': 'Whether this argument is required'}, 'description': {'type': 'string', 'description': 'Optional description of the argument'}}, 'additionalProperties': False}, 'description': 'Arguments accepted by this prompt'}, 'chainSteps': {'type': 'array', 'items': {'type': 'object', 'required': ['promptId', 'stepName'], 'properties': {'promptId': {'type': 'string', 'description': 'ID of the prompt to execute in this step'}, 'stepName': {'type': 'string', 'description': 'Name of this step'}, 'inputMapping': {'type': 'object', 'description': "Maps chain inputs to this step's inputs", 'additionalProperties': {'type': 'string'}}, 'outputMapping': {'type': 'object', 'description': "Maps this step's outputs to chain outputs", 'additionalProperties': {'type': 'string'}}}, 'additionalProperties': False}, 'description': 'Steps in the chain if this is a chain prompt'}, 'description': {'type': 'string', 'description': 'Description of the prompt'}, 'restartServer': {'type': 'boolean', 'description': 'Whether to restart the server after updating the prompt'}, 'systemMessage': {'type': 'string', 'description': 'Optional system message for the prompt'}, 'userMessageTemplate': {'type': 'string', 'description': 'Template for generating the user message'}}, 'additionalProperties': False}}, {'name': 'delete_prompt', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Unique identifier for the prompt to delete'}, 'restartServer': {'type': 'boolean', 'description': 'Whether to restart the server after deleting the prompt'}}, 'additionalProperties': False}}, {'name': 'modify_prompt_section', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'section_name', 'new_content'], 'properties': {'id': {'type': 'string', 'description': 'Unique identifier of the prompt to modify'}, 'new_content': {'type': 'string', 'description': 'New content for the specified section'}, 'section_name': {'type': 'string', 'description': "Name of the section to modify (valid values: 'title', 'description', 'System Message', 'User Message Template', or any custom section)"}, 'restartServer': {'type': 'boolean', 'description': 'Whether to restart the server after modifying the prompt section'}}, 'additionalProperties': False}}, {'name': 'reload_prompts', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'reason': {'type': 'string', 'description': 'Optional reason for reloading/restarting'}, 'restart': {'type': 'boolean', 'description': 'Whether to restart the server after reloading prompts'}}, 'additionalProperties': False}}]
@doitintl/doit-mcp-server
DoiT MCP Server
Access DoiT platform data for troubleshooting and analysis. Retrieve cloud incidents, anomalies, and analytics reports seamlessly. Enhance your LLM capabilities with real-time data insights from the DoiT API.
2025-04-08T14:55:00.189Z
240
https://smithery.ai/server/@doitintl/doit-mcp-server
true
https://spjawbfpwezjfmic…c5f78a20f357.svg
{ "scanPassed": true }
[{'name': 'get_cloud_incidents', 'description': 'Get cloud incidents', 'inputSchema': {'type': 'object', 'properties': {'filter': {'type': 'string', 'description': "Filter string in format 'key:value|key:value'. Multiple values for same key are treated as OR, different keys as AND. Example: 'platform:google-cloud|status:active' or 'platform:google-cloud|platform:amazon-web-services'"}, 'platform': {'enum': ['amazon-web-services', 'google-cloud-project', 'g-suite', 'office-365', 'google-cloud', 'open-ai'], 'type': 'string', 'description': 'platform name'}, 'pageToken': {'type': 'string', 'description': 'Token for pagination. Use this to get the next page of results.'}}}}, {'name': 'get_cloud_incident', 'description': 'Get a specific cloud incident by ID', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'incident ID'}}}}, {'name': 'get_anomalies', 'description': 'List anomalies detected in cloud costs', 'inputSchema': {'type': 'object', 'properties': {'filter': {'type': 'string', 'description': "Filter string in format 'key:value|key:value'. Multiple values for same key are treated as OR, different keys as AND."}, 'pageToken': {'type': 'string', 'description': 'Token for pagination. Use this to get the next page of results.'}}}}, {'name': 'get_anomaly', 'description': 'Get a specific anomaly by ID', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'anomaly ID'}}}}, {'name': 'list_reports', 'description': 'Lists Cloud Analytics reports that your account has access to', 'inputSchema': {'type': 'object', 'properties': {'filter': {'type': 'string', 'description': "Filter string in format 'key:value|key:value'. Multiple values for same key are treated as OR, different keys as AND. Possible filter keys: reportName, owner, type, updateTime, use the filter property only if you know for sure the value is a valid filter key, do not guess it."}, 'pageToken': {'type': 'string', 'description': 'Token for pagination. Use this to get the next page of results.'}}}}, {'name': 'run_query', 'description': 'Runs a report query with the specified configuration without persisting it. \n Fields that are not populated will use their default values if needed.\n Use the dimension tool before running the query to get the list of dimensions and their types.', 'inputSchema': {'type': 'object', 'required': ['config'], 'properties': {'config': {'type': 'object', 'properties': {'group': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string'}, 'type': {'type': 'string'}, 'limit': {'type': 'object', 'properties': {'sort': {'type': 'string'}, 'value': {'type': 'number'}, 'metric': {'type': 'object', 'properties': {'type': {'type': 'string'}, 'value': {'type': 'string'}}}}}}}, 'description': 'The rows that appear in the tabular format of the report'}, 'layout': {'enum': ['column_chart', 'stacked_column_chart', 'bar_chart', 'stacked_bar_chart', 'line_chart', 'spline_chart', 'area_chart', 'area_spline_chart', 'stacked_area_chart', 'treemap_chart', 'table', 'table_heatmap', 'table_row_heatmap', 'table_col_heatmap', 'csv_export', 'sheets_export'], 'type': 'string', 'description': 'The visualization of the report'}, 'metric': {'type': 'object', 'properties': {'type': {'enum': ['basic', 'custom', 'extended'], 'type': 'string'}, 'value': {'type': 'string', 'description': "For basic metrics: 'cost', 'usage', or 'savings'. For custom metrics, the value must refer to an existing custom id."}}, 'description': 'The metric to apply (e.g., cost, usage, savings)'}, 'splits': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string'}, 'mode': {'enum': ['even', 'custom', 'proportional'], 'type': 'string'}, 'type': {'type': 'string'}, 'targets': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string'}, 'type': {'type': 'string'}, 'value': {'type': 'number'}}}}, 'includeOrigin': {'type': 'boolean'}}}, 'description': 'The splits to use in the report'}, 'filters': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'The field to filter on'}, 'type': {'enum': ['datetime', 'fixed', 'optional', 'label', 'tag', 'project_label', 'system_label', 'attribution', 'attribution_group', 'gke', 'gke_label'], 'type': 'string'}, 'values': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Values to filter on'}, 'inverse': {'type': 'boolean', 'description': 'Set to true to exclude the values'}}}, 'description': 'Filters to apply to the report'}, 'currency': {'type': 'string', 'description': 'Currency code (e.g., USD)'}, 'timeRange': {'type': 'object', 'properties': {'mode': {'enum': ['last', 'latest', 'custom'], 'type': 'string'}, 'unit': {'enum': ['day', 'week', 'month', 'quarter', 'year'], 'type': 'string'}, 'amount': {'type': 'number'}, 'includeCurrent': {'type': 'boolean'}}, 'description': 'The time range for the report'}, 'dataSource': {'enum': ['billing', 'bqlens', 'billing_datahub'], 'type': 'string', 'description': 'Data source of the report'}, 'dimensions': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string'}, 'type': {'type': 'string'}}}, 'description': 'Dimensions to include in the report'}, 'aggregation': {'enum': ['total', 'percent_total', 'percent_col', 'percent_row'], 'type': 'string', 'description': 'How to aggregate the metric values'}, 'metricFilter': {'type': 'object', 'properties': {'metric': {'type': 'object', 'properties': {'type': {'enum': ['basic', 'custom', 'extended'], 'type': 'string'}, 'value': {'type': 'string'}}, 'description': 'Metric definition'}, 'values': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Values to filter by'}, 'operator': {'enum': ['gt', 'lt', 'lte', 'gte', 'b', 'nb', 'e', 'ne'], 'type': 'string', 'description': 'Filter operator: gt (greater than), lt (less than), etc.'}}, 'description': 'The metric filter to limit the report results by value'}, 'timeInterval': {'enum': ['hour', 'day', 'dayCumSum', 'week', 'isoweek', 'month', 'quarter', 'year', 'week_day'], 'type': 'string', 'description': 'Time interval for the report'}, 'displayValues': {'enum': ['actuals_only', 'absolute_change', 'percentage_change', 'absolute_and_percentage'], 'type': 'string', 'description': 'How to display comparative data'}, 'customTimeRange': {'type': 'object', 'properties': {'to': {'type': 'string', 'format': 'date-time', 'description': 'The end timestamp in RFC3339 format (e.g., 2024-03-12T23:00:00Z)'}, 'from': {'type': 'string', 'format': 'date-time', 'description': 'The start timestamp in RFC3339 format (e.g., 2024-03-10T23:00:00Z)'}}, 'description': "Required when the time range is set to 'custom'"}, 'includeSubtotals': {'type': 'boolean', 'description': 'Whether to include subgroup totals'}, 'includePromotionalCredits': {'type': 'boolean', 'description': 'Whether to include promotional credits. If true, timeInterval must be month, quarter, or year.'}}, 'description': 'The configuration for the query, including dimensions, metrics, filters, etc.'}}}}, {'name': 'get_report_results', 'description': 'Get the results of a specific report by ID', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the report to retrieve results for'}}}}, {'name': 'validate_user', 'description': 'Validates the current API user and returns domain and email information', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_dimensions', 'description': 'Lists Cloud Analytics dimensions that your account has access to. Use this tool to get the dimensions that you can use in the run_query tool.', 'inputSchema': {'type': 'object', 'properties': {'filter': {'type': 'string', 'description': "Filter string (optional) in format 'key:value|key:value'. Multiple values for same key are treated as OR, different keys as AND. The fields eligible for filtering are: type, label, key. \n use the filter parameter only if you know the exact value of the key, otherwise the filter should be empty."}, 'pageToken': {'type': 'string', 'description': 'Token for pagination. Use this to get the next page of results.'}}}}, {'name': 'get_dimension', 'description': 'Get a specific Cloud Analytics dimension by type and ID', 'inputSchema': {'type': 'object', 'required': ['type', 'id'], 'properties': {'id': {'type': 'string', 'description': 'Dimension id'}, 'type': {'enum': ['datetime', 'fixed', 'optional', 'label', 'tag', 'project_label', 'system_label', 'attribution', 'attribution_group', 'gke', 'gke_label'], 'type': 'string', 'description': 'Dimension type'}}}}]
@JigsawStack/ai-web-scraper
JigsawStack AI Web Scraper
Scrape any website instantly and get consistent structured data in seconds without writing any css selector code, check out API documentation here: https://jigsawstack.com/docs/api-reference/ai/scrape Get your API key here: https://jigsawstack.com/dashboard/
2025-03-01T19:18:48.515Z
120
https://smithery.ai/server/@JigsawStack/ai-web-scraper
true
https://spjawbfpwezjfmic…f8e6a947619e.jpg
{ "scanPassed": true }
[{'name': 'ai_scrape', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url', 'element_prompts'], 'properties': {'url': {'type': 'string', 'format': 'uri'}, 'element_prompts': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}]
@KaranThink41/official-slack-mcp
Slack Workspace Automation Server
Automate your Slack workspace interactions by posting messages, replying to threads, adding reactions, and fetching channel or user information. Streamline Slack communication and management with easy-to-use tools accessible via the Model Context Protocol. Enhance productivity by integrating Slack API capabilities directly into your workflows.
2025-04-15T09:32:15.305Z
239
https://smithery.ai/server/@KaranThink41/official-slack-mcp
true
null
{ "scanPassed": true }
[{'name': 'channels_list_on_slack', 'description': 'List public channels in the workspace with pagination', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'default': 100, 'description': 'Maximum number of channels to return (default 100, max 200)'}, 'cursor': {'type': 'string', 'description': 'Pagination cursor for next page of results'}}}}, {'name': 'send_message_on_slack', 'description': 'Post a new message to a Slack channel. Provide either channel_id or channel_name.', 'inputSchema': {'type': 'object', 'anyOf': [{'required': ['channel_id']}, {'required': ['channel_name']}], 'required': ['text'], 'properties': {'text': {'type': 'string', 'description': 'The message text to post'}, 'channel_id': {'type': 'string', 'description': 'The ID of the channel to post to.'}, 'channel_name': {'type': 'string', 'description': 'The name of the channel to post to (will be resolved to channel_id if channel_id is not provided).'}}}}, {'name': 'reply_to_thread_on_slack', 'description': 'Reply to a specific message thread in Slack. Provide either channel_id or channel_name.', 'inputSchema': {'type': 'object', 'anyOf': [{'required': ['channel_id']}, {'required': ['channel_name']}], 'required': ['thread_ts', 'text'], 'properties': {'text': {'type': 'string', 'description': 'The reply text'}, 'thread_ts': {'type': 'string', 'description': "The timestamp of the parent message in the format '1234567890.123456'. Timestamps in the format without the period can be converted by adding the period such that 6 numbers come after it."}, 'channel_id': {'type': 'string', 'description': 'The ID of the channel containing the thread.'}, 'channel_name': {'type': 'string', 'description': 'The name of the channel containing the thread (will be resolved to channel_id if channel_id is not provided).'}}}}, {'name': 'get_channel_history_on_slack', 'description': 'Get recent messages from a channel. Provide either channel_id or channel_name.', 'inputSchema': {'type': 'object', 'anyOf': [{'required': ['channel_id']}, {'required': ['channel_name']}], 'required': ['limit'], 'properties': {'limit': {'type': 'number', 'default': 10, 'description': 'Number of messages to retrieve (default 10)'}, 'channel_id': {'type': 'string', 'description': 'The ID of the channel.'}, 'channel_name': {'type': 'string', 'description': 'The name of the channel (will be resolved to channel_id if channel_id is not provided).'}}}}, {'name': 'get_thread_replies_on_slack', 'description': 'Get all replies in a message thread. Provide either channel_id or channel_name.', 'inputSchema': {'type': 'object', 'anyOf': [{'required': ['channel_id']}, {'required': ['channel_name']}], 'required': ['thread_ts'], 'properties': {'thread_ts': {'type': 'string', 'description': "The timestamp of the parent message in the format '1234567890.123456'. Timestamps in the format without the period can be converted by adding the period such that 6 numbers come after it."}, 'channel_id': {'type': 'string', 'description': 'The ID of the channel containing the thread.'}, 'channel_name': {'type': 'string', 'description': 'The name of the channel containing the thread (will be resolved to channel_id if channel_id is not provided).'}}}}, {'name': 'get_users_on_slack', 'description': 'Get a list of all users in the workspace with their basic profile information', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'default': 100, 'description': 'Maximum number of users to return (default 100, max 200)'}, 'cursor': {'type': 'string', 'description': 'Pagination cursor for next page of results'}}}}, {'name': 'get_user_profile_on_slack', 'description': 'Get detailed profile information for a specific user', 'inputSchema': {'type': 'object', 'required': ['user_id'], 'properties': {'user_id': {'type': 'string', 'description': 'The ID of the user'}}}}, {'name': 'get_channel_messages_on_slack', 'description': 'Fetch the last N messages from a Slack channel (by channel_id or channel_name).', 'inputSchema': {'type': 'object', 'anyOf': [{'required': ['channel_id']}, {'required': ['channel_name']}], 'required': [], 'properties': {'limit': {'type': 'number', 'default': 5, 'description': 'Number of messages to fetch (default 5)'}, 'channel_id': {'type': 'string', 'description': 'The ID of the channel to fetch messages from.'}, 'channel_name': {'type': 'string', 'description': 'The name of the channel to fetch messages from.'}}}}, {'name': 'get_mentions_on_slack', 'description': 'Fetch recent messages where the bot/user is mentioned (optionally by channel).', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'limit': {'type': 'number', 'default': 10, 'description': 'Number of mention messages to fetch (default 10)'}, 'channel_id': {'type': 'string', 'description': 'The ID of the channel to search mentions in (optional).'}, 'channel_name': {'type': 'string', 'description': 'The name of the channel to search mentions in (optional).'}}}}]
@CamdenClark/anki-mcp-server
Anki Integration Server
Integrate seamlessly with Anki to manage your decks and notes. Create, list, and access Anki decks and note models effortlessly through a simple API. Enhance your Anki experience with powerful tools for note management and organization.
2025-03-11T01:00:36.574Z
237
https://smithery.ai/server/@CamdenClark/anki-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'listDecks', 'description': 'Get the names of all decks from Anki', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'listModels', 'description': 'Get the names of all note models from Anki', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'getModel', 'description': 'Get a model, including field and template definitions, from Anki', 'inputSchema': {'type': 'object', 'properties': {'modelName': {'type': 'string', 'description': 'Name of the model to get'}}}}, {'name': 'addNote', 'description': 'Create a single note', 'inputSchema': {'type': 'object', 'required': ['deckName', 'modelName', 'fields'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Tags to apply to the note'}, 'fields': {'type': 'object', 'description': 'Map of fields to the value in the note model being used'}, 'deckName': {'type': 'string', 'description': 'Name of the deck to add note to'}, 'modelName': {'type': 'string', 'description': 'Name of the note model/type to use'}}}}, {'name': 'addNotes', 'description': 'Create many notes in a deck', 'inputSchema': {'type': 'object', 'properties': {'notes': {'type': 'array', 'items': {'type': 'object', 'required': ['deckName', 'modelName', 'fields'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Tags to apply to the note'}, 'fields': {'type': 'object', 'description': 'Map of fields to the value in the note model being used'}, 'deckName': {'type': 'string', 'description': 'Name of the deck to add note to'}, 'modelName': {'type': 'string', 'description': 'Name of the note model/type to use'}}}, 'description': 'Notes to create'}}}}]
@genomoncology/biomcp
BioMCP
Access critical biomedical databases with structured queries. Enhance your LLM's capabilities by integrating with PubMed, ClinicalTrials.gov, and MyVariant.info for comprehensive biomedical insights.
2025-04-04T12:54:47.720Z
227
https://smithery.ai/server/@genomoncology/biomcp
true
null
{ "scanPassed": true }
[{'name': 'article_details', 'description': "\n Retrieves details for a single PubMed article given its\n PubMed ID (PMID).\n Input: A single PMID (e.g., 34397683)\n Process: Calls the PubTator3 API to fetch the article's\n title, abstract, and full text (if available).\n Output: A Markdown formatted string containing the\n retrieved article content.\n ", 'inputSchema': {'type': 'object', 'title': 'article_detailsArguments', 'required': ['pmid'], 'properties': {'pmid': {'type': 'string', 'title': 'pmid'}}}}, {'name': 'article_searcher', 'description': '\n Searches PubMed articles using structured criteria.\n Input: A `PubmedRequest` object containing lists for `genes`,\n `variants`, `diseases`, `chemicals`, and `keywords`.\n Use full terms ("Non-small cell lung carcinoma") over\n abbreviations ("NSCLC"). Use keywords to specify terms\n that don\'t fit in disease, gene ("EGFR"), chemical ("Cisplatin"),\n or variant ("BRAF V600E").\n Process: Resolves entities then queries PubTator3\'s search API.\n Output: A Markdown formatted list summarizing matching articles\n (PMID, title, abstract, etc.). Limited to max 40 results.\n ', 'inputSchema': {'type': 'object', '$defs': {'PubmedRequest': {'type': 'object', 'title': 'PubmedRequest', 'properties': {'genes': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Genes', 'description': 'List of genes for filtering results.'}, 'diseases': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Diseases', 'description': 'Diseases such as Hypertension, Lung Adenocarcinoma, etc.'}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Keywords', 'description': 'List of other keywords for filtering results.'}, 'variants': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Variants', 'description': 'List of variants for filtering results.'}, 'chemicals': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Chemicals', 'description': 'List of chemicals for filtering results.'}}}}, 'title': 'article_searcherArguments', 'required': ['request'], 'properties': {'request': {'$ref': '#/$defs/PubmedRequest'}}}}, {'name': 'trial_protocol', 'description': '\n Retrieves core protocol information for a single clinical\n trial identified by its NCT ID.\n Input: A single NCT ID (string, e.g., "NCT04280705").\n Process: Fetches standard "Protocol" view modules (like ID,\n Status, Sponsor, Design, Eligibility) from the\n ClinicalTrials.gov v2 API.\n Output: A Markdown formatted string detailing title, status,\n sponsor, purpose, study design, phase, interventions,\n eligibility criteria, etc. Returns error if invalid.\n ', 'inputSchema': {'type': 'object', 'title': 'trial_protocolArguments', 'required': ['nct_id'], 'properties': {'nct_id': {'type': 'string', 'title': 'Nct Id'}}}}, {'name': 'trial_locations', 'description': '\n Retrieves contact and location details for a single\n clinical trial identified by its NCT ID.\n Input: A single NCT ID (string, e.g., "NCT04280705").\n Process: Fetches the `ContactsLocationsModule` from the\n ClinicalTrials.gov v2 API for the given NCT ID.\n Output: A Markdown formatted string detailing facility names,\n addresses (city, state, country), and contact info.\n Returns an error message if the NCT ID is invalid.\n ', 'inputSchema': {'type': 'object', 'title': 'trial_locationsArguments', 'required': ['nct_id'], 'properties': {'nct_id': {'type': 'string', 'title': 'Nct Id'}}}}, {'name': 'trial_outcomes', 'description': '\n Retrieves outcome measures, results (if available), and\n adverse event data for a single clinical trial.\n Input: A single NCT ID (string, e.g., "NCT04280705").\n Process: Fetches the `OutcomesModule` and `ResultsSection`\n from the ClinicalTrials.gov v2 API for the NCT ID.\n Output: A Markdown formatted string detailing primary/secondary\n outcomes, participant flow, results tables (if posted),\n and adverse event summaries. Returns an error if invalid.\n ', 'inputSchema': {'type': 'object', 'title': 'trial_outcomesArguments', 'required': ['nct_id'], 'properties': {'nct_id': {'type': 'string', 'title': 'Nct Id'}}}}, {'name': 'trial_references', 'description': '\n Retrieves publications and other references associated with\n a single clinical trial identified by its NCT ID.\n Input: A single NCT ID (string, e.g., "NCT04280705").\n Process: Fetches the `ReferencesModule` from the\n ClinicalTrials.gov v2 API for the NCT ID.\n Output: A Markdown formatted string listing citations,\n associated PubMed IDs (PMIDs), and reference types\n (e.g., result publication). Returns error if invalid.\n ', 'inputSchema': {'type': 'object', 'title': 'trial_referencesArguments', 'required': ['nct_id'], 'properties': {'nct_id': {'type': 'string', 'title': 'Nct Id'}}}}, {'name': 'trial_searcher', 'description': '\n Searches for clinical trials based on specified criteria.\n Input: A `TrialQuery` object containing fields like `conditions`,\n `interventions`, `terms`, `recruiting_status`, `phase`,\n `location` (lat/long/distance), date ranges, etc.\n Process: Queries the ClinicalTrials.gov v2 API\n Output: A Markdown formatted list summarizing matching trials\n (NCT ID, Title, Status, Conditions, Interventions,\n Summary). Results are typically paginated by the API.\n ', 'inputSchema': {'type': 'object', '$defs': {'AgeGroup': {'enum': ['CHILD', 'ADULT', 'SENIOR', 'ALL'], 'type': 'string', 'title': 'AgeGroup'}, 'DateField': {'enum': ['LAST_UPDATE', 'STUDY_START', 'PRIMARY_COMPLETION', 'OUTCOME_POSTING', 'COMPLETION', 'FIRST_POSTING', 'SUBMITTED_DATE'], 'type': 'string', 'title': 'DateField'}, 'SortOrder': {'enum': ['RELEVANCE', 'LAST_UPDATE', 'ENROLLMENT', 'START_DATE', 'COMPLETION_DATE', 'SUBMITTED_DATE'], 'type': 'string', 'title': 'SortOrder'}, 'StudyType': {'enum': ['INTERVENTIONAL', 'OBSERVATIONAL', 'EXPANDED_ACCESS', 'OTHER'], 'type': 'string', 'title': 'StudyType'}, 'TrialPhase': {'enum': ['EARLY_PHASE1', 'PHASE1', 'PHASE2', 'PHASE3', 'PHASE4', 'NOT_APPLICABLE'], 'type': 'string', 'title': 'TrialPhase'}, 'TrialQuery': {'type': 'object', 'title': 'TrialQuery', 'properties': {'lat': {'anyOf': [{'type': 'number'}, {'type': 'null'}], 'title': 'Lat', 'default': None, 'description': 'Latitude for location search'}, 'long': {'anyOf': [{'type': 'number'}, {'type': 'null'}], 'title': 'Long', 'default': None, 'description': 'Longitude for location search'}, 'sort': {'anyOf': [{'$ref': '#/$defs/SortOrder'}, {'type': 'null'}], 'default': None, 'description': 'Sort order for results'}, 'phase': {'anyOf': [{'$ref': '#/$defs/TrialPhase'}, {'type': 'null'}], 'default': None, 'description': 'Trial phase filter'}, 'terms': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Terms', 'default': None, 'description': "General search terms that don't fit specific categories."}, 'nct_ids': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Nct Ids', 'default': None, 'description': 'Clinical trial NCT IDs'}, 'distance': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Distance', 'default': None, 'description': 'Distance from lat/long in miles'}, 'max_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Max Date', 'default': None, 'description': 'Maximum date for filtering'}, 'min_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Min Date', 'default': None, 'description': 'Minimum date for filtering'}, 'age_group': {'anyOf': [{'$ref': '#/$defs/AgeGroup'}, {'type': 'null'}], 'default': None, 'description': 'Age group filter'}, 'conditions': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Conditions', 'default': None, 'description': 'List of condition terms.'}, 'date_field': {'anyOf': [{'$ref': '#/$defs/DateField'}, {'type': 'null'}], 'default': None, 'description': 'Date field to filter on'}, 'study_type': {'anyOf': [{'$ref': '#/$defs/StudyType'}, {'type': 'null'}], 'default': None, 'description': 'Type of study.'}, 'sponsor_type': {'anyOf': [{'$ref': '#/$defs/SponsorType'}, {'type': 'null'}], 'default': None, 'description': 'Type of sponsor'}, 'study_design': {'anyOf': [{'$ref': '#/$defs/StudyDesign'}, {'type': 'null'}], 'default': None, 'description': 'Study design'}, 'interventions': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Interventions', 'default': None, 'description': 'Intervention names.'}, 'next_page_hash': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Next Page Hash', 'default': None, 'description': 'Token to retrieve the next page of results'}, 'primary_purpose': {'anyOf': [{'$ref': '#/$defs/PrimaryPurpose'}, {'type': 'null'}], 'default': None, 'description': 'Primary purpose of the trial'}, 'intervention_type': {'anyOf': [{'$ref': '#/$defs/InterventionType'}, {'type': 'null'}], 'default': None, 'description': 'Type of intervention'}, 'recruiting_status': {'anyOf': [{'$ref': '#/$defs/RecruitingStatus'}, {'type': 'null'}], 'default': None, 'description': 'Study recruitment status.'}}, 'description': 'Parameters for querying clinical trial data from ClinicalTrials.gov.'}, 'SponsorType': {'enum': ['INDUSTRY', 'GOVERNMENT', 'ACADEMIC', 'OTHER'], 'type': 'string', 'title': 'SponsorType'}, 'StudyDesign': {'enum': ['RANDOMIZED', 'NON_RANDOMIZED', 'OBSERVATIONAL'], 'type': 'string', 'title': 'StudyDesign'}, 'PrimaryPurpose': {'enum': ['TREATMENT', 'PREVENTION', 'DIAGNOSTIC', 'SUPPORTIVE_CARE', 'SCREENING', 'HEALTH_SERVICES', 'BASIC_SCIENCE', 'DEVICE_FEASIBILITY', 'OTHER'], 'type': 'string', 'title': 'PrimaryPurpose'}, 'InterventionType': {'enum': ['DRUG', 'DEVICE', 'BIOLOGICAL', 'PROCEDURE', 'RADIATION', 'BEHAVIORAL', 'GENETIC', 'DIETARY', 'DIAGNOSTIC_TEST', 'OTHER'], 'type': 'string', 'title': 'InterventionType'}, 'RecruitingStatus': {'enum': ['OPEN', 'CLOSED', 'ANY'], 'type': 'string', 'title': 'RecruitingStatus'}}, 'title': 'trial_searcherArguments', 'required': ['query'], 'properties': {'query': {'$ref': '#/$defs/TrialQuery'}}}}, {'name': 'variant_searcher', 'description': '\n Searches for genetic variants based on specified criteria.\n Input: A `VariantQuery` object containing fields like `gene`,\n HGVS notations `hgvsp`, `hgvsc`), `rsid`, `region`,\n `significance`, frequency ranges, prediction scores, etc.\n Process: Constructs a query for the MyVariant.info query\n endpoint (`/v1/query`) based on the input object.\n Output: A Markdown formatted list summarizing matching variants\n with key annotations (ID, gene, significance, frequency).\n Includes a summary section with total hits found.\n ', 'inputSchema': {'type': 'object', '$defs': {'VariantQuery': {'type': 'object', 'title': 'VariantQuery', 'properties': {'cadd': {'anyOf': [{'type': 'number'}, {'type': 'null'}], 'title': 'Cadd', 'default': None, 'description': 'Minimum CADD phred score'}, 'gene': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Gene', 'default': None, 'description': 'Gene symbol to search for (e.g. BRAF, TP53)'}, 'rsid': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Rsid', 'default': None, 'description': 'dbSNP rsID (e.g., rs113488022)'}, 'sift': {'anyOf': [{'$ref': '#/$defs/SiftPrediction'}, {'type': 'null'}], 'default': None, 'description': 'SIFT prediction'}, 'size': {'type': 'integer', 'title': 'Size', 'default': 40, 'description': 'Number of results to return'}, 'hgvsc': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Hgvsc', 'default': None, 'description': 'cDNA notation (e.g., c.1799T>A)'}, 'hgvsp': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Hgvsp', 'default': None, 'description': 'Protein change notation (e.g., p.V600E, p.Arg557His)'}, 'offset': {'type': 'integer', 'title': 'Offset', 'default': 0, 'description': 'Result offset for pagination'}, 'region': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Region', 'default': None, 'description': 'Genomic region as chr:start-end (e.g. chr1:12345-67890)'}, 'sources': {'type': 'array', 'items': {'$ref': '#/$defs/VariantSources'}, 'title': 'Sources', 'description': 'Include only specific data sources'}, 'polyphen': {'anyOf': [{'$ref': '#/$defs/PolyPhenPrediction'}, {'type': 'null'}], 'default': None, 'description': 'PolyPhen-2 prediction'}, 'significance': {'anyOf': [{'$ref': '#/$defs/ClinicalSignificance'}, {'type': 'null'}], 'default': None, 'description': 'ClinVar clinical significance'}, 'max_frequency': {'anyOf': [{'type': 'number'}, {'type': 'null'}], 'title': 'Max Frequency', 'default': None, 'description': 'Maximum population allele frequency threshold'}, 'min_frequency': {'anyOf': [{'type': 'number'}, {'type': 'null'}], 'title': 'Min Frequency', 'default': None, 'description': 'Minimum population allele frequency threshold'}}, 'description': 'Search parameters for querying variant data from MyVariant.info.'}, 'SiftPrediction': {'enum': ['D', 'T'], 'type': 'string', 'title': 'SiftPrediction'}, 'VariantSources': {'enum': ['cadd', 'cgi', 'civic', 'clinvar', 'cosmic', 'dbnsfp', 'dbsnp', 'docm', 'evm', 'exac', 'gnomad_exome', 'hg19', 'mutdb', 'snpeff', 'vcf'], 'type': 'string', 'title': 'VariantSources'}, 'PolyPhenPrediction': {'enum': ['D', 'P', 'B'], 'type': 'string', 'title': 'PolyPhenPrediction'}, 'ClinicalSignificance': {'enum': ['pathogenic', 'likely pathogenic', 'uncertain significance', 'likely benign', 'benign'], 'type': 'string', 'title': 'ClinicalSignificance'}}, 'title': 'variant_searcherArguments', 'required': ['query'], 'properties': {'query': {'$ref': '#/$defs/VariantQuery'}}}}, {'name': 'variant_details', 'description': '\n Retrieves detailed information for a *single* genetic variant.\n Input: A variant identifier ("chr7:g.140453136A>T")\n Process: Queries the MyVariant.info GET endpoint\n Output: A Markdown formatted string containing comprehensive\n variant annotations (genomic context, frequencies,\n predictions, clinical data). Returns error if invalid.\n Note: Use the variant_searcher to find the variant id first.\n ', 'inputSchema': {'type': 'object', 'title': 'variant_detailsArguments', 'required': ['variant_id'], 'properties': {'variant_id': {'type': 'string', 'title': 'Variant Id'}}}}]
@redis/mcp-redis
Redis
Enable AI agents to manage and search data in Redis using natural language queries. Seamlessly integrate with MCP clients to interact with Redis data structures like hashes, lists, sets, streams, and more. Enhance your applications with scalable, high-performance Redis data operations and real-time insights.
2025-04-15T10:26:45.862Z
111
https://smithery.ai/server/@redis/mcp-redis
true
https://spjawbfpwezjfmic…3b9fe3bb1b47.jpg
{ "scanPassed": true }
[{'name': 'dbsize', 'description': 'Get the number of keys stored in the Redis database\n ', 'inputSchema': {'type': 'object', 'title': 'dbsizeArguments', 'properties': {}}}, {'name': 'info', 'description': 'Get Redis server information and statistics.\n\nArgs:\n section: The section of the info command (default, memory, cpu, etc.).\n\nReturns:\n A dictionary of server information or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'infoArguments', 'properties': {'section': {'type': 'string', 'title': 'Section', 'default': 'default'}}}}, {'name': 'client_list', 'description': 'Get a list of connected clients to the Redis server.', 'inputSchema': {'type': 'object', 'title': 'client_listArguments', 'properties': {}}}, {'name': 'delete', 'description': 'Delete a Redis key.\n\nArgs:\n key (str): The key to delete.\n\nReturns:\n str: Confirmation message or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'deleteArguments', 'required': ['key'], 'properties': {'key': {'type': 'string', 'title': 'Key'}}}}, {'name': 'type', 'description': "Returns the string representation of the type of the value stored at key\n\nArgs:\n key (str): The key to check.\n\nReturns:\n str: The type of key, or none when key doesn't exist\n", 'inputSchema': {'type': 'object', 'title': 'typeArguments', 'required': ['key'], 'properties': {'key': {'type': 'string', 'title': 'Key'}}}}, {'name': 'expire', 'description': 'Set an expiration time for a Redis key.\n\nArgs:\n name: The Redis key.\n expire_seconds: Time in seconds after which the key should expire.\n\nReturns:\n A success message or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'expireArguments', 'required': ['name', 'expire_seconds'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'expire_seconds': {'type': 'integer', 'title': 'Expire Seconds'}}}}, {'name': 'rename', 'description': '\nRenames a Redis key from old_key to new_key.\n\nArgs:\n old_key (str): The current name of the Redis key to rename.\n new_key (str): The new name to assign to the key.\n\nReturns:\n Dict[str, Any]: A dictionary containing the result of the operation.\n On success: {"status": "success", "message": "..."}\n On error: {"error": "..."}\n', 'inputSchema': {'type': 'object', 'title': 'renameArguments', 'required': ['old_key', 'new_key'], 'properties': {'new_key': {'type': 'string', 'title': 'New Key'}, 'old_key': {'type': 'string', 'title': 'Old Key'}}}}, {'name': 'get_indexes', 'description': 'List of indexes in the Redis database\n ', 'inputSchema': {'type': 'object', 'title': 'get_indexesArguments', 'properties': {}}}, {'name': 'get_index_info', 'description': 'Retrieve schema and information about a specific Redis index using FT.INFO.\n\nArgs:\n index_name (str): The name of the index to retrieve information about.\n\nReturns:\n str: Information about the specified index or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'get_index_infoArguments', 'required': ['index_name'], 'properties': {'index_name': {'type': 'string', 'title': 'Index Name'}}}}, {'name': 'get_indexed_keys_number', 'description': 'Retrieve the number of indexed keys by the index\n\nArgs:\n index_name (str): The name of the index to retrieve information about.\n\nReturns:\n int: Number of indexed keys\n', 'inputSchema': {'type': 'object', 'title': 'get_indexed_keys_numberArguments', 'required': ['index_name'], 'properties': {'index_name': {'type': 'string', 'title': 'Index Name'}}}}, {'name': 'create_vector_index_hash', 'description': "\nCreate a Redis 8 vector similarity index using HNSW on a Redis hash.\n\nThis function sets up a Redis index for approximate nearest neighbor (ANN)\nsearch using the HNSW algorithm and float32 vector embeddings.\n\nArgs:\n index_name: The name of the Redis index to create. Unless specifically required, use the default name for the index.\n prefix: The key prefix used to identify documents to index (e.g., 'doc:'). Unless specifically required, use the default prefix.\n vector_field: The name of the vector field to be indexed for similarity search. Unless specifically required, use the default field name\n dim: The dimensionality of the vectors stored under the vector_field.\n distance_metric: The distance function to use (e.g., 'COSINE', 'L2', 'IP').\n\nReturns:\n A string indicating whether the index was created successfully or an error message.\n", 'inputSchema': {'type': 'object', 'title': 'create_vector_index_hashArguments', 'properties': {'dim': {'type': 'integer', 'title': 'Dim', 'default': 1536}, 'prefix': {'type': 'string', 'title': 'Prefix', 'default': 'doc:'}, 'index_name': {'type': 'string', 'title': 'Index Name', 'default': 'vector_index'}, 'vector_field': {'type': 'string', 'title': 'Vector Field', 'default': 'vector'}, 'distance_metric': {'type': 'string', 'title': 'Distance Metric', 'default': 'COSINE'}}}}, {'name': 'vector_search_hash', 'description': '\nPerform a KNN vector similarity search using Redis 8 or later version on vectors stored in hash data structures.\n\nArgs:\n query_vector: List of floats to use as the query vector.\n index_name: Name of the Redis index. Unless specifically specified, use the default index name.\n vector_field: Name of the indexed vector field. Unless specifically required, use the default field name\n k: Number of nearest neighbors to return.\n return_fields: List of fields to return (optional).\n\nReturns:\n A list of matched documents or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'vector_search_hashArguments', 'required': ['query_vector'], 'properties': {'k': {'type': 'integer', 'title': 'K', 'default': 5}, 'index_name': {'type': 'string', 'title': 'Index Name', 'default': 'vector_index'}, 'query_vector': {'type': 'array', 'items': {}, 'title': 'Query Vector'}, 'vector_field': {'type': 'string', 'title': 'Vector Field', 'default': 'vector'}, 'return_fields': {'type': 'array', 'items': {}, 'title': 'Return Fields', 'default': None}}}}, {'name': 'hset', 'description': 'Set a field in a hash stored at key with an optional expiration time.\n\nArgs:\n name: The Redis hash key.\n key: The field name inside the hash.\n value: The value to set.\n expire_seconds: Optional; time in seconds after which the key should expire.\n\nReturns:\n A success message or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'hsetArguments', 'required': ['name', 'key', 'value'], 'properties': {'key': {'type': 'string', 'title': 'Key'}, 'name': {'type': 'string', 'title': 'Name'}, 'value': {'type': 'string', 'title': 'Value'}, 'expire_seconds': {'type': 'integer', 'title': 'Expire Seconds', 'default': None}}}}, {'name': 'hget', 'description': 'Get the value of a field in a Redis hash.\n\nArgs:\n name: The Redis hash key.\n key: The field name inside the hash.\n\nReturns:\n The field value or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'hgetArguments', 'required': ['name', 'key'], 'properties': {'key': {'type': 'string', 'title': 'Key'}, 'name': {'type': 'string', 'title': 'Name'}}}}, {'name': 'hdel', 'description': 'Delete a field from a Redis hash.\n\nArgs:\n name: The Redis hash key.\n key: The field name inside the hash.\n\nReturns:\n A success message or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'hdelArguments', 'required': ['name', 'key'], 'properties': {'key': {'type': 'string', 'title': 'Key'}, 'name': {'type': 'string', 'title': 'Name'}}}}, {'name': 'hgetall', 'description': 'Get all fields and values from a Redis hash.\n\nArgs:\n name: The Redis hash key.\n\nReturns:\n A dictionary of field-value pairs or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'hgetallArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}}}}, {'name': 'hexists', 'description': 'Check if a field exists in a Redis hash.\n\nArgs:\n name: The Redis hash key.\n key: The field name inside the hash.\n\nReturns:\n True if the field exists, False otherwise.\n', 'inputSchema': {'type': 'object', 'title': 'hexistsArguments', 'required': ['name', 'key'], 'properties': {'key': {'type': 'string', 'title': 'Key'}, 'name': {'type': 'string', 'title': 'Name'}}}}, {'name': 'set_vector_in_hash', 'description': 'Store a vector as a field in a Redis hash.\n\nArgs:\n name: The Redis hash key.\n vector_field: The field name inside the hash. Unless specifically required, use the default field name\n vector: The vector (list of numbers) to store in the hash.\n\nReturns:\n True if the vector was successfully stored, False otherwise.\n', 'inputSchema': {'type': 'object', 'title': 'set_vector_in_hashArguments', 'required': ['name', 'vector'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'vector': {'type': 'array', 'items': {}, 'title': 'Vector'}, 'vector_field': {'type': 'string', 'title': 'Vector Field', 'default': 'vector'}}}}, {'name': 'get_vector_from_hash', 'description': 'Retrieve a vector from a Redis hash and convert it back from binary blob.\n\nArgs:\n name: The Redis hash key.\n vector_field: The field name inside the hash. Unless specifically required, use the default field name\n\nReturns:\n The vector as a list of floats, or an error message if retrieval fails.\n', 'inputSchema': {'type': 'object', 'title': 'get_vector_from_hashArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'vector_field': {'type': 'string', 'title': 'Vector Field', 'default': 'vector'}}}}, {'name': 'lpush', 'description': 'Push a value onto the left of a Redis list and optionally set an expiration time.', 'inputSchema': {'type': 'object', 'title': 'lpushArguments', 'required': ['name', 'value'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'value': {'type': 'string', 'title': 'Value'}, 'expire': {'type': 'integer', 'title': 'Expire', 'default': None}}}}, {'name': 'rpush', 'description': 'Push a value onto the right of a Redis list and optionally set an expiration time.', 'inputSchema': {'type': 'object', 'title': 'rpushArguments', 'required': ['name', 'value'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'value': {'type': 'string', 'title': 'Value'}, 'expire': {'type': 'integer', 'title': 'Expire', 'default': None}}}}, {'name': 'lpop', 'description': 'Remove and return the first element from a Redis list.', 'inputSchema': {'type': 'object', 'title': 'lpopArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}}}}, {'name': 'rpop', 'description': 'Remove and return the last element from a Redis list.', 'inputSchema': {'type': 'object', 'title': 'rpopArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}}}}, {'name': 'lrange', 'description': 'Get elements from a Redis list within a specific range.', 'inputSchema': {'type': 'object', 'title': 'lrangeArguments', 'required': ['name', 'start', 'stop'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'stop': {'type': 'integer', 'title': 'Stop'}, 'start': {'type': 'integer', 'title': 'Start'}}}}, {'name': 'llen', 'description': 'Get the length of a Redis list.', 'inputSchema': {'type': 'object', 'title': 'llenArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}}}}, {'name': 'set', 'description': 'Set a Redis string value with an optional expiration time.\n\nArgs:\n key (str): The key to set.\n value (str): The value to store.\n expiration (int, optional): Expiration time in seconds.\n\nReturns:\n str: Confirmation message or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'setArguments', 'required': ['key', 'value'], 'properties': {'key': {'type': 'string', 'title': 'Key'}, 'value': {'type': 'string', 'title': 'Value'}, 'expiration': {'type': 'integer', 'title': 'Expiration', 'default': None}}}}, {'name': 'get', 'description': 'Get a Redis string value.\n\nArgs:\n key (str): The key to retrieve.\n\nReturns:\n str: The stored value or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'getArguments', 'required': ['key'], 'properties': {'key': {'type': 'string', 'title': 'Key'}}}}, {'name': 'json_set', 'description': 'Set a JSON value in Redis at a given path with an optional expiration time.\n\nArgs:\n name: The Redis key where the JSON document is stored.\n path: The JSON path where the value should be set.\n value: The JSON value to store.\n expire_seconds: Optional; time in seconds after which the key should expire.\n\nReturns:\n A success message or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'json_setArguments', 'required': ['name', 'path', 'value'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'path': {'type': 'string', 'title': 'Path'}, 'value': {'type': 'string', 'title': 'Value'}, 'expire_seconds': {'type': 'integer', 'title': 'Expire Seconds', 'default': None}}}}, {'name': 'json_get', 'description': "Retrieve a JSON value from Redis at a given path.\n\nArgs:\n name: The Redis key where the JSON document is stored.\n path: The JSON path to retrieve (default: root '$').\n\nReturns:\n The retrieved JSON value or an error message.\n", 'inputSchema': {'type': 'object', 'title': 'json_getArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'path': {'type': 'string', 'title': 'Path', 'default': '$'}}}}, {'name': 'json_del', 'description': "Delete a JSON value from Redis at a given path.\n\nArgs:\n name: The Redis key where the JSON document is stored.\n path: The JSON path to delete (default: root '$').\n\nReturns:\n A success message or an error message.\n", 'inputSchema': {'type': 'object', 'title': 'json_delArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'path': {'type': 'string', 'title': 'Path', 'default': '$'}}}}, {'name': 'zadd', 'description': 'Add a member to a Redis sorted set with an optional expiration time.\n\nArgs:\n key (str): The sorted set key.\n score (float): The score of the member.\n member (str): The member to add.\n expiration (int, optional): Expiration time in seconds.\n\nReturns:\n str: Confirmation message or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'zaddArguments', 'required': ['key', 'score', 'member'], 'properties': {'key': {'type': 'string', 'title': 'Key'}, 'score': {'type': 'number', 'title': 'Score'}, 'member': {'type': 'string', 'title': 'Member'}, 'expiration': {'type': 'integer', 'title': 'Expiration', 'default': None}}}}, {'name': 'zrange', 'description': 'Retrieve a range of members from a Redis sorted set.\n\nArgs:\n key (str): The sorted set key.\n start (int): The starting index.\n end (int): The ending index.\n with_scores (bool, optional): Whether to include scores in the result.\n\nReturns:\n str: The sorted set members in the given range or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'zrangeArguments', 'required': ['key', 'start', 'end'], 'properties': {'end': {'type': 'integer', 'title': 'End'}, 'key': {'type': 'string', 'title': 'Key'}, 'start': {'type': 'integer', 'title': 'Start'}, 'with_scores': {'type': 'boolean', 'title': 'With Scores', 'default': False}}}}, {'name': 'zrem', 'description': 'Remove a member from a Redis sorted set.\n\nArgs:\n key (str): The sorted set key.\n member (str): The member to remove.\n\nReturns:\n str: Confirmation message or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'zremArguments', 'required': ['key', 'member'], 'properties': {'key': {'type': 'string', 'title': 'Key'}, 'member': {'type': 'string', 'title': 'Member'}}}}, {'name': 'sadd', 'description': 'Add a value to a Redis set with an optional expiration time.\n\nArgs:\n name: The Redis set key.\n value: The value to add to the set.\n expire_seconds: Optional; time in seconds after which the set should expire.\n\nReturns:\n A success message or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'saddArguments', 'required': ['name', 'value'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'value': {'type': 'string', 'title': 'Value'}, 'expire_seconds': {'type': 'integer', 'title': 'Expire Seconds', 'default': None}}}}, {'name': 'srem', 'description': 'Remove a value from a Redis set.\n\nArgs:\n name: The Redis set key.\n value: The value to remove from the set.\n\nReturns:\n A success message or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'sremArguments', 'required': ['name', 'value'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'value': {'type': 'string', 'title': 'Value'}}}}, {'name': 'smembers', 'description': 'Get all members of a Redis set.\n\nArgs:\n name: The Redis set key.\n\nReturns:\n A list of values in the set or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'smembersArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}}}}, {'name': 'xadd', 'description': 'Add an entry to a Redis stream with an optional expiration time.\n\nArgs:\n key (str): The stream key.\n fields (dict): The fields and values for the stream entry.\n expiration (int, optional): Expiration time in seconds.\n\nReturns:\n str: The ID of the added entry or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'xaddArguments', 'required': ['key', 'fields'], 'properties': {'key': {'type': 'string', 'title': 'Key'}, 'fields': {'type': 'object', 'title': 'Fields', 'additionalProperties': True}, 'expiration': {'type': 'integer', 'title': 'Expiration', 'default': None}}}}, {'name': 'xrange', 'description': 'Read entries from a Redis stream.\n\nArgs:\n key (str): The stream key.\n count (int, optional): Number of entries to retrieve.\n\nReturns:\n str: The retrieved stream entries or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'xrangeArguments', 'required': ['key'], 'properties': {'key': {'type': 'string', 'title': 'Key'}, 'count': {'type': 'integer', 'title': 'Count', 'default': 1}}}}, {'name': 'xdel', 'description': 'Delete an entry from a Redis stream.\n\nArgs:\n key (str): The stream key.\n entry_id (str): The ID of the entry to delete.\n\nReturns:\n str: Confirmation message or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'xdelArguments', 'required': ['key', 'entry_id'], 'properties': {'key': {'type': 'string', 'title': 'Key'}, 'entry_id': {'type': 'string', 'title': 'Entry Id'}}}}, {'name': 'publish', 'description': 'Publish a message to a Redis channel.\n\nArgs:\n channel: The Redis channel to publish to.\n message: The message to send.\n\nReturns:\n A success message or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'publishArguments', 'required': ['channel', 'message'], 'properties': {'channel': {'type': 'string', 'title': 'Channel'}, 'message': {'type': 'string', 'title': 'Message'}}}}, {'name': 'subscribe', 'description': 'Subscribe to a Redis channel.\n\nArgs:\n channel: The Redis channel to subscribe to.\n\nReturns:\n A success message or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'subscribeArguments', 'required': ['channel'], 'properties': {'channel': {'type': 'string', 'title': 'Channel'}}}}, {'name': 'unsubscribe', 'description': 'Unsubscribe from a Redis channel.\n\nArgs:\n channel: The Redis channel to unsubscribe from.\n\nReturns:\n A success message or an error message.\n', 'inputSchema': {'type': 'object', 'title': 'unsubscribeArguments', 'required': ['channel'], 'properties': {'channel': {'type': 'string', 'title': 'Channel'}}}}]
@box3lab/statistics-mcp
box3-statistics-mcp
提供对神岛平台用户数据和地图信息的访问,帮助用户获取统计数据和分析地图玩家行为。通过标准化的工具接口,轻松集成到多种客户端,提升数据访问的便捷性。
2025-04-05T07:43:30.423Z
221
https://smithery.ai/server/@box3lab/statistics-mcp
true
null
{ "scanPassed": true }
[{'name': 'getUserProfile', 'description': '获取神岛平台用户的个人资料数据', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['userId'], 'properties': {'userId': {'type': 'string', 'description': '用户ID'}}, 'additionalProperties': False}}, {'name': 'getMapInfo', 'description': '获取神岛平台用户地图详情', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['mapId'], 'properties': {'mapId': {'type': 'string', 'description': '地图ID'}}, 'additionalProperties': False}}, {'name': 'getMapCommentList', 'description': '获取神岛平台用户地图评论列表', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['contentId', 'limit', 'offset', 'orderBy', 'contentType'], 'properties': {'limit': {'type': 'number', 'description': '查询数量,最多100条'}, 'offset': {'type': 'number', 'description': '偏移量'}, 'orderBy': {'type': 'number', 'description': '排序方式,1创建时间倒序;4热度(默认)'}, 'contentId': {'type': 'string', 'description': '地图ID'}, 'contentType': {'type': 'number', 'description': '评论分类,1地图,2模型'}}, 'additionalProperties': False}}, {'name': 'getMapReleaseInfo', 'description': '获取神岛平台用户地图发布信息', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['contentId', 'limit', 'offset'], 'properties': {'limit': {'type': 'number', 'description': '查询数量,最多100条'}, 'offset': {'type': 'number', 'description': '偏移量'}, 'contentId': {'type': 'string', 'description': '地图ID'}}, 'additionalProperties': False}}, {'name': 'getMapList', 'description': '获取神岛平台用户地图列表', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['offset', 'limit', 'keyword', 'orderBy'], 'properties': {'limit': {'type': 'number', 'description': '查询数量,最多100条'}, 'offset': {'type': 'number', 'description': '偏移量'}, 'keyword': {'type': 'string', 'description': '关键词'}, 'orderBy': {'type': 'number', 'description': '排序方式,0:官方推荐:最热,1:最新, 2:当通过keyword查找地图时使用'}}, 'additionalProperties': False}}, {'name': 'getCommentList', 'description': '获取神岛平台用户的评论列表,需要Token和用户请求头', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['offset', 'limit', 'token', 'userAgent'], 'properties': {'limit': {'type': 'number', 'description': '限制数量'}, 'token': {'type': 'string', 'description': '认证Token'}, 'offset': {'type': 'number', 'description': '偏移量'}, 'userAgent': {'type': 'string', 'description': '用户请求头'}}, 'additionalProperties': False}}, {'name': 'getMapStatList', 'description': '获取神岛平台用户地图统计列表,需Token和用户请求头', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['startTime', 'endTime', 'token', 'userAgent'], 'properties': {'token': {'type': 'string', 'description': '认证Token'}, 'endTime': {'type': 'string', 'description': '结束时间,例如:2025-04-04'}, 'startTime': {'type': 'string', 'description': '开始时间,例如:2025-03-29'}, 'userAgent': {'type': 'string', 'description': '用户请求头'}}, 'additionalProperties': False}}, {'name': 'getMapPlayerStatList', 'description': '获取神岛平台用户地图玩家统计,需Token和用户请求头和地图ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['startTime', 'endTime', 'token', 'userAgent', 'mapId'], 'properties': {'mapId': {'type': 'string', 'description': '地图ID'}, 'token': {'type': 'string', 'description': '认证Token'}, 'endTime': {'type': 'string', 'description': '结束时间,例如:2025-04-04'}, 'startTime': {'type': 'string', 'description': '开始时间,例如:2025-03-29'}, 'userAgent': {'type': 'string', 'description': '用户请求头'}}, 'additionalProperties': False}}, {'name': 'getMapPlayerRetention', 'description': '获取神岛平台用户地图玩家留存,需Token和用户请求头和地图ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['startTime', 'endTime', 'token', 'userAgent', 'mapId'], 'properties': {'mapId': {'type': 'string', 'description': '地图ID'}, 'token': {'type': 'string', 'description': '认证Token'}, 'endTime': {'type': 'string', 'description': '结束时间,例如:2025-04-04'}, 'startTime': {'type': 'string', 'description': '开始时间,例如:2025-03-29'}, 'userAgent': {'type': 'string', 'description': '用户请求头'}}, 'additionalProperties': False}}, {'name': 'getMapPlayerBehavior', 'description': '获取神岛平台用户地图玩家行为,需Token和用户请求头和地图ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['startTime', 'endTime', 'token', 'userAgent', 'mapId'], 'properties': {'mapId': {'type': 'string', 'description': '地图ID'}, 'token': {'type': 'string', 'description': '认证Token'}, 'endTime': {'type': 'string', 'description': '结束时间,例如:2025-04-04'}, 'startTime': {'type': 'string', 'description': '开始时间,例如:2025-03-29'}, 'userAgent': {'type': 'string', 'description': '用户请求头'}}, 'additionalProperties': False}}]
@liuyoshio/mcp-compass
Compass
MCP Discovery & Recommendation Service that helps explore Model Context Protocol servers using natural language queries.
2024-12-27T11:52:37.041Z
215
https://smithery.ai/server/@liuyoshio/mcp-compass
true
null
{ "scanPassed": true }
[{'name': 'recommend-mcp-servers', 'description': '\n Use this tool when there is a need to findn external MCP tools.\n It explores and recommends existing MCP servers from the \n internet, based on the description of the MCP Server \n needed. It returns a list of MCP servers with their IDs, \n descriptions, GitHub URLs, and similarity scores.\n ', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': "\n Description for the MCP Server needed. \n It should be specific and actionable, e.g.:\n GOOD:\n - 'MCP Server for AWS Lambda Python3.9 deployment'\n - 'MCP Server for United Airlines booking API'\n - 'MCP Server for Stripe refund webhook handling'\n\n BAD:\n - 'MCP Server for cloud' (too vague)\n - 'MCP Server for booking' (which booking system?)\n - 'MCP Server for payment' (which payment provider?)\n\n Query should explicitly specify:\n 1. Target platform/vendor (e.g. AWS, Stripe, MongoDB)\n 2. Exact operation/service (e.g. Lambda deployment, webhook handling)\n 3. Additional context if applicable (e.g. Python, refund events)\n "}}}}]
@pixelsock/directus-mcp
Directus MCP Server
Enable AI Clients to interact with the Directus API through a standardized protocol. Simplify data management and enhance your applications by leveraging the capabilities of Directus with AI integration.
2025-04-11T00:32:43.078Z
215
https://smithery.ai/server/@pixelsock/directus-mcp
true
null
{ "scanPassed": true }
[{'name': 'getItems', 'description': 'Get items from a collection in Directus', 'inputSchema': {'type': 'object', 'required': ['collection'], 'properties': {'url': {'type': 'string', 'description': 'Directus API URL (default from config)'}, 'query': {'type': 'object', 'description': 'Query parameters like filter, sort, limit, etc. (optional)'}, 'token': {'type': 'string', 'description': 'Authentication token (default from config)'}, 'collection': {'type': 'string', 'description': 'Collection name'}}}}, {'name': 'getItem', 'description': 'Get a single item from a collection by ID', 'inputSchema': {'type': 'object', 'required': ['collection', 'id'], 'properties': {'id': {'type': 'string', 'description': 'Item ID'}, 'url': {'type': 'string', 'description': 'Directus API URL (default from config)'}, 'query': {'type': 'object', 'description': 'Query parameters (optional)'}, 'token': {'type': 'string', 'description': 'Authentication token (default from config)'}, 'collection': {'type': 'string', 'description': 'Collection name'}}}}, {'name': 'createItem', 'description': 'Create a new item in a collection', 'inputSchema': {'type': 'object', 'required': ['collection', 'data'], 'properties': {'url': {'type': 'string', 'description': 'Directus API URL (default from config)'}, 'data': {'type': 'object', 'description': 'Item data'}, 'token': {'type': 'string', 'description': 'Authentication token (default from config)'}, 'collection': {'type': 'string', 'description': 'Collection name'}}}}, {'name': 'updateItem', 'description': 'Update an existing item in a collection', 'inputSchema': {'type': 'object', 'required': ['collection', 'id', 'data'], 'properties': {'id': {'type': 'string', 'description': 'Item ID'}, 'url': {'type': 'string', 'description': 'Directus API URL (default from config)'}, 'data': {'type': 'object', 'description': 'Updated item data'}, 'token': {'type': 'string', 'description': 'Authentication token (default from config)'}, 'collection': {'type': 'string', 'description': 'Collection name'}}}}, {'name': 'deleteItem', 'description': 'Delete an item from a collection', 'inputSchema': {'type': 'object', 'required': ['collection', 'id'], 'properties': {'id': {'type': 'string', 'description': 'Item ID'}, 'url': {'type': 'string', 'description': 'Directus API URL (default from config)'}, 'token': {'type': 'string', 'description': 'Authentication token (default from config)'}, 'collection': {'type': 'string', 'description': 'Collection name'}}}}, {'name': 'getSystemInfo', 'description': 'Get system information from Directus', 'inputSchema': {'type': 'object', 'required': ['endpoint'], 'properties': {'url': {'type': 'string', 'description': 'Directus API URL (default from config)'}, 'token': {'type': 'string', 'description': 'Authentication token (default from config)'}, 'endpoint': {'type': 'string', 'description': "System endpoint (e.g. 'health', 'info', 'activity')"}}}}, {'name': 'getCollections', 'description': 'Get all collection schemas from Directus', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'url': {'type': 'string', 'description': 'Directus API URL (default from config)'}, 'token': {'type': 'string', 'description': 'Authentication token (default from config)'}}}}, {'name': 'login', 'description': 'Login to Directus and get an access token', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'url': {'type': 'string', 'description': 'Directus API URL (default from config)'}, 'email': {'type': 'string', 'description': 'User email (default from config)'}, 'password': {'type': 'string', 'description': 'User password (default from config)'}}}}, {'name': 'getActivity', 'description': 'Get activity logs from Directus', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'url': {'type': 'string', 'description': 'Directus API URL (default from config)'}, 'query': {'type': 'object', 'description': 'Query parameters like filter, sort, limit, etc. (optional)'}, 'token': {'type': 'string', 'description': 'Authentication token (default from config)'}}}}, {'name': 'getFields', 'description': 'Get fields for a collection', 'inputSchema': {'type': 'object', 'required': ['collection'], 'properties': {'url': {'type': 'string', 'description': 'Directus API URL (default from config)'}, 'token': {'type': 'string', 'description': 'Authentication token (default from config)'}, 'collection': {'type': 'string', 'description': 'Collection name'}}}}, {'name': 'getRelations', 'description': 'Get relations for a collection', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'url': {'type': 'string', 'description': 'Directus API URL (default from config)'}, 'token': {'type': 'string', 'description': 'Authentication token (default from config)'}, 'collection': {'type': 'string', 'description': 'Collection name (optional)'}}}}, {'name': 'getFiles', 'description': 'Get files from Directus', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'url': {'type': 'string', 'description': 'Directus API URL (default from config)'}, 'query': {'type': 'object', 'description': 'Query parameters like filter, sort, limit, etc. (optional)'}, 'token': {'type': 'string', 'description': 'Authentication token (default from config)'}}}}, {'name': 'uploadFile', 'description': 'Upload a file to Directus', 'inputSchema': {'type': 'object', 'required': ['fileName'], 'properties': {'url': {'type': 'string', 'description': 'Directus API URL (default from config)'}, 'title': {'type': 'string', 'description': 'File title (optional)'}, 'token': {'type': 'string', 'description': 'Authentication token (default from config)'}, 'fileUrl': {'type': 'string', 'description': 'URL of the file to upload (either fileUrl or fileData must be provided)'}, 'storage': {'type': 'string', 'description': 'Storage location (optional)'}, 'fileData': {'type': 'string', 'description': 'Base64 encoded file data (either fileUrl or fileData must be provided)'}, 'fileName': {'type': 'string', 'description': 'Name of the file'}, 'mimeType': {'type': 'string', 'description': 'MIME type of the file'}}}}, {'name': 'getUsers', 'description': 'Get users from Directus', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'url': {'type': 'string', 'description': 'Directus API URL (default from config)'}, 'query': {'type': 'object', 'description': 'Query parameters like filter, sort, limit, etc. (optional)'}, 'token': {'type': 'string', 'description': 'Authentication token (default from config)'}}}}, {'name': 'getCurrentUser', 'description': 'Get the current user info', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'url': {'type': 'string', 'description': 'Directus API URL (default from config)'}, 'token': {'type': 'string', 'description': 'Authentication token (default from config)'}}}}, {'name': 'getRoles', 'description': 'Get roles from Directus', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'url': {'type': 'string', 'description': 'Directus API URL (default from config)'}, 'query': {'type': 'object', 'description': 'Query parameters like filter, sort, limit, etc. (optional)'}, 'token': {'type': 'string', 'description': 'Authentication token (default from config)'}}}}, {'name': 'getPermissions', 'description': 'Get permissions from Directus', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'url': {'type': 'string', 'description': 'Directus API URL (default from config)'}, 'query': {'type': 'object', 'description': 'Query parameters like filter, sort, limit, etc. (optional)'}, 'token': {'type': 'string', 'description': 'Authentication token (default from config)'}}}}, {'name': 'getConfig', 'description': 'Get current configuration information (without secrets)', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}]
@think41/workday_mcp-nandish
Workday MCP Server
Provide a Python-based MCP server that integrates seamlessly with Claude Desktop to enable dynamic context and tool usage. Simplify the deployment and management of MCP servers with easy installation and environment configuration options. Enhance your LLM applications by connecting them to Workday HRMS data and tools through this server.
2025-04-24T13:21:15.214Z
212
https://smithery.ai/server/@think41/workday_mcp-nandish
true
null
{ "scanPassed": true }
[{'name': 'get_workday_workers', 'description': '\nFetch workers from Workday API using the access token from environment \n\nbefore using this tool ask a question to include terminated workers or not and do the user have any specific worker to search\n\nArgs:\n ctx: MCP context for logging\n includeTerminatedWorkers: Include terminated workers in the output \n limit: The maximum number of objects in a single response. The default is 20. The maximum is 100.\n offset: The zero-based index of the first object in a response collection. The default is 0.\n Use offset with the limit parameter to control paging of a response collection.\n Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects\n starting with the 10th object.\n search: Searches workers by name of the worker or worker ID which is the employee id of the worker its not the uuid it will look like this 22110 which is just integers. The search is case-insensitive.\n You can include space-delimited search strings for an OR search.\n\nReturns:\n Dict[str, Any]: Response from Workday API containing worker information\n', 'inputSchema': {'type': 'object', 'title': 'get_workday_workersArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}, 'offset': {'type': 'integer', 'title': 'Offset', 'default': 0}, 'search': {'type': 'string', 'title': 'Search', 'default': None}, 'includeTerminatedWorkers': {'type': 'boolean', 'title': 'Includeterminatedworkers', 'default': False}}}}, {'name': 'get_worker_eligible_absence_types', 'description': '\nFetch eligible absence types for a specific worker from Workday API using the access token from environment \n\nArgs:\n worker_id (str): The ID of the worker to fetch absence types for its an uuid example ("cc19e2bfeac21006b0b576e5d0840000")\n effective (str): Absence balances as of the specified date using the yyyy-mm-dd format.\n limit (int): The maximum number of objects in a single response. The default is 50. The maximum is 100.\n offset (int): The zero-based index of the first object in a response collection. The default is 0.\n Use offset with the limit parameter to control paging of a response collection.\n Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects\n starting with the 10th object.\n\nReturns:\n Dict[str, Any]: Response from Workday API containing eligible absence types\n', 'inputSchema': {'type': 'object', 'title': 'get_worker_eligible_absence_typesArguments', 'required': ['worker_id'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}, 'offset': {'type': 'integer', 'title': 'Offset', 'default': 0}, 'worker_id': {'type': 'string', 'title': 'Worker Id'}}}}, {'name': 'request_time_off', 'description': '\nSubmit a time off request for a worker before calling this tool make sure to call the tools eligible absence types and balance and notify user about his eligible types and his leave balance using these tools "get_worker_eligible_absence_types" and "get_worker_leave_balances" \n\nArgs:\n worker_id (str): The ID of the worker requesting time off the id is uuid example ("cc19e2bfeac21006b0b576e5d0840000")\n date (str): The date for the time off request in ISO format (e.g., "2025-02-28T17:00:00.000Z")\n daily_quantity (str): The amount of time off requested (e.g., "1" for full day)\n time_off_type_id (str): The ID of the time off type the id is uuid example ("ac107c2eb30710212889f3cb512f0000")\n ctx: MCP context for logging\n\nReturns:\n Dict[str, Any]: Response from Workday API containing the request result\n', 'inputSchema': {'type': 'object', 'title': 'request_time_offArguments', 'required': ['worker_id', 'date', 'daily_quantity', 'time_off_type_id'], 'properties': {'date': {'type': 'string', 'title': 'Date'}, 'reason': {'type': 'string', 'title': 'Reason', 'default': None}, 'worker_id': {'type': 'string', 'title': 'Worker Id'}, 'daily_quantity': {'type': 'string', 'title': 'Daily Quantity'}, 'time_off_type_id': {'type': 'string', 'title': 'Time Off Type Id'}}}}, {'name': 'get_worker_leave_balances', 'description': '\nFetch time off balances for a specific worker\n\nArgs:\n worker_id (str): The ID of the worker to fetch balances for the id is uuid example ("cc19e2bfeac21006b0b576e5d0840000")\n category_id (str, optional): The category ID to filter balances by the id is uuid example ("7bd6531c90c100016d4b06f2b8a07ce") if user doesnt provide any category id use this "7bd6531c90c100016d4b06f2b8a07ce"\n ctx: MCP context for logging\n\nReturns:\n Dict[str, Any]: Response from Workday API containing worker\'s time off balances\n', 'inputSchema': {'type': 'object', 'title': 'get_worker_leave_balancesArguments', 'required': ['worker_id'], 'properties': {'worker_id': {'type': 'string', 'title': 'Worker Id'}, 'category_id': {'type': 'string', 'title': 'Category Id', 'default': None}}}}, {'name': 'get_worker_leave_process_events', 'description': '\nFetch business process events for a specific worker this wi\n\nArgs:\n worker_id (str): The ID of the worker to fetch events for the id is uuid example ("cc19e2bfeac21006b0b576e5d0840000")\n limit (int): The maximum number of objects in a single response. The default is 50. The maximum is 100.\n offset (int): The zero-based index of the first object in a response collection. The default is 0.\n Use offset with the limit parameter to control paging of a response collection.\n Example: If limit is 5 and offset is 9, the response returns a collection of 5 objects\n starting with the 10th object.\n status (str, optional): The status to filter events by\n ctx: MCP context for logging\n\nReturns:\n Dict[str, Any]: Response from Workday API containing business process events for the worker\n', 'inputSchema': {'type': 'object', 'title': 'get_worker_leave_process_eventsArguments', 'required': ['worker_id'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}, 'offset': {'type': 'integer', 'title': 'Offset', 'default': 0}, 'status': {'type': 'string', 'title': 'Status', 'default': None}, 'worker_id': {'type': 'string', 'title': 'Worker Id'}}}}, {'name': 'cancel_leave_event', 'description': '\nCancel a leave request of a worker\n\nArgs:\n event_id (str): The ID of the business process event to cancel. This is a uuid example ("43fa59c7367a100164bfb87ede060000")\n You can get this ID by calling the get_worker_leave_process_events tool the id will be present inside the each object\'s "overallBusinessProcess" for example "overallBusinessProcess": {\n "descriptor": "Absence Request: 01_Bastien Claude",\n "id": "f93a85ca6ed210014eac2039f4bc0000"\n }," get this id and use it \n comment (str, optional): Comment explaining the reason for cancellation\n ctx: MCP context for logging\n\nReturns:\n Dict[str, Any]: Response from Workday API containing the result of the cancellation\n', 'inputSchema': {'type': 'object', 'title': 'cancel_leave_eventArguments', 'required': ['event_id'], 'properties': {'comment': {'type': 'string', 'title': 'Comment', 'default': None}, 'event_id': {'type': 'string', 'title': 'Event Id'}}}}]
@ddkang1/ddg-mcp
DuckDuckGo Search API
Leverage DuckDuckGo's search capabilities to find text, images, news, and videos. Engage with AI chat for insightful conversations and receive summarized search results effortlessly.
2025-03-31T09:30:54.563Z
211
https://smithery.ai/server/@ddkang1/ddg-mcp
true
null
{ "scanPassed": true }
[{'name': 'ddg-text-search', 'description': 'Search the web for text results using DuckDuckGo', 'inputSchema': {'type': 'object', 'required': ['keywords'], 'properties': {'region': {'type': 'string', 'default': 'wt-wt', 'description': 'Region code (e.g., wt-wt, us-en, uk-en)'}, 'keywords': {'type': 'string', 'description': 'Search query keywords'}, 'timelimit': {'enum': ['d', 'w', 'm', 'y'], 'type': 'string', 'description': 'Time limit (d=day, w=week, m=month, y=year)'}, 'safesearch': {'enum': ['on', 'moderate', 'off'], 'type': 'string', 'default': 'moderate', 'description': 'Safe search level'}, 'max_results': {'type': 'integer', 'default': 10, 'description': 'Maximum number of results to return'}}}}, {'name': 'ddg-image-search', 'description': 'Search the web for images using DuckDuckGo', 'inputSchema': {'type': 'object', 'required': ['keywords'], 'properties': {'size': {'enum': ['Small', 'Medium', 'Large', 'Wallpaper'], 'type': 'string', 'description': 'Image size'}, 'color': {'enum': ['color', 'Monochrome', 'Red', 'Orange', 'Yellow', 'Green', 'Blue', 'Purple', 'Pink', 'Brown', 'Black', 'Gray', 'Teal', 'White'], 'type': 'string', 'description': 'Image color'}, 'layout': {'enum': ['Square', 'Tall', 'Wide'], 'type': 'string', 'description': 'Image layout'}, 'region': {'type': 'string', 'default': 'wt-wt', 'description': 'Region code (e.g., wt-wt, us-en, uk-en)'}, 'keywords': {'type': 'string', 'description': 'Search query keywords'}, 'timelimit': {'enum': ['d', 'w', 'm', 'y'], 'type': 'string', 'description': 'Time limit (d=day, w=week, m=month, y=year)'}, 'safesearch': {'enum': ['on', 'moderate', 'off'], 'type': 'string', 'default': 'moderate', 'description': 'Safe search level'}, 'type_image': {'enum': ['photo', 'clipart', 'gif', 'transparent', 'line'], 'type': 'string', 'description': 'Image type'}, 'max_results': {'type': 'integer', 'default': 10, 'description': 'Maximum number of results to return'}, 'license_image': {'enum': ['any', 'Public', 'Share', 'ShareCommercially', 'Modify', 'ModifyCommercially'], 'type': 'string', 'description': 'Image license type'}}}}, {'name': 'ddg-news-search', 'description': 'Search for news articles using DuckDuckGo', 'inputSchema': {'type': 'object', 'required': ['keywords'], 'properties': {'region': {'type': 'string', 'default': 'wt-wt', 'description': 'Region code (e.g., wt-wt, us-en, uk-en)'}, 'keywords': {'type': 'string', 'description': 'Search query keywords'}, 'timelimit': {'enum': ['d', 'w', 'm'], 'type': 'string', 'description': 'Time limit (d=day, w=week, m=month)'}, 'safesearch': {'enum': ['on', 'moderate', 'off'], 'type': 'string', 'default': 'moderate', 'description': 'Safe search level'}, 'max_results': {'type': 'integer', 'default': 10, 'description': 'Maximum number of results to return'}}}}, {'name': 'ddg-video-search', 'description': 'Search for videos using DuckDuckGo', 'inputSchema': {'type': 'object', 'required': ['keywords'], 'properties': {'region': {'type': 'string', 'default': 'wt-wt', 'description': 'Region code (e.g., wt-wt, us-en, uk-en)'}, 'duration': {'enum': ['short', 'medium', 'long'], 'type': 'string', 'description': 'Video duration'}, 'keywords': {'type': 'string', 'description': 'Search query keywords'}, 'timelimit': {'enum': ['d', 'w', 'm'], 'type': 'string', 'description': 'Time limit (d=day, w=week, m=month)'}, 'resolution': {'enum': ['high', 'standard'], 'type': 'string', 'description': 'Video resolution'}, 'safesearch': {'enum': ['on', 'moderate', 'off'], 'type': 'string', 'default': 'moderate', 'description': 'Safe search level'}, 'max_results': {'type': 'integer', 'default': 10, 'description': 'Maximum number of results to return'}, 'license_videos': {'enum': ['creativeCommon', 'youtube'], 'type': 'string', 'description': 'Video license type'}}}}, {'name': 'ddg-fetch-content', 'description': 'Fetch and parse content from a webpage URL', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'The webpage URL to fetch content from'}}}}]
@stevengonsalvez/todoist-mcp
Todoist Task and Project Manager
Manage your Todoist tasks, projects, sections, labels, comments, and collaborators seamlessly through an MCP-compatible interface. Create, update, complete, and organize your tasks and projects efficiently using natural language commands. Enhance your productivity by integrating advanced Todoist management capabilities into your preferred MCP client.
2025-04-17T00:10:24.566Z
207
https://smithery.ai/server/@stevengonsalvez/todoist-mcp
true
null
{ "scanPassed": true }
[{'name': 'listTasks', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'label': {'type': 'string'}, 'filter': {'type': 'string'}, 'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'order': {'type': 'number'}, 'labels': {'type': 'array', 'items': {'type': 'string'}}, 'content': {'type': 'string'}, 'dueDate': {'type': 'string'}, 'dueLang': {'type': 'string'}, 'parentId': {'type': 'string'}, 'priority': {'type': 'number'}, 'dueString': {'type': 'string'}, 'projectId': {'type': 'string'}, 'sectionId': {'type': 'string'}, 'assigneeId': {'type': 'string'}, 'description': {'type': 'string'}, 'dueDatetime': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'updateTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'labels': {'type': 'array', 'items': {'type': 'string'}}, 'taskId': {'type': 'string'}, 'content': {'type': 'string'}, 'dueDate': {'type': 'string'}, 'dueLang': {'type': 'string'}, 'priority': {'type': 'number'}, 'dueString': {'type': 'string'}, 'assigneeId': {'type': 'string'}, 'description': {'type': 'string'}, 'dueDatetime': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'completeTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'reopenTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'deleteTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'listProjects', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string'}, 'color': {'type': 'string'}, 'parentId': {'type': 'string'}, 'viewStyle': {'enum': ['list', 'board'], 'type': 'string'}, 'isFavorite': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'updateProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'name': {'type': 'string'}, 'color': {'type': 'string'}, 'projectId': {'type': 'string'}, 'viewStyle': {'enum': ['list', 'board'], 'type': 'string'}, 'isFavorite': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'archiveProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'unarchiveProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'deleteProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getProjectCollaborators', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'listSections', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getSection', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sectionId'], 'properties': {'sectionId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createSection', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'projectId'], 'properties': {'name': {'type': 'string'}, 'order': {'type': 'number'}, 'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'updateSection', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sectionId', 'name'], 'properties': {'name': {'type': 'string'}, 'sectionId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'deleteSection', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sectionId'], 'properties': {'sectionId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'listComments', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'taskId': {'type': 'string'}, 'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getComment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['commentId'], 'properties': {'commentId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createComment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'taskId': {'type': 'string'}, 'content': {'type': 'string'}, 'projectId': {'type': 'string'}, 'attachment': {'type': 'object', 'required': ['fileUrl'], 'properties': {'fileUrl': {'type': 'string'}, 'fileName': {'type': 'string'}, 'fileType': {'type': 'string'}, 'resourceType': {'type': 'string'}}, 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'updateComment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['commentId', 'content'], 'properties': {'content': {'type': 'string'}, 'commentId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'deleteComment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['commentId'], 'properties': {'commentId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'listLabels', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['labelId'], 'properties': {'labelId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string'}, 'color': {'type': 'string'}, 'order': {'type': 'number'}, 'isFavorite': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'updateLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['labelId'], 'properties': {'name': {'type': 'string'}, 'color': {'type': 'string'}, 'order': {'type': 'number'}, 'labelId': {'type': 'string'}, 'isFavorite': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'deleteLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['labelId'], 'properties': {'labelId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getSharedLabels', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'omitPersonal': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'renameSharedLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'newName'], 'properties': {'name': {'type': 'string'}, 'newName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'removeSharedLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string'}}, 'additionalProperties': False}}]
@stevengonsalvez/todoist-mcp
Todoist Task and Project Manager
Manage your Todoist tasks, projects, sections, labels, comments, and collaborators seamlessly through an MCP-compatible interface. Create, update, complete, and organize your tasks and projects efficiently using natural language commands. Enhance your productivity by integrating advanced Todoist management capabilities into your preferred MCP client.
2025-04-17T00:10:24.566Z
207
https://smithery.ai/server/@stevengonsalvez/todoist-mcp
true
null
{ "scanPassed": true }
[{'name': 'listTasks', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'label': {'type': 'string'}, 'filter': {'type': 'string'}, 'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'order': {'type': 'number'}, 'labels': {'type': 'array', 'items': {'type': 'string'}}, 'content': {'type': 'string'}, 'dueDate': {'type': 'string'}, 'dueLang': {'type': 'string'}, 'parentId': {'type': 'string'}, 'priority': {'type': 'number'}, 'dueString': {'type': 'string'}, 'projectId': {'type': 'string'}, 'sectionId': {'type': 'string'}, 'assigneeId': {'type': 'string'}, 'description': {'type': 'string'}, 'dueDatetime': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'updateTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'labels': {'type': 'array', 'items': {'type': 'string'}}, 'taskId': {'type': 'string'}, 'content': {'type': 'string'}, 'dueDate': {'type': 'string'}, 'dueLang': {'type': 'string'}, 'priority': {'type': 'number'}, 'dueString': {'type': 'string'}, 'assigneeId': {'type': 'string'}, 'description': {'type': 'string'}, 'dueDatetime': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'completeTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'reopenTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'deleteTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'listProjects', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string'}, 'color': {'type': 'string'}, 'parentId': {'type': 'string'}, 'viewStyle': {'enum': ['list', 'board'], 'type': 'string'}, 'isFavorite': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'updateProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'name': {'type': 'string'}, 'color': {'type': 'string'}, 'projectId': {'type': 'string'}, 'viewStyle': {'enum': ['list', 'board'], 'type': 'string'}, 'isFavorite': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'archiveProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'unarchiveProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'deleteProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getProjectCollaborators', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'listSections', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getSection', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sectionId'], 'properties': {'sectionId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createSection', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'projectId'], 'properties': {'name': {'type': 'string'}, 'order': {'type': 'number'}, 'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'updateSection', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sectionId', 'name'], 'properties': {'name': {'type': 'string'}, 'sectionId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'deleteSection', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sectionId'], 'properties': {'sectionId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'listComments', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'taskId': {'type': 'string'}, 'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getComment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['commentId'], 'properties': {'commentId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createComment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'taskId': {'type': 'string'}, 'content': {'type': 'string'}, 'projectId': {'type': 'string'}, 'attachment': {'type': 'object', 'required': ['fileUrl'], 'properties': {'fileUrl': {'type': 'string'}, 'fileName': {'type': 'string'}, 'fileType': {'type': 'string'}, 'resourceType': {'type': 'string'}}, 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'updateComment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['commentId', 'content'], 'properties': {'content': {'type': 'string'}, 'commentId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'deleteComment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['commentId'], 'properties': {'commentId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'listLabels', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['labelId'], 'properties': {'labelId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string'}, 'color': {'type': 'string'}, 'order': {'type': 'number'}, 'isFavorite': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'updateLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['labelId'], 'properties': {'name': {'type': 'string'}, 'color': {'type': 'string'}, 'order': {'type': 'number'}, 'labelId': {'type': 'string'}, 'isFavorite': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'deleteLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['labelId'], 'properties': {'labelId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getSharedLabels', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'omitPersonal': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'renameSharedLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'newName'], 'properties': {'name': {'type': 'string'}, 'newName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'removeSharedLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string'}}, 'additionalProperties': False}}]
@stevengonsalvez/todoist-mcp
Todoist Task and Project Manager
Manage your Todoist tasks, projects, sections, labels, comments, and collaborators seamlessly through an MCP-compatible interface. Create, update, complete, and organize your tasks and projects efficiently using natural language commands. Enhance your productivity by integrating advanced Todoist management capabilities into your preferred MCP client.
2025-04-17T00:10:24.566Z
207
https://smithery.ai/server/@stevengonsalvez/todoist-mcp
true
null
{ "scanPassed": true }
[{'name': 'listTasks', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'label': {'type': 'string'}, 'filter': {'type': 'string'}, 'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'order': {'type': 'number'}, 'labels': {'type': 'array', 'items': {'type': 'string'}}, 'content': {'type': 'string'}, 'dueDate': {'type': 'string'}, 'dueLang': {'type': 'string'}, 'parentId': {'type': 'string'}, 'priority': {'type': 'number'}, 'dueString': {'type': 'string'}, 'projectId': {'type': 'string'}, 'sectionId': {'type': 'string'}, 'assigneeId': {'type': 'string'}, 'description': {'type': 'string'}, 'dueDatetime': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'updateTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'labels': {'type': 'array', 'items': {'type': 'string'}}, 'taskId': {'type': 'string'}, 'content': {'type': 'string'}, 'dueDate': {'type': 'string'}, 'dueLang': {'type': 'string'}, 'priority': {'type': 'number'}, 'dueString': {'type': 'string'}, 'assigneeId': {'type': 'string'}, 'description': {'type': 'string'}, 'dueDatetime': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'completeTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'reopenTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'deleteTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'listProjects', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string'}, 'color': {'type': 'string'}, 'parentId': {'type': 'string'}, 'viewStyle': {'enum': ['list', 'board'], 'type': 'string'}, 'isFavorite': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'updateProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'name': {'type': 'string'}, 'color': {'type': 'string'}, 'projectId': {'type': 'string'}, 'viewStyle': {'enum': ['list', 'board'], 'type': 'string'}, 'isFavorite': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'archiveProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'unarchiveProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'deleteProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getProjectCollaborators', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'listSections', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getSection', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sectionId'], 'properties': {'sectionId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createSection', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'projectId'], 'properties': {'name': {'type': 'string'}, 'order': {'type': 'number'}, 'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'updateSection', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sectionId', 'name'], 'properties': {'name': {'type': 'string'}, 'sectionId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'deleteSection', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sectionId'], 'properties': {'sectionId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'listComments', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'taskId': {'type': 'string'}, 'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getComment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['commentId'], 'properties': {'commentId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createComment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'taskId': {'type': 'string'}, 'content': {'type': 'string'}, 'projectId': {'type': 'string'}, 'attachment': {'type': 'object', 'required': ['fileUrl'], 'properties': {'fileUrl': {'type': 'string'}, 'fileName': {'type': 'string'}, 'fileType': {'type': 'string'}, 'resourceType': {'type': 'string'}}, 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'updateComment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['commentId', 'content'], 'properties': {'content': {'type': 'string'}, 'commentId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'deleteComment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['commentId'], 'properties': {'commentId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'listLabels', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['labelId'], 'properties': {'labelId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string'}, 'color': {'type': 'string'}, 'order': {'type': 'number'}, 'isFavorite': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'updateLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['labelId'], 'properties': {'name': {'type': 'string'}, 'color': {'type': 'string'}, 'order': {'type': 'number'}, 'labelId': {'type': 'string'}, 'isFavorite': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'deleteLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['labelId'], 'properties': {'labelId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getSharedLabels', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'omitPersonal': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'renameSharedLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'newName'], 'properties': {'name': {'type': 'string'}, 'newName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'removeSharedLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string'}}, 'additionalProperties': False}}]
@stevengonsalvez/todoist-mcp
Todoist Task and Project Manager
Manage your Todoist tasks, projects, sections, labels, comments, and collaborators seamlessly through an MCP-compatible interface. Create, update, complete, and organize your tasks and projects efficiently using natural language commands. Enhance your productivity by integrating advanced Todoist management capabilities into your preferred MCP client.
2025-04-17T00:10:24.566Z
207
https://smithery.ai/server/@stevengonsalvez/todoist-mcp
true
null
{ "scanPassed": true }
[{'name': 'listTasks', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'label': {'type': 'string'}, 'filter': {'type': 'string'}, 'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'order': {'type': 'number'}, 'labels': {'type': 'array', 'items': {'type': 'string'}}, 'content': {'type': 'string'}, 'dueDate': {'type': 'string'}, 'dueLang': {'type': 'string'}, 'parentId': {'type': 'string'}, 'priority': {'type': 'number'}, 'dueString': {'type': 'string'}, 'projectId': {'type': 'string'}, 'sectionId': {'type': 'string'}, 'assigneeId': {'type': 'string'}, 'description': {'type': 'string'}, 'dueDatetime': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'updateTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'labels': {'type': 'array', 'items': {'type': 'string'}}, 'taskId': {'type': 'string'}, 'content': {'type': 'string'}, 'dueDate': {'type': 'string'}, 'dueLang': {'type': 'string'}, 'priority': {'type': 'number'}, 'dueString': {'type': 'string'}, 'assigneeId': {'type': 'string'}, 'description': {'type': 'string'}, 'dueDatetime': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'completeTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'reopenTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'deleteTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'listProjects', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string'}, 'color': {'type': 'string'}, 'parentId': {'type': 'string'}, 'viewStyle': {'enum': ['list', 'board'], 'type': 'string'}, 'isFavorite': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'updateProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'name': {'type': 'string'}, 'color': {'type': 'string'}, 'projectId': {'type': 'string'}, 'viewStyle': {'enum': ['list', 'board'], 'type': 'string'}, 'isFavorite': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'archiveProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'unarchiveProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'deleteProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getProjectCollaborators', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'listSections', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getSection', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sectionId'], 'properties': {'sectionId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createSection', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'projectId'], 'properties': {'name': {'type': 'string'}, 'order': {'type': 'number'}, 'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'updateSection', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sectionId', 'name'], 'properties': {'name': {'type': 'string'}, 'sectionId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'deleteSection', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sectionId'], 'properties': {'sectionId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'listComments', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'taskId': {'type': 'string'}, 'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getComment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['commentId'], 'properties': {'commentId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createComment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'taskId': {'type': 'string'}, 'content': {'type': 'string'}, 'projectId': {'type': 'string'}, 'attachment': {'type': 'object', 'required': ['fileUrl'], 'properties': {'fileUrl': {'type': 'string'}, 'fileName': {'type': 'string'}, 'fileType': {'type': 'string'}, 'resourceType': {'type': 'string'}}, 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'updateComment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['commentId', 'content'], 'properties': {'content': {'type': 'string'}, 'commentId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'deleteComment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['commentId'], 'properties': {'commentId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'listLabels', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['labelId'], 'properties': {'labelId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string'}, 'color': {'type': 'string'}, 'order': {'type': 'number'}, 'isFavorite': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'updateLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['labelId'], 'properties': {'name': {'type': 'string'}, 'color': {'type': 'string'}, 'order': {'type': 'number'}, 'labelId': {'type': 'string'}, 'isFavorite': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'deleteLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['labelId'], 'properties': {'labelId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getSharedLabels', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'omitPersonal': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'renameSharedLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'newName'], 'properties': {'name': {'type': 'string'}, 'newName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'removeSharedLabel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string'}}, 'additionalProperties': False}}]
@stanislavlysenko0912/todoist-mcp-server
Todoist MCP Server
Integrate your AI assistants with Todoist for seamless task management. Manage tasks, projects, comments, and labels using natural language commands. Enhance your productivity by interacting with Todoist through conversational AI.
2025-03-29T17:54:13.290Z
207
https://smithery.ai/server/@stanislavlysenko0912/todoist-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'get_tasks_list', 'description': 'Get tasks list from Todoist', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'ids': {'type': 'string', 'description': 'A list of the task IDs to retrieve, this should be a comma separated list'}, 'label': {'type': 'string', 'description': 'Filter by label name'}, 'limit': {'type': 'number', 'default': 50, 'description': 'Maximum number of tasks to return, provided by server not api of todoist'}, 'filter': {'type': 'string', 'description': 'Natural language english filter like "search: keyword", "date: today", "date before: +4 hours", "date after: May 5", "no date", "no time", "overdue", "7 days & @waiting", "created before: -365 days", "assigned to: person", "added by: me", "#Project & !assigned", "subtask", "!subtask", "P1 | P2", "today & @email", "@work | @office", "(today | overdue) & #Work", "all & 7 days", "!assigned", "Today & !#Work"'}, 'project_id': {'type': 'string', 'description': 'Filter tasks by project ID'}, 'section_id': {'type': 'string', 'description': 'Filter tasks by section ID'}}}}, {'name': 'create_tasks', 'description': 'Create tasks in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['content'], 'properties': {'order': {'type': 'integer', 'description': 'Non-zero integer value used by clients to sort tasks under the same parent'}, 'labels': {'type': 'array', 'items': {'type': 'string'}, 'description': "The task's labels (a list of names that may represent either personal or shared labels)"}, 'content': {'type': 'string', 'description': 'Task content. This value may contain markdown-formatted text and hyperlinks'}, 'due_date': {'type': 'string', 'description': "Specific date in YYYY-MM-DD format relative to user's timezone"}, 'due_lang': {'type': 'string', 'default': 'en', 'description': '2-letter code specifying language in case due_string is not written in English'}, 'duration': {'type': 'integer', 'description': 'A positive (greater than zero) integer for the amount of duration_unit the task will take'}, 'priority': {'enum': [1, 2, 3, 4], 'type': 'integer', 'description': 'Task priority from 1 (normal) to 4 (urgent)'}, 'parent_id': {'type': 'string', 'description': 'Parent task ID'}, 'due_string': {'type': 'string', 'description': 'Human defined task due date (ex.: "next Monday", "Tomorrow"). Value is set using local (not UTC) time, if not in english provided, due_lang should be set to the language of the string'}, 'project_id': {'type': 'string', 'description': "Task project ID. If not set, task is put to user's Inbox"}, 'section_id': {'type': 'string', 'description': 'ID of section to put task into'}, 'assignee_id': {'type': 'string', 'description': 'The responsible user ID (only applies to shared tasks)'}, 'description': {'type': 'string', 'description': 'A description for the task. This value may contain markdown-formatted text and hyperlinks'}, 'due_datetime': {'type': 'string', 'description': 'Specific date and time in RFC3339 format in UTC'}, 'duration_unit': {'enum': ['minute', 'day'], 'type': 'string', 'description': 'The unit of time that the duration field represents. Must be either minute or day'}}}, 'description': 'Array of tasks to create'}}}}, {'name': 'get_tasks', 'description': 'Get a tasks from Todoist by ID or name', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'anyOf': [{'required': ['task_id']}, {'required': ['task_name']}], 'properties': {'task_id': {'type': 'string', 'description': 'ID of the task to retrieve (preferred)'}, 'task_name': {'type': 'string', 'description': 'Name of the task to retrieve (if ID not provided)'}}}, 'description': 'Array of task identifiers to retrieve'}}}}, {'name': 'update_tasks', 'description': 'Update tasks in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'anyOf': [{'required': ['task_id']}, {'required': ['task_name']}], 'properties': {'labels': {'type': 'array', 'items': {'type': 'string'}, 'description': "The task's labels (a list of names that may represent either personal or shared labels)"}, 'content': {'type': 'string', 'description': 'Task content. This value may contain markdown-formatted text and hyperlinks'}, 'task_id': {'type': 'string', 'description': 'ID of the task to update (preferred)'}, 'due_date': {'type': 'string', 'description': "Specific date in YYYY-MM-DD format relative to user's timezone"}, 'due_lang': {'type': 'string', 'default': 'en', 'description': '2-letter code specifying language in case due_string is not written in English'}, 'duration': {'type': 'integer', 'description': 'A positive (greater than zero) integer for the amount of duration_unit the task will take'}, 'priority': {'enum': [1, 2, 3, 4], 'type': 'integer', 'description': 'Task priority from 1 (normal) to 4 (urgent)'}, 'task_name': {'type': 'string', 'description': 'Name of the task to update (if ID not provided)'}, 'due_string': {'type': 'string', 'description': 'Human defined task due date (ex.: "next Monday", "Tomorrow"). Value is set using local (not UTC) time, if not in english provided, due_lang should be set to the language of the string'}, 'assignee_id': {'type': 'string', 'description': 'The responsible user ID (only applies to shared tasks)'}, 'description': {'type': 'string', 'description': 'A description for the task. This value may contain markdown-formatted text and hyperlinks'}, 'due_datetime': {'type': 'string', 'description': 'Specific date and time in RFC3339 format in UTC'}, 'duration_unit': {'enum': ['minute', 'day'], 'type': 'string', 'description': 'The unit of time that the duration field represents. Must be either minute or day'}}}, 'description': 'Array of tasks to update'}}}}, {'name': 'close_tasks', 'description': 'Close tasks in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'anyOf': [{'required': ['task_id']}, {'required': ['task_name']}], 'properties': {'task_id': {'type': 'string', 'description': 'ID of the task to close (preferred)'}, 'task_name': {'type': 'string', 'description': 'Name of the task to close (if ID not provided)'}}}, 'description': 'Array of tasks to close'}}}}, {'name': 'reopen_tasks', 'description': 'Reopen tasks in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'anyOf': [{'required': ['task_id']}, {'required': ['task_name']}], 'properties': {'task_id': {'type': 'string', 'description': 'ID of the task to reopen (preferred)'}, 'task_name': {'type': 'string', 'description': 'Name of the task to reopen (if ID not provided)'}}}, 'description': 'Array of tasks to reopen'}}}}, {'name': 'delete_tasks', 'description': 'Delete tasks in Todoist, be careful, this action is irreversible', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'anyOf': [{'required': ['task_id']}, {'required': ['task_name']}], 'properties': {'task_id': {'type': 'string', 'description': 'ID of the task to delete (preferred)'}, 'task_name': {'type': 'string', 'description': 'Name of the task to delete (if ID not provided)'}}}, 'description': 'Array of tasks to delete'}}}}, {'name': 'move_tasks', 'description': 'Move task in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'anyOf': [{'required': ['parent_id']}, {'required': ['section_id']}, {'required': ['project_id']}], 'properties': {'task_id': {'type': 'string', 'description': 'ID of the task to move (preferred)'}, 'parent_id': {'type': 'string', 'description': 'ID of the parent task to move the task to'}, 'task_name': {'type': 'string', 'description': 'Name of the task to move (if ID not provided)'}, 'project_id': {'type': 'string', 'description': 'ID of the project to move the task to'}, 'section_id': {'type': 'string', 'description': 'ID of the section to move the task to'}}}, 'required': ['id'], 'description': 'Array of tasks to move', 'additionalDescription': 'Set only one of: parent_id, section_id or project_id. To remove an item from a section, use only project_id with its current project value'}}}}, {'name': 'get_projects_list', 'description': 'Get all projects from Todoist', 'inputSchema': {'type': 'object', 'required': []}}, {'name': 'create_projects', 'description': 'Create new projects in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the project'}, 'color': {'type': 'string', 'description': 'The color of the project icon. Refer to the name column in the Colors guide for more info'}, 'parent_id': {'type': 'string', 'description': 'Parent project ID'}, 'view_style': {'enum': ['list', 'board'], 'type': 'string', 'description': 'A string value, list default. This determines the way the project is displayed'}, 'is_favorite': {'type': 'boolean', 'description': 'Whether the project is a favorite (a true or false value)'}}}, 'description': 'Array of project objects to create'}}}}, {'name': 'get_projects', 'description': 'Get projects from Todoist by ID', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'anyOf': [{'required': ['id']}, {'required': ['name']}], 'properties': {'id': {'type': 'string', 'description': 'ID of the project to retrieve'}, 'name': {'type': 'string', 'description': 'Name of the project to retrieve'}}}, 'description': 'Array of project identifiers to retrieve'}}}}, {'name': 'update_projects', 'description': 'Update projects in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'ID of the project to update'}, 'name': {'type': 'string', 'description': 'Name of the project'}, 'color': {'type': 'string', 'description': 'The color of the project icon. Refer to the name column in the Colors guide for more info'}, 'view_style': {'enum': ['list', 'board'], 'type': 'string', 'description': 'A string value (either list or board). This determines the way the project is displayed within the Todoist clients'}, 'is_favorite': {'type': 'boolean', 'description': 'Whether the project is a favorite (a true or false value)'}}}, 'description': 'Array of project objects to update', 'additionalDescription': 'At least one of name, color, is_favorite or view_style fields must be provided besides the required id'}}}}, {'name': 'delete_projects', 'description': 'Delete projects in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'anyOf': [{'required': ['id']}, {'required': ['name']}], 'properties': {'id': {'type': 'string', 'description': 'ID of the project to delete (preferred over name)'}, 'name': {'type': 'string', 'description': 'Name of the project to delete'}}}, 'description': 'Array of projects to delete'}}}}, {'name': 'get_collaborators', 'description': 'Get all collaborators for a project in Todoist', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'ID of the project to get collaborators for'}}}}, {'name': 'move_projects', 'description': 'Move a projects to a different parent in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'anyOf': [{'required': ['id']}, {'required': ['name']}], 'required': ['parent_id'], 'properties': {'id': {'type': 'string', 'description': 'ID of the project to move (preferred over name)'}, 'name': {'type': 'string', 'description': 'Name of the project to move'}, 'parent_id': {'type': 'string', 'description': 'ID of the parent project to move this project under. Use null to move to root level.'}}}, 'description': 'Array of projects to move'}}}}, {'name': 'get_sections_list', 'description': 'Get all sections from Todoist', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'project_id': {'type': 'string', 'description': 'Filter sections by project ID'}}}}, {'name': 'create_sections', 'description': 'Create new sections in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['name', 'project_id'], 'properties': {'name': {'type': 'string', 'description': 'Section name'}, 'order': {'type': 'integer', 'description': 'Order among other sections in a project'}, 'project_id': {'type': 'string', 'description': 'Project ID this section should belong to'}}}, 'description': 'Array of section objects to create'}}}}, {'name': 'get_sections', 'description': 'Get sections from Todoist by ID', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'anyOf': [{'required': ['id']}, {'required': ['name']}], 'properties': {'id': {'type': 'string', 'description': 'ID of the section to retrieve (preferred over name)'}, 'name': {'type': 'string', 'description': 'Name of the section to retrieve'}}}, 'description': 'Array of section identifiers to retrieve'}}}}, {'name': 'update_sections', 'description': 'Update sections in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'ID of the section to update'}, 'name': {'type': 'string', 'description': 'New section name'}, 'order': {'type': 'integer', 'description': 'New order among other sections in a project'}}}, 'description': 'Array of section objects to update'}}}}, {'name': 'delete_sections', 'description': 'Delete sections in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'anyOf': [{'required': ['id']}, {'required': ['name']}], 'properties': {'id': {'type': 'string', 'description': 'ID of the section to delete (preferred over name)'}, 'name': {'type': 'string', 'description': 'Name of the section to delete'}}}, 'description': 'Array of sections to delete'}}}}, {'name': 'get_comments_list', 'description': 'Get all comments from Todoist', 'inputSchema': {'type': 'object', 'anyOf': [{'required': ['project_id']}, {'required': ['task_id']}], 'required': [], 'properties': {'task_id': {'type': 'string', 'description': 'ID of the task used to filter comments'}, 'project_id': {'type': 'string', 'description': 'ID of the project used to filter comments'}}}}, {'name': 'create_comments', 'description': 'Create new comments in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'anyOf': [{'required': ['task_id']}, {'required': ['project_id']}], 'required': ['content'], 'properties': {'content': {'type': 'string', 'description': 'Comment markdown-formatted text and hyperlinks'}, 'task_id': {'type': 'string', 'description': "Comment's task ID (for task comments)"}, 'project_id': {'type': 'string', 'description': "Comment's project ID (for project comments)"}}}, 'description': 'Array of comment objects to create'}}}}, {'name': 'get_comments', 'description': 'Get comments from Todoist by ID', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'ID of the comment to retrieve'}}}, 'description': 'Array of comment identifiers to retrieve'}}}}, {'name': 'update_comments', 'description': 'Update comments in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'content'], 'properties': {'id': {'type': 'string', 'description': 'ID of the comment to update'}, 'content': {'type': 'string', 'description': 'New content, markdown-formatted text and hyperlinks'}}}, 'description': 'Array of comment objects to update'}}}}, {'name': 'delete_comments', 'description': 'Delete comments in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'ID of the comment to delete'}}}, 'description': 'Array of comments to delete'}}}}, {'name': 'get_labels_list', 'description': 'Get all personal labels from Todoist', 'inputSchema': {'type': 'object', 'required': []}}, {'name': 'create_labels', 'description': 'Create a new personal labels in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the label'}, 'color': {'type': 'string', 'description': 'The color of the label icon. Refer to the name column in the `utils_get_colors` tool for more info'}, 'order': {'type': 'integer', 'description': 'Label order'}, 'is_favorite': {'type': 'boolean', 'description': 'Whether the label is a favorite (a true or false value)'}}}, 'description': 'Array of labels objects to create'}}}}, {'name': 'get_labels', 'description': 'Get a personal labels from Todoist by ID', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'anyOf': [{'required': ['id']}, {'required': ['name']}], 'properties': {'id': {'type': 'string', 'description': 'ID of the label to retrieve (preferred over name)'}, 'name': {'type': 'string', 'description': 'Name of the label to retrieve'}}}, 'description': 'Array of label identifiers to retrieve'}}}}, {'name': 'update_labels', 'description': 'Update a personal label in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'ID of the label to update'}, 'name': {'type': 'string', 'description': 'New name of the label'}, 'color': {'type': 'string', 'description': 'The color of the label icon. Refer to the name column in the Colors guide for more info'}, 'order': {'type': 'integer', 'description': 'Number that is used by clients to sort list of labels'}, 'is_favorite': {'type': 'boolean', 'description': 'Whether the label is a favorite (a true or false value)'}}}, 'description': 'Array of labels objects to update, need to provide at least one of the following: id, name', 'additionalDescription': 'At least one of name, order, color or is_favorite fields must be provided besides the required id'}}}}, {'name': 'delete_labels', 'description': 'Delete a personal labels in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'anyOf': [{'required': ['id']}, {'required': ['name']}], 'properties': {'id': {'type': 'string', 'description': 'ID of the label to delete (preferred over name)'}, 'name': {'type': 'string', 'description': 'Name of the label to delete'}}}, 'description': 'Array of labels to delete'}}}}, {'name': 'get_shared_labels', 'description': 'Get all shared labels from Todoist', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'rename_shared_labels', 'description': 'Rename a shared labels in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['name', 'new_name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the existing label to rename'}, 'new_name': {'type': 'string', 'description': 'The new name for the label'}}}, 'description': 'Array of shared labels objects to rename'}}}}, {'name': 'remove_shared_labels', 'description': 'Remove a shared labels in Todoist', 'inputSchema': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the label to remove'}}}, 'description': 'Array of labels objects to remove'}}}}, {'name': 'utils_get_colors', 'description': 'Get available colors for projects, labels, filters in Todoist', 'inputSchema': {'type': 'object'}}]
@1595901624/crypto-mcp
Crypto_MCP
A Model Context Protocol (MCP) server for encrypting/decrypting/algorithm/hash
2025-02-25T01:00:38.313Z
206
https://smithery.ai/server/@1595901624/crypto-mcp
true
null
{ "scanPassed": true }
[{'name': 'aes_encrypt', 'description': 'encrypt text with aes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'iv': {'type': 'string', 'default': 'your-iv-01234567', 'description': 'iv, default is your-iv-01234567'}, 'key': {'type': 'string', 'description': 'encrypt key, default is your-key-0123456'}, 'mode': {'type': 'string', 'default': 'ECB', 'description': 'mode, default is ECB'}, 'content': {'type': 'string', 'description': 'text to encrypt and decrypt'}, 'padding': {'enum': ['Pkcs7', 'Iso97971', 'AnsiX923', 'Iso10126', 'ZeroPadding', 'NoPadding'], 'type': 'string', 'default': 'Pkcs7', 'description': 'padding mode, default is Pkcs7'}, 'outputFormat': {'enum': ['base64', 'hex'], 'type': 'string', 'default': 'base64', 'description': 'output format, default is base64'}}, 'additionalProperties': False}}, {'name': 'aes_decrypt', 'description': 'decrypt text with aes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'iv': {'type': 'string', 'description': 'iv, default is your-iv-01234567'}, 'key': {'type': 'string', 'description': 'decrypt key, default is your-key-0123456'}, 'mode': {'enum': ['ECB', 'CBC', 'CFB', 'OFB', 'CTR'], 'type': 'string', 'default': 'ECB', 'description': 'mode, default is ECB'}, 'content': {'type': 'string', 'description': 'text to encrypt and decrypt'}, 'padding': {'enum': ['Pkcs7', 'Iso97971', 'AnsiX923', 'Iso10126', 'ZeroPadding', 'NoPadding'], 'type': 'string', 'default': 'Pkcs7', 'description': 'padding mode, default is Pkcs7'}, 'inputFormat': {'enum': ['base64', 'hex'], 'type': 'string', 'default': 'base64', 'description': 'input format, default is base64'}}, 'additionalProperties': False}}, {'name': 'md5', 'description': 'Calculate MD5 hash of a string', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['input'], 'properties': {'input': {'type': 'string', 'description': 'The input string to hash'}}, 'additionalProperties': False}}, {'name': 'sha1', 'description': 'Calculate SHA-1 hash of a string', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['input'], 'properties': {'input': {'type': 'string', 'description': 'The input string to hash'}}, 'additionalProperties': False}}, {'name': 'sha256', 'description': 'Calculate SHA-256 hash of a string', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['input'], 'properties': {'input': {'type': 'string', 'description': 'The input string to hash'}}, 'additionalProperties': False}}, {'name': 'sha384', 'description': 'Calculate SHA-384 hash of a string', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['input'], 'properties': {'input': {'type': 'string', 'description': 'The input string to hash'}}, 'additionalProperties': False}}, {'name': 'sha512', 'description': 'Calculate SHA-512 hash of a string', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['input'], 'properties': {'input': {'type': 'string', 'description': 'The input string to hash'}}, 'additionalProperties': False}}, {'name': 'sha224', 'description': 'Calculate SHA-224 hash of a string', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['input'], 'properties': {'input': {'type': 'string', 'description': 'The input string to hash'}}, 'additionalProperties': False}}, {'name': 'des_encrypt', 'description': 'encrypt text with des', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'iv': {'type': 'string', 'default': 'your-iv-', 'description': 'initialization vector, default is your-iv-'}, 'key': {'type': 'string', 'description': 'encryption key, default is your-key'}, 'mode': {'type': 'string', 'default': 'ECB', 'description': 'mode, default is ECB'}, 'content': {'type': 'string', 'description': 'text to encrypt'}, 'padding': {'enum': ['Pkcs7', 'Iso97971', 'AnsiX923', 'Iso10126', 'ZeroPadding', 'NoPadding'], 'type': 'string', 'default': 'Pkcs7', 'description': 'padding mode, default is Pkcs7'}, 'outputFormat': {'enum': ['base64', 'hex'], 'type': 'string', 'default': 'base64', 'description': 'output format, default is base64'}}, 'additionalProperties': False}}, {'name': 'des_decrypt', 'description': 'decrypt text with des', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'iv': {'type': 'string', 'default': 'your-iv-', 'description': 'initialization vector, default is your-iv-'}, 'key': {'type': 'string', 'description': 'decryption key, default is your-key'}, 'mode': {'enum': ['ECB', 'CBC', 'CFB', 'OFB', 'CTR'], 'type': 'string', 'default': 'ECB', 'description': 'mode, default is ECB'}, 'content': {'type': 'string', 'description': 'text to decrypt'}, 'padding': {'enum': ['Pkcs7', 'Iso97971', 'AnsiX923', 'Iso10126', 'ZeroPadding', 'NoPadding'], 'type': 'string', 'default': 'Pkcs7', 'description': 'padding mode, default is Pkcs7'}, 'inputFormat': {'enum': ['base64', 'hex'], 'type': 'string', 'default': 'base64', 'description': 'input format, default is base64'}}, 'additionalProperties': False}}, {'name': 'base64_encode', 'description': 'encode text to base64', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'content': {'type': 'string', 'description': 'text to encode'}}, 'additionalProperties': False}}, {'name': 'base64_decode', 'description': 'decode base64 to text', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'content': {'type': 'string', 'description': 'base64 text to decode'}}, 'additionalProperties': False}}, {'name': 'hex_encode', 'description': 'encode text to hex', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'content': {'type': 'string', 'description': 'text to encode'}}, 'additionalProperties': False}}, {'name': 'hex_decode', 'description': 'decode hex to text', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'content': {'type': 'string', 'description': 'hex to decode'}}, 'additionalProperties': False}}]
@Jordanm37/mcp-obsidian
Obsidian Integration Server
Interact seamlessly with your Obsidian vault using a powerful MCP server. Retrieve, search, and modify your notes effortlessly, enhancing your productivity and organization. Leverage the capabilities of Claude to summarize and manage your notes with ease.
2025-03-29T05:14:37.975Z
201
https://smithery.ai/server/@Jordanm37/mcp-obsidian
false
null
{ "scanPassed": true }
[{'name': 'obsidian_list_files_in_dir', 'description': 'Lists all files and directories that exist in a specific Obsidian directory.', 'inputSchema': {'type': 'object', 'required': ['dirpath'], 'properties': {'dirpath': {'type': 'string', 'description': 'Path to list files from (relative to your vault root). Note that empty directories will not be returned.'}}}}, {'name': 'obsidian_list_files_in_vault', 'description': 'Lists all files and directories in the root directory of your Obsidian vault.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'obsidian_get_file_contents', 'description': 'Return the content of a single file in your vault.', 'inputSchema': {'type': 'object', 'required': ['filepath'], 'properties': {'filepath': {'type': 'string', 'format': 'path', 'description': 'Path to the relevant file (relative to your vault root).'}}}}, {'name': 'obsidian_simple_search', 'description': 'Simple search for documents matching a specified text query across all files in the vault. \n Use this tool when you want to do a simple text search', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Text to a simple search for in the vault.'}, 'context_length': {'type': 'integer', 'default': 100, 'description': 'How much context to return around the matching string (default: 100)'}}}}, {'name': 'obsidian_patch_content', 'description': 'Insert content into an existing note relative to a heading, block reference, or frontmatter field.', 'inputSchema': {'type': 'object', 'required': ['filepath', 'operation', 'target_type', 'target', 'content'], 'properties': {'target': {'type': 'string', 'description': 'Target identifier (heading path, block reference, or frontmatter field)'}, 'content': {'type': 'string', 'description': 'Content to insert'}, 'filepath': {'type': 'string', 'format': 'path', 'description': 'Path to the file (relative to vault root)'}, 'operation': {'enum': ['append', 'prepend', 'replace'], 'type': 'string', 'description': 'Operation to perform (append, prepend, or replace)'}, 'target_type': {'enum': ['heading', 'block', 'frontmatter'], 'type': 'string', 'description': 'Type of target to patch'}}}}, {'name': 'obsidian_append_content', 'description': 'Append content to a new or existing file in the vault.', 'inputSchema': {'type': 'object', 'required': ['filepath', 'content'], 'properties': {'content': {'type': 'string', 'description': 'Content to append to the file'}, 'filepath': {'type': 'string', 'format': 'path', 'description': 'Path to the file (relative to vault root)'}}}}, {'name': 'obsidian_complex_search', 'description': "Complex search for documents using a JsonLogic query. \n Supports standard JsonLogic operators plus 'glob' and 'regexp' for pattern matching. Results must be non-falsy.\n\n Use this tool when you want to do a complex search, e.g. for all documents with certain tags etc.\n ", 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'object', 'description': 'JsonLogic query object. Example: {"glob": ["*.md", {"var": "path"}]} matches all markdown files'}}}}, {'name': 'obsidian_batch_get_file_contents', 'description': 'Return the contents of multiple files in your vault, concatenated with headers.', 'inputSchema': {'type': 'object', 'required': ['filepaths'], 'properties': {'filepaths': {'type': 'array', 'items': {'type': 'string', 'format': 'path', 'description': 'Path to a file (relative to your vault root)'}, 'description': 'List of file paths to read'}}}}, {'name': 'obsidian_get_periodic_note', 'description': 'Get current periodic note for the specified period.', 'inputSchema': {'type': 'object', 'required': ['period'], 'properties': {'period': {'enum': ['daily', 'weekly', 'monthly', 'quarterly', 'yearly'], 'type': 'string', 'description': 'The period type (daily, weekly, monthly, quarterly, yearly)'}}}}, {'name': 'obsidian_get_recent_periodic_notes', 'description': 'Get most recent periodic notes for the specified period type.', 'inputSchema': {'type': 'object', 'required': ['period'], 'properties': {'limit': {'type': 'integer', 'default': 5, 'maximum': 50, 'minimum': 1, 'description': 'Maximum number of notes to return (default: 5)'}, 'period': {'enum': ['daily', 'weekly', 'monthly', 'quarterly', 'yearly'], 'type': 'string', 'description': 'The period type (daily, weekly, monthly, quarterly, yearly)'}, 'include_content': {'type': 'boolean', 'default': False, 'description': 'Whether to include note content (default: false)'}}}}, {'name': 'obsidian_get_recent_changes', 'description': 'Get recently modified files in the vault.', 'inputSchema': {'type': 'object', 'properties': {'days': {'type': 'integer', 'default': 90, 'minimum': 1, 'description': 'Only include files modified within this many days (default: 90)'}, 'limit': {'type': 'integer', 'default': 10, 'maximum': 100, 'minimum': 1, 'description': 'Maximum number of files to return (default: 10)'}}}}]
@chrisdoc/hevy-mcp
Hevy Fitness API MCP Server
Access and manage your workout data seamlessly. Integrate with the Hevy fitness tracking app to create, update, and organize workouts and routines effortlessly.
2025-03-26T10:02:53.311Z
198
https://smithery.ai/server/@chrisdoc/hevy-mcp
true
null
{ "scanPassed": true }
[{'name': 'get-workouts', 'description': 'Get a paginated list of workouts. Returns workout details including title, description, start/end times, and exercises performed. Results are ordered from newest to oldest.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'number', 'default': 1, 'minimum': 1}, 'pageSize': {'type': 'integer', 'default': 5, 'maximum': 10, 'minimum': 1}}, 'additionalProperties': False}}, {'name': 'get-workout', 'description': 'Get complete details of a specific workout by ID. Returns all workout information including title, description, start/end times, and detailed exercise data.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workoutId'], 'properties': {'workoutId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'get-workout-count', 'description': 'Get the total number of workouts on the account. Useful for pagination or statistics.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-workout-events', 'description': 'Retrieve a paged list of workout events (updates or deletes) since a given date. Events are ordered from newest to oldest. The intention is to allow clients to keep their local cache of workouts up to date without having to fetch the entire list of workouts.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'default': 1, 'minimum': 1}, 'since': {'type': 'string', 'default': '1970-01-01T00:00:00Z'}, 'pageSize': {'type': 'integer', 'default': 5, 'maximum': 10, 'minimum': 1}}, 'additionalProperties': False}}, {'name': 'create-workout', 'description': 'Create a new workout in your Hevy account. Requires title, start/end times, and at least one exercise with sets. Returns the complete workout details upon successful creation including the newly assigned workout ID.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title', 'startTime', 'endTime', 'exercises'], 'properties': {'title': {'type': 'string', 'minLength': 1}, 'endTime': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$'}, 'exercises': {'type': 'array', 'items': {'type': 'object', 'required': ['exerciseTemplateId', 'sets'], 'properties': {'sets': {'type': 'array', 'items': {'type': 'object', 'properties': {'rpe': {'anyOf': [{'anyOf': [{'not': {}}, {'type': 'number'}]}, {'type': 'null'}]}, 'reps': {'anyOf': [{'anyOf': [{'not': {}}, {'type': 'integer'}]}, {'type': 'null'}]}, 'type': {'enum': ['warmup', 'normal', 'failure', 'dropset'], 'type': 'string', 'default': 'normal'}, 'weightKg': {'anyOf': [{'anyOf': [{'not': {}}, {'type': 'number'}]}, {'type': 'null'}]}, 'customMetric': {'anyOf': [{'anyOf': [{'not': {}}, {'type': 'number'}]}, {'type': 'null'}]}, 'distanceMeters': {'anyOf': [{'anyOf': [{'not': {}}, {'type': 'integer'}]}, {'type': 'null'}]}, 'durationSeconds': {'anyOf': [{'anyOf': [{'not': {}}, {'type': 'integer'}]}, {'type': 'null'}]}}, 'additionalProperties': False}}, 'notes': {'anyOf': [{'anyOf': [{'not': {}}, {'type': 'string'}]}, {'type': 'null'}]}, 'supersetId': {'type': ['number', 'null']}, 'exerciseTemplateId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, 'isPrivate': {'type': 'boolean', 'default': False}, 'startTime': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$'}, 'description': {'anyOf': [{'anyOf': [{'not': {}}, {'type': 'string'}]}, {'type': 'null'}]}}, 'additionalProperties': False}}, {'name': 'update-workout', 'description': 'Update an existing workout by ID. You can modify the title, description, start/end times, privacy setting, and exercise data. Returns the updated workout with all changes applied.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workoutId', 'title', 'startTime', 'endTime', 'exercises'], 'properties': {'title': {'type': 'string', 'minLength': 1}, 'endTime': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$'}, 'exercises': {'type': 'array', 'items': {'type': 'object', 'required': ['exerciseTemplateId', 'sets'], 'properties': {'sets': {'type': 'array', 'items': {'type': 'object', 'properties': {'rpe': {'anyOf': [{'anyOf': [{'not': {}}, {'type': 'number'}]}, {'type': 'null'}]}, 'reps': {'anyOf': [{'anyOf': [{'not': {}}, {'type': 'integer'}]}, {'type': 'null'}]}, 'type': {'enum': ['warmup', 'normal', 'failure', 'dropset'], 'type': 'string', 'default': 'normal'}, 'weightKg': {'anyOf': [{'anyOf': [{'not': {}}, {'type': 'number'}]}, {'type': 'null'}]}, 'customMetric': {'anyOf': [{'anyOf': [{'not': {}}, {'type': 'number'}]}, {'type': 'null'}]}, 'distanceMeters': {'anyOf': [{'anyOf': [{'not': {}}, {'type': 'integer'}]}, {'type': 'null'}]}, 'durationSeconds': {'anyOf': [{'anyOf': [{'not': {}}, {'type': 'integer'}]}, {'type': 'null'}]}}, 'additionalProperties': False}}, 'notes': {'anyOf': [{'anyOf': [{'not': {}}, {'type': 'string'}]}, {'type': 'null'}]}, 'supersetId': {'type': ['number', 'null']}, 'exerciseTemplateId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, 'isPrivate': {'type': 'boolean', 'default': False}, 'startTime': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$'}, 'workoutId': {'type': 'string', 'minLength': 1}, 'description': {'anyOf': [{'anyOf': [{'not': {}}, {'type': 'string'}]}, {'type': 'null'}]}}, 'additionalProperties': False}}, {'name': 'get-routines', 'description': 'Get a paginated list of routines. Returns routine details including title, creation date, folder assignment, and exercise configurations. Results include both default and custom routines.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'default': 1, 'minimum': 1}, 'pageSize': {'type': 'integer', 'default': 5, 'maximum': 10, 'minimum': 1}}, 'additionalProperties': False}}, {'name': 'get-routine', 'description': 'Get complete details of a specific routine by ID. Returns all routine information including title, notes, assigned folder, and detailed exercise data with set configurations.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['routineId'], 'properties': {'routineId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'create-routine', 'description': 'Create a new workout routine in your Hevy account. Requires title and at least one exercise with sets. Optionally assign to a specific folder. Returns the complete routine details upon successful creation including the newly assigned routine ID.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title', 'exercises'], 'properties': {'notes': {'type': 'string'}, 'title': {'type': 'string', 'minLength': 1}, 'folderId': {'type': ['number', 'null']}, 'exercises': {'type': 'array', 'items': {'type': 'object', 'required': ['exerciseTemplateId', 'sets'], 'properties': {'sets': {'type': 'array', 'items': {'type': 'object', 'properties': {'reps': {'type': 'integer'}, 'type': {'enum': ['warmup', 'normal', 'failure', 'dropset'], 'type': 'string', 'default': 'normal'}, 'weightKg': {'type': 'number'}, 'customMetric': {'type': 'number'}, 'distanceMeters': {'type': 'integer'}, 'durationSeconds': {'type': 'integer'}}, 'additionalProperties': False}}, 'notes': {'type': 'string'}, 'supersetId': {'type': ['number', 'null']}, 'restSeconds': {'type': 'integer', 'minimum': 0}, 'exerciseTemplateId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'update-routine', 'description': 'Update an existing workout routine by ID. You can modify the title, notes, and exercise data. Returns the updated routine with all changes applied. Note that you cannot change the folder assignment through this method.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['routineId', 'title', 'exercises'], 'properties': {'notes': {'type': 'string'}, 'title': {'type': 'string', 'minLength': 1}, 'exercises': {'type': 'array', 'items': {'type': 'object', 'required': ['exerciseTemplateId', 'sets'], 'properties': {'sets': {'type': 'array', 'items': {'type': 'object', 'properties': {'reps': {'type': 'integer'}, 'type': {'enum': ['warmup', 'normal', 'failure', 'dropset'], 'type': 'string', 'default': 'normal'}, 'weightKg': {'type': 'number'}, 'customMetric': {'type': 'number'}, 'distanceMeters': {'type': 'integer'}, 'durationSeconds': {'type': 'integer'}}, 'additionalProperties': False}}, 'notes': {'type': 'string'}, 'supersetId': {'type': ['number', 'null']}, 'restSeconds': {'type': 'integer', 'minimum': 0}, 'exerciseTemplateId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, 'routineId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'get-exercise-templates', 'description': 'Get a paginated list of exercise templates available on the account. Returns both default and custom exercise templates with details including title, type, primary muscle group, and secondary muscle groups. Supports up to 100 templates per page.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'default': 1, 'minimum': 1}, 'pageSize': {'type': 'integer', 'default': 20, 'maximum': 100, 'minimum': 1}}, 'additionalProperties': False}}, {'name': 'get-exercise-template', 'description': "Get complete details of a specific exercise template by ID. Returns all template information including title, type, primary muscle group, secondary muscle groups, and whether it's a custom exercise.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['exerciseTemplateId'], 'properties': {'exerciseTemplateId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'get-routine-folders', 'description': 'Get a paginated list of routine folders available on the account. Returns folder details including ID, title, index (order position), and creation/update timestamps. Useful for organizing routines into categories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'default': 1, 'minimum': 1}, 'pageSize': {'type': 'integer', 'default': 5, 'maximum': 10, 'minimum': 1}}, 'additionalProperties': False}}, {'name': 'get-routine-folder', 'description': 'Get complete details of a specific routine folder by ID. Returns all folder information including title, index (order position), and creation/update timestamps.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['folderId'], 'properties': {'folderId': {'type': 'integer'}}, 'additionalProperties': False}}, {'name': 'create-routine-folder', 'description': 'Create a new routine folder in your Hevy account. The folder will be created at index 0, and all other folders will have their indexes incremented. Returns the complete folder details upon successful creation including the newly assigned folder ID.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title'], 'properties': {'title': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}]
@kelvin6365/plane-mcp-server
Plane MCP Server
Manage your projects and issues seamlessly with Plane's API. Enable LLMs to interact with your project management workflows while ensuring user control and security. Streamline your project management tasks effortlessly.
2025-03-22T17:57:06.146Z
192
https://smithery.ai/server/@kelvin6365/plane-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'list-projects', 'description': 'List all projects in the workspace', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'get-project', 'description': 'Get detailed information about a specific project', 'inputSchema': {'type': 'object', 'required': ['project_id'], 'properties': {'project_id': {'type': 'string', 'description': 'ID of the project to retrieve'}}}}, {'name': 'create-issue', 'description': 'Create a new issue in a project', 'inputSchema': {'type': 'object', 'required': ['project_id', 'name'], 'properties': {'name': {'type': 'string', 'description': 'Title of the issue'}, 'priority': {'enum': ['urgent', 'high', 'medium', 'low', 'none'], 'type': 'string', 'description': 'Priority of the issue (urgent, high, medium, low, none)'}, 'state_id': {'type': 'string', 'description': 'ID of the state for this issue (optional)'}, 'assignees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of user IDs to assign to this issue (optional)'}, 'project_id': {'type': 'string', 'description': 'ID of the project where the issue should be created'}, 'description_html': {'type': 'string', 'description': 'HTML description of the issue (required by Plane API)'}}}}, {'name': 'list-issues', 'description': 'List issues from a project', 'inputSchema': {'type': 'object', 'required': ['project_id'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of issues to return (default: 50)'}, 'priority': {'enum': ['urgent', 'high', 'medium', 'low', 'none'], 'type': 'string', 'description': 'Filter by priority (optional)'}, 'state_id': {'type': 'string', 'description': 'Filter by state ID (optional)'}, 'project_id': {'type': 'string', 'description': 'ID of the project to get issues from'}, 'assignee_id': {'type': 'string', 'description': 'Filter by assignee ID (optional)'}}}}, {'name': 'get-issue', 'description': 'Get detailed information about a specific issue', 'inputSchema': {'type': 'object', 'required': ['project_id', 'issue_id'], 'properties': {'issue_id': {'type': 'string', 'description': 'ID of the issue to retrieve'}, 'project_id': {'type': 'string', 'description': 'ID of the project containing the issue'}}}}, {'name': 'update-issue', 'description': "Update an existing issue in a project, delete just update the issue title with 'delete' or 'remove'", 'inputSchema': {'type': 'object', 'required': ['project_id', 'issue_id'], 'properties': {'name': {'type': 'string', 'description': 'Updated title of the issue (optional)'}, 'issue_id': {'type': 'string', 'description': 'ID of the issue to update'}, 'priority': {'enum': ['urgent', 'high', 'medium', 'low', 'none'], 'type': 'string', 'description': 'Updated priority of the issue (optional)'}, 'state_id': {'type': 'string', 'description': 'Updated state ID of the issue (optional)'}, 'assignees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Updated array of user IDs to assign to this issue (optional)'}, 'project_id': {'type': 'string', 'description': 'ID of the project containing the issue'}, 'description_html': {'type': 'string', 'description': 'HTML description of the issue (required by Plane API)'}}}}]
@Alec2435/python_mcp
Python Local Server
Run Python code interactively in a persistent REPL environment. Execute code snippets and maintain session history effortlessly, capturing outputs for review. Enhance your coding experience with a dedicated server for local Python execution.
2025-03-17T08:02:06.829Z
208
https://smithery.ai/server/@Alec2435/python_mcp
true
null
{ "scanPassed": true }
[{'name': 'python_repl', 'description': 'Interactive Python REPL that maintains session state. NOTE THE USER DOES NOT SEE THE STDOUT/STDERR OUTPUT, MAKE SURE TO FORMAT/SUMMARIZEc IT APPROPRIATELY IN YOUR RESPONSE TO THE USER', 'inputSchema': {'type': 'object', 'required': ['code', 'session_id'], 'properties': {'code': {'type': 'string', 'description': 'Python code to execute'}, 'session_id': {'type': 'string', 'description': 'Session identifier'}}}}]
@souky-byte/sloneek-mcp
Sloneek MCP Server
Integrate seamlessly with the Sloneek API to manage users, absences, and personal information. Empower your LLM applications to interact with real-time data through a standardized interface. Enhance your workflows with advanced querying and user management capabilities.
2025-04-11T06:30:20.047Z
188
https://smithery.ai/server/@souky-byte/sloneek-mcp
true
null
{ "scanPassed": true }
[{'name': 'search_sloneek_users', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'number', 'description': 'Page number for pagination (default: 1)'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of tags to filter users by'}, 'roles': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of roles to filter users by'}, 'teams': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of teams to filter users by'}, 'enabled': {'type': 'boolean', 'description': 'Filter by user status (active/inactive)'}, 'perPage': {'type': 'number', 'description': 'Number of records per page (default: 25, max: 100)'}, 'searchText': {'type': 'string', 'description': 'Text to search for users (name, surname, email, position). To search for a full name, you can enter e.g., "John Doe" and the system will automatically search in both name and surname fields.'}}, 'additionalProperties': False}}, {'name': 'get_sloneek_user_personal_information', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['userUuid'], 'properties': {'userUuid': {'type': 'string', 'description': 'UUID of the user whose personal information is to be retrieved'}}, 'additionalProperties': False}}, {'name': 'query_sloneek_users', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Natural language query in English, e.g., "Find all users who do not have a personal email filled in" or "Show me users with the position Developer"'}}, 'additionalProperties': False}}, {'name': 'get_sloneek_birthdays', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'to': {'type': 'string', 'description': 'End date in YYYY-MM-DD format (e.g., 2024-12-31)'}, 'from': {'type': 'string', 'description': 'Start date in YYYY-MM-DD format (e.g., 2024-01-01)'}}, 'additionalProperties': False}}, {'name': 'get_sloneek_salary_history', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['userUuid'], 'properties': {'userUuid': {'anyOf': [{'type': 'string', 'description': 'UUID of the user for whom to retrieve salary history and financial data'}, {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of user UUIDs for whom to retrieve salary history and financial data. To retrieve all users, enter "all".'}], 'description': 'UUID of the user or array of user UUIDs for whom to retrieve financial data. The tool returns not only salary history but also bonuses, deductions, meal voucher information, and working hours. The value "all" retrieves data for all active users.'}, 'maxRetries': {'type': 'number', 'default': 3, 'description': 'Maximum number of retry attempts for failed requests'}, 'include_disabled': {'type': 'boolean', 'default': False, 'description': 'If true, include disabled/inactive users when using the value "all"'}}, 'additionalProperties': False}}, {'name': 'get_sloneek_user_timeline', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['userUuid'], 'properties': {'userUuid': {'anyOf': [{'type': 'string', 'description': 'UUID of the user for whom to retrieve the timeline'}, {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of user UUIDs for whom to retrieve the timeline. To retrieve all users, enter "all".'}], 'description': 'UUID of the user or array of user UUIDs for whom to retrieve the timeline. The tool returns a chronological overview of important events in the user\'s history: join date, position changes, team changes, location changes, kudos received, evaluations, and other important milestones. The value "all" retrieves data for all active users.'}, 'maxRetries': {'type': 'number', 'default': 3, 'description': 'Maximum number of retry attempts for failed requests'}, 'include_disabled': {'type': 'boolean', 'default': False, 'description': 'If true, include disabled/inactive users when using the value "all"'}}, 'additionalProperties': False}}, {'name': 'get_users_per_team', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'team': {'type': 'string', 'description': 'Team to filter results - can be team name (e.g., "Development"), code (e.g., "DEVELOPMENT"), or UUID'}, 'cacheMinutes': {'type': 'number', 'default': 120, 'description': 'How long the results should be cached in minutes (default: 120 minutes)'}, 'includeDisabled': {'type': 'boolean', 'default': False, 'description': 'If true, include disabled users in the results'}}, 'additionalProperties': False}}, {'name': 'add_bonus_to_employees', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'value', 'currency', 'date'], 'properties': {'date': {'type': 'string', 'description': 'Date of the bonus in YYYY-MM-DD format'}, 'name': {'type': 'string', 'description': 'Name of the bonus'}, 'note': {'type': 'string', 'description': 'Note for the bonus'}, 'team': {'type': 'string', 'description': 'Team whose members should receive the bonus - can be team name (e.g., "Development"), code (e.g., "DEVELOPMENT"), or UUID'}, 'value': {'type': 'number', 'description': 'Value of the bonus', 'exclusiveMinimum': 0}, 'currency': {'type': 'string', 'description': 'Currency code (e.g., EUR, CZK, USD) or currency UUID'}, 'userUuid': {'type': 'string', 'description': 'UUID of the user to add the bonus to'}, 'userUuids': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of user UUIDs to add the bonus to'}, 'isRecurring': {'type': 'boolean', 'default': False, 'description': 'Whether the bonus is recurring'}, 'recurringToDate': {'type': 'string', 'description': 'Date until which the bonus recurs, in YYYY-MM-DD format'}, 'recurringFromDate': {'type': 'string', 'description': 'Date from which the bonus recurs, in YYYY-MM-DD format'}, 'recurringInterval': {'enum': ['month', 'quarter', 'year'], 'type': 'string', 'description': 'Interval for the recurring bonus'}, 'isIndefinitePeriod': {'type': 'boolean', 'description': 'Whether the recurring bonus is for an indefinite period'}, 'recurringDayOfMonth': {'type': 'number', 'maximum': 31, 'minimum': 1, 'description': 'Day of the month for recurring bonus (1-31)'}}, 'additionalProperties': False}}, {'name': 'get_sloneek_absence_options', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['userUuid'], 'properties': {'userUuid': {'type': 'string', 'description': 'UUID of the user for whom to retrieve absence options'}}, 'additionalProperties': False}}, {'name': 'create_sloneek_absence', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['userUuid', 'userAbsenceEventUuid', 'startDateTime', 'endDateTime', 'dayType'], 'properties': {'note': {'type': 'string', 'description': 'Note for the absence'}, 'dayType': {'enum': ['full_day', 'first_half', 'second_half', 'custom'], 'type': 'string', 'description': 'Type of absence day (full day, first half, second half, custom)'}, 'fullDay': {'type': 'boolean', 'default': True, 'description': 'Whether it is a full-day absence'}, 'message': {'type': 'string', 'description': 'Message for the absence'}, 'mentions': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of user UUIDs to be mentioned in the absence'}, 'userUuid': {'type': 'string', 'description': 'UUID of the user for whom to create the absence'}, 'endDateTime': {'type': 'string', 'description': 'End date and time of the absence in ISO 8601 format (YYYY-MM-DDThh:mm:ss+hh:mm)'}, 'startDateTime': {'type': 'string', 'description': 'Start date and time of the absence in ISO 8601 format (YYYY-MM-DDThh:mm:ss+hh:mm)'}, 'automaticallyApprove': {'type': 'boolean', 'default': True, 'description': 'Whether the absence should be automatically approved'}, 'userAbsenceEventUuid': {'type': 'string', 'description': 'UUID of the absence type to create (obtained from get_sloneek_absence_options)'}}, 'additionalProperties': False}}, {'name': 'create_sloneek_survey', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'deadline_in_days_from_start', 'questions'], 'properties': {'name': {'type': 'string', 'minLength': 1, 'description': 'Survey name is required'}, 'status': {'enum': ['draft', 'in_progress', 'completed'], 'type': 'string', 'default': 'draft', 'description': 'Status of the survey'}, 'questions': {'type': 'array', 'items': {'type': 'object', 'required': ['text', 'type'], 'properties': {'text': {'type': 'string', 'minLength': 1, 'description': 'Question text'}, 'type': {'enum': ['text', 'scale', 'single_select', 'multi_select', 'enps'], 'type': 'string', 'description': 'Type of question'}, 'options': {'type': 'array', 'items': {'type': 'object', 'required': ['text'], 'properties': {'text': {'type': 'string', 'minLength': 1, 'description': 'Option text'}}, 'additionalProperties': False}, 'description': 'Options for select questions'}, 'scale_end': {'type': 'number', 'description': 'End value for scale questions'}, 'is_required': {'type': 'boolean', 'default': True, 'description': 'Whether the question is required'}, 'scale_start': {'type': 'number', 'description': 'Start value for scale questions'}, 'scale_end_description': {'type': 'string', 'description': 'Description for the end of the scale'}, 'can_add_custom_response': {'type': 'boolean', 'description': 'Whether users can add custom responses to select questions'}, 'scale_start_description': {'type': 'string', 'description': 'Description for the start of the scale'}}, 'additionalProperties': False}, 'minItems': 1, 'description': 'Questions for the survey'}, 'users_type': {'enum': ['company', 'location', 'tag', 'team', 'user'], 'type': 'string', 'default': 'company', 'description': 'Type of users to include in the survey'}, 'description': {'type': 'string', 'description': 'Optional description of the survey'}, 'is_anonymous': {'type': 'boolean', 'default': False, 'description': 'Whether the survey is anonymous'}, 'users_type_uuids': {'type': 'array', 'items': {'type': 'string'}, 'description': 'UUIDs of users, teams, tags, or locations to include in the survey'}, 'is_send_reminders': {'type': 'boolean', 'default': False, 'description': 'Whether to send reminders for the survey'}, 'can_edit_in_progress': {'type': 'boolean', 'default': True, 'description': 'Whether users can edit their responses while the survey is in progress'}, 'deadline_in_days_from_start': {'type': 'integer', 'minimum': 1, 'description': 'Deadline in days from the start of the survey'}, 'deadline_reminder_in_days_from_deadline': {'type': 'integer', 'description': 'Days before deadline to send a reminder'}}, 'additionalProperties': False}}, {'name': 'process_natural_language_request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Natural language query in English, e.g., "Book a vacation for user Beruni for the last week of May"'}}, 'additionalProperties': False}}]
@JigsawStack/image-generation
JigsawStack Image Generation
Generate images from text using advanced AI models. Learn more about jigsawstack's image generation API here: https://jigsawstack.com/docs/api-reference/ai/image-generation You can get your jigsawstack API key here: https://jigsawstack.com/dashboard/
2025-03-04T00:14:56.697Z
93
https://smithery.ai/server/@JigsawStack/image-generation
true
https://spjawbfpwezjfmic…0655546f5c4c.jpg
{ "scanPassed": true }
[{'name': 'image_generation', 'description': "Generate images using JigsawStack's image generation API.", 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'steps': {'type': 'string', 'description': 'The number of steps for image generation.'}, 'prompt': {'type': 'string', 'description': 'The prompt to generate the image.'}, 'negative_prompt': {'type': 'string', 'description': 'Negative prompt to avoid certain elements.'}}}}]
@crafted-app/linear-mcp
Linear Issue and Project Management Server
Enable AI agents to programmatically manage issues, projects, and teams within the Linear platform. Create, list, update, and retrieve detailed information about issues, teams, and projects with flexible filtering and customizable properties. Streamline your workflow by integrating Linear's API directly into your AI-powered tools.
2025-04-21T10:34:58.178Z
183
https://smithery.ai/server/@crafted-app/linear-mcp
true
null
{ "scanPassed": true }
[{'name': 'list_workspaces', 'description': 'List available workspaces to use for Linear operations', 'inputSchema': {'type': 'object', 'properties': {'workspace': {'type': 'string', 'description': 'Workspace name, id, or alias to select'}}}, 'outputSchema': {'type': 'object', 'properties': {'workspaces': {'type': 'array', 'items': {'type': 'object', 'properties': {'id': {'type': 'string'}, 'name': {'type': 'string'}, 'email': {'type': 'string'}}}}, 'activeWorkspace': {'type': 'object', 'properties': {'id': {'type': 'string'}, 'name': {'type': 'string'}, 'email': {'type': 'string'}}}}}}, {'name': 'create_issue', 'description': 'Create a new issue in Linear', 'inputSchema': {'type': 'object', 'required': ['title', 'teamId'], 'properties': {'title': {'type': 'string', 'description': 'Issue title'}, 'labels': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Label IDs to apply (optional)'}, 'teamId': {'type': 'string', 'description': 'Team ID'}, 'priority': {'type': 'number', 'maximum': 4, 'minimum': 0, 'description': 'Priority (0-4, optional)'}, 'assigneeId': {'type': 'string', 'description': 'Assignee user ID (optional)'}, 'description': {'type': 'string', 'description': 'Issue description (markdown supported)'}, 'workspaceId': {'type': 'string', 'description': 'Workspace ID to use (optional)'}}}}, {'name': 'list_issues', 'description': 'List issues with optional filters', 'inputSchema': {'type': 'object', 'properties': {'first': {'type': 'number', 'description': 'Number of issues to return (default: 50)'}, 'status': {'type': 'string', 'description': 'Filter by status (optional)'}, 'teamId': {'type': 'string', 'description': 'Filter by team ID (optional)'}, 'assigneeId': {'type': 'string', 'description': 'Filter by assignee ID (optional)'}, 'workspaceId': {'type': 'string', 'description': 'Workspace ID to use (optional)'}}}}, {'name': 'update_issue', 'description': 'Update an existing issue', 'inputSchema': {'type': 'object', 'required': ['issueId'], 'properties': {'title': {'type': 'string', 'description': 'New title (optional)'}, 'status': {'type': 'string', 'description': 'New status (optional)'}, 'issueId': {'type': 'string', 'description': 'Issue ID'}, 'parentId': {'type': 'string', 'description': 'Parent issue ID to set this as a subtask (optional)'}, 'priority': {'type': 'number', 'maximum': 4, 'minimum': 0, 'description': 'New priority (0-4, optional)'}, 'assigneeId': {'type': 'string', 'description': 'New assignee ID (optional)'}, 'description': {'type': 'string', 'description': 'New description (optional)'}, 'workspaceId': {'type': 'string', 'description': 'Workspace ID to use (optional)'}}}}, {'name': 'get_issue_status', 'description': 'Get all workflow states (statuses) for a team, including id, name, description, position, and type.', 'inputSchema': {'type': 'object', 'required': ['teamId'], 'properties': {'teamId': {'type': 'string', 'description': 'The ID of the team to fetch statuses for.'}, 'workspaceId': {'type': 'string', 'description': 'Workspace ID to use (optional)'}}}}, {'name': 'list_teams', 'description': 'List all teams in the workspace', 'inputSchema': {'type': 'object', 'properties': {'workspaceId': {'type': 'string', 'description': 'Workspace ID to use (optional)'}}}}, {'name': 'list_projects', 'description': 'List all projects', 'inputSchema': {'type': 'object', 'properties': {'first': {'type': 'number', 'description': 'Number of projects to return (default: 50)'}, 'teamId': {'type': 'string', 'description': 'Filter by team ID (optional)'}, 'workspaceId': {'type': 'string', 'description': 'Workspace ID to use (optional)'}}}}, {'name': 'search_issues', 'description': 'Search for issues using a text query', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'first': {'type': 'number', 'description': 'Number of results to return (default: 50)'}, 'query': {'type': 'string', 'description': 'Search query text'}, 'workspaceId': {'type': 'string', 'description': 'Workspace ID to use (optional)'}}}}, {'name': 'get_issue', 'description': 'Get detailed information about a specific issue', 'inputSchema': {'type': 'object', 'required': ['issueId'], 'properties': {'issueId': {'type': 'string', 'description': 'Issue ID'}, 'workspaceId': {'type': 'string', 'description': 'Workspace ID to use (optional)'}}}}]
@gldc/mcp-postgres
PostgreSQL MCP Server
Interact with PostgreSQL databases seamlessly through a standardized interface. Execute SQL queries, list schemas, and describe table structures to enhance your AI agents' capabilities. Simplify database interactions and leverage your data effectively with this powerful tool. **IMPORTANT SECURITY INFORMATION** This MCP server requires database credentials. It is *strongly* recommended that you run this locally to protect your sensitive information.
2025-03-31T12:00:58.435Z
202
https://smithery.ai/server/@gldc/mcp-postgres
true
null
{ "scanPassed": true }
[{'name': 'query', 'description': 'Execute a SQL query against the PostgreSQL database.', 'inputSchema': {'type': 'object', 'title': 'queryArguments', 'required': ['sql'], 'properties': {'sql': {'type': 'string', 'title': 'Sql'}, 'parameters': {'anyOf': [{'type': 'array', 'items': {}}, {'type': 'null'}], 'title': 'Parameters', 'default': None}}}}, {'name': 'list_schemas', 'description': 'List all schemas in the database.', 'inputSchema': {'type': 'object', 'title': 'list_schemasArguments', 'properties': {}}}, {'name': 'list_tables', 'description': "List all tables in a specific schema.\n \n Args:\n schema: The schema name to list tables from (defaults to 'public')\n ", 'inputSchema': {'type': 'object', 'title': 'list_tablesArguments', 'properties': {'schema': {'type': 'string', 'title': 'Schema', 'default': 'public'}}}}, {'name': 'describe_table', 'description': "Get detailed information about a table.\n \n Args:\n table_name: The name of the table to describe\n schema: The schema name (defaults to 'public')\n ", 'inputSchema': {'type': 'object', 'title': 'describe_tableArguments', 'required': ['table_name'], 'properties': {'schema': {'type': 'string', 'title': 'Schema', 'default': 'public'}, 'table_name': {'type': 'string', 'title': 'Table Name'}}}}, {'name': 'get_foreign_keys', 'description': "Get foreign key information for a table.\n \n Args:\n table_name: The name of the table to get foreign keys from\n schema: The schema name (defaults to 'public')\n ", 'inputSchema': {'type': 'object', 'title': 'get_foreign_keysArguments', 'required': ['table_name'], 'properties': {'schema': {'type': 'string', 'title': 'Schema', 'default': 'public'}, 'table_name': {'type': 'string', 'title': 'Table Name'}}}}, {'name': 'find_relationships', 'description': "Find both explicit and implied relationships for a table.\n \n Args:\n table_name: The name of the table to analyze relationships for\n schema: The schema name (defaults to 'public')\n ", 'inputSchema': {'type': 'object', 'title': 'find_relationshipsArguments', 'required': ['table_name'], 'properties': {'schema': {'type': 'string', 'title': 'Schema', 'default': 'public'}, 'table_name': {'type': 'string', 'title': 'Table Name'}}}}]
@aryankeluskar/canvas-mcp
Canvas MCP
EdTech MCP. This is a collection of Canvas LMS tools for the model context protocol. Allows you to query your courses and get help for your assignments in the AI app of your choice. try now!
2025-03-20T06:18:07.781Z
178
https://smithery.ai/server/@aryankeluskar/canvas-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_courses', 'description': 'Use this tool to retrieve all available Canvas courses for the current user. This tool returns a dictionary mapping course names to their corresponding IDs. Use this when you need to find course IDs based on names, display all available courses, or when needing to access any course-related information.', 'inputSchema': {'type': 'object', 'title': 'get_coursesArguments', 'properties': {}}}, {'name': 'get_modules', 'description': 'Use this tool to retrieve all modules within a specific Canvas course. This tool returns a list of module objects containing module details like ID, name, and status. Use this when exploring or navigating course content structure.', 'inputSchema': {'type': 'object', 'title': 'get_modulesArguments', 'required': ['course_id'], 'properties': {'course_id': {'type': 'string', 'title': 'course_id'}}}}, {'name': 'get_module_items', 'description': 'Use this tool to retrieve all items within a specific module in a Canvas course. This tool returns a list of module item objects containing details like title, type, and URLs. Use this when you need to access specific learning materials, assignments, or other content within a module.', 'inputSchema': {'type': 'object', 'title': 'get_module_itemsArguments', 'required': ['course_id', 'module_id'], 'properties': {'course_id': {'type': 'string', 'title': 'course_id'}, 'module_id': {'type': 'string', 'title': 'module_id'}}}}, {'name': 'get_file_url', 'description': 'Use this tool to get the direct download URL for a file stored in Canvas. This tool returns a URL string that can be used to access or download the file. Use this when you need direct access to file content rather than just the Canvas page URL.', 'inputSchema': {'type': 'object', 'title': 'get_file_urlArguments', 'required': ['course_id', 'file_id'], 'properties': {'file_id': {'type': 'string', 'title': 'file_id'}, 'course_id': {'type': 'string', 'title': 'course_id'}}}}, {'name': 'find_resources', 'description': 'Use this tool to search for and identify the most relevant learning resources across Canvas courses based on a text query or image. This tool analyzes user needs and returns resources ranked by relevance. Use this when helping users find specific learning materials, lecture notes, or content related to their questions.', 'inputSchema': {'type': 'object', 'title': 'find_resourcesArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'image_path': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Image Path', 'default': None}}}}, {'name': 'get_course_assignments', 'description': 'Use this tool to retrieve all assignments for a specific Canvas course, with optional filtering by status. This tool returns assignment details including name, description, due date, and submission status. Use this when helping users manage their coursework, check due dates, or find assignment details.\n \n Args:\n course_id: The Canvas course ID\n bucket: Optional filter - past, overdue, undated, ungraded, unsubmitted, upcoming, future\n ', 'inputSchema': {'type': 'object', 'title': 'get_course_assignmentsArguments', 'required': ['course_id'], 'properties': {'bucket': {'type': 'string', 'title': 'Bucket', 'default': None}, 'course_id': {'type': 'string', 'title': 'Course Id'}}}}, {'name': 'get_assignments_by_course_name', 'description': 'Use this tool to retrieve all assignments for a Canvas course using its name rather than ID. This tool returns assignment details the same as get_course_assignments. Use this when you have the course name but not the ID, or when helping users find assignments across multiple courses.\n \n Args:\n course_name: The name of the course as it appears in Canvas (partial matches supported)\n bucket: Optional filter - past, overdue, undated, ungraded, unsubmitted, upcoming, future\n ', 'inputSchema': {'type': 'object', 'title': 'get_assignments_by_course_nameArguments', 'required': ['course_name'], 'properties': {'bucket': {'type': 'string', 'title': 'Bucket', 'default': None}, 'course_name': {'type': 'string', 'title': 'Course Name'}}}}, {'name': 'get_canvas_courses', 'description': 'Use this tool to retrieve all available Canvas courses for the current user. This is an alias for get_courses. Use this when you need to find course IDs based on names or display all available courses.', 'inputSchema': {'type': 'object', 'title': 'get_canvas_coursesArguments', 'properties': {}}}, {'name': 'get_gradescope_courses', 'description': 'Use this tool to retrieve all available Gradescope courses for the current user. This tool returns a dictionary of courses organized by user role. Use this when helping users access or manage their Gradescope course information.', 'inputSchema': {'type': 'object', 'title': 'get_gradescope_coursesArguments', 'properties': {'random_string': {'type': 'string', 'title': 'Random String', 'default': ''}}}}, {'name': 'get_gradescope_course_by_name', 'description': 'Use this tool to find a specific Gradescope course by name (partial matches supported). This tool returns the course object if found. Use this when you need to get course details or ID when only the name is known.\n \n Args:\n course_name: The name or partial name of the Gradescope course to search for\n ', 'inputSchema': {'type': 'object', 'title': 'get_gradescope_course_by_nameArguments', 'required': ['course_name'], 'properties': {'course_name': {'type': 'string', 'title': 'Course Name'}}}}, {'name': 'get_gradescope_assignments', 'description': 'Use this tool to retrieve all assignments for a specific Gradescope course. This tool returns a list of assignment objects with details like name, due date, and status. Use this when helping users manage their Gradescope coursework.\n \n Args:\n course_id: The Gradescope course ID\n ', 'inputSchema': {'type': 'object', 'title': 'get_gradescope_assignmentsArguments', 'required': ['course_id'], 'properties': {'course_id': {'type': 'string', 'title': 'Course Id'}}}}, {'name': 'get_gradescope_assignment_by_name', 'description': 'Use this tool to find a specific Gradescope assignment by name within a course. This tool returns the assignment object if found. Use this when you need assignment details or ID when only the name and course are known.\n \n Args:\n course_id: The Gradescope course ID\n assignment_name: The name or partial name of the assignment to search for\n ', 'inputSchema': {'type': 'object', 'title': 'get_gradescope_assignment_by_nameArguments', 'required': ['course_id', 'assignment_name'], 'properties': {'course_id': {'type': 'string', 'title': 'Course Id'}, 'assignment_name': {'type': 'string', 'title': 'Assignment Name'}}}}, {'name': 'get_gradescope_submissions', 'description': 'Use this tool to retrieve all submissions for a specific Gradescope assignment. This tool returns a list of submission objects with details like submission time and score. Use this when helping users review or manage submission information.\n \n Args:\n course_id: The Gradescope course ID\n assignment_id: The Gradescope assignment ID\n ', 'inputSchema': {'type': 'object', 'title': 'get_gradescope_submissionsArguments', 'required': ['course_id', 'assignment_id'], 'properties': {'course_id': {'type': 'string', 'title': 'Course Id'}, 'assignment_id': {'type': 'string', 'title': 'Assignment Id'}}}}, {'name': 'get_gradescope_student_submission', 'description': "Use this tool to retrieve a specific student's submission for a Gradescope assignment. This tool returns the submission object if found. Use this when helping a student review their own submission or when an instructor needs details about a specific student's work.\n \n Args:\n course_id: The Gradescope course ID\n assignment_id: The Gradescope assignment ID\n student_email: The email address of the student whose submission to retrieve\n ", 'inputSchema': {'type': 'object', 'title': 'get_gradescope_student_submissionArguments', 'required': ['course_id', 'assignment_id', 'student_email'], 'properties': {'course_id': {'type': 'string', 'title': 'Course Id'}, 'assignment_id': {'type': 'string', 'title': 'Assignment Id'}, 'student_email': {'type': 'string', 'title': 'Student Email'}}}}, {'name': 'call_search_gradescope', 'description': 'Use this tool to search for information across Gradescope using natural language queries. This tool analyzes the query and returns relevant information about courses, assignments, or submissions. Use this when helping users find Gradescope information without knowing specific IDs or technical details.\n \n Args:\n query: Natural language query about Gradescope courses, assignments, etc.\n ', 'inputSchema': {'type': 'object', 'title': 'call_search_gradescopeArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'search_education_platforms', 'description': "Use this tool to search for information across both Canvas and Gradescope using natural language queries. This tool determines which platform is most relevant to the query and returns appropriately formatted results. Use this for broad educational queries when the user hasn't specified which platform they're interested in.\n \n Args:\n query: Natural language query about courses, assignments, or other educational content\n ", 'inputSchema': {'type': 'object', 'title': 'search_education_platformsArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}]
@jinzcdev/leetcode-mcp-server
LeetCode MCP Server
MCP server for LeetCode API, enabling advanced automation and intelligent interaction with LeetCode problems, contests, solutions and user data (Supports authenticated APIs).
2025-04-14T10:29:59.759Z
178
https://smithery.ai/server/@jinzcdev/leetcode-mcp-server
true
https://spjawbfpwezjfmic…c98e2d94069.webp
{ "scanPassed": true }
[{'name': 'leetcode_daily_challenge', 'description': "Retrieves today's LeetCode Daily Challenge problem with complete details, including problem description, constraints, and examples", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'leetcode_problem', 'description': 'Retrieves comprehensive details about a specific LeetCode problem, including its description, examples, constraints, and related information', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['titleSlug'], 'properties': {'titleSlug': {'type': 'string', 'description': "The URL slug/identifier of the problem (e.g., 'two-sum', 'add-two-numbers') as it appears in the LeetCode URL"}}, 'additionalProperties': False}}, {'name': 'leetcode_search_problems', 'description': 'Searches for LeetCode problems based on multiple filter criteria including categories, tags, difficulty levels, and keywords, with pagination support', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'tags': {'type': 'array', 'items': {'enum': ['array', 'string', 'hash-table', 'dynamic-programming', 'math', 'sorting', 'greedy', 'depth-first-search', 'binary-search', 'database', 'tree', 'breadth-first-search', 'matrix', 'bit-manipulation', 'two-pointers', 'binary-tree', 'heap-priority-queue', 'prefix-sum', 'stack', 'simulation', 'graph', 'counting', 'sliding-window', 'design', 'backtracking', 'enumeration', 'linked-list', 'union-find', 'ordered-set', 'monotonic-stack', 'number-theory', 'trie', 'segment-tree', 'recursion', 'divide-and-conquer', 'queue', 'combinatorics', 'binary-search-tree', 'bitmask', 'memoization', 'geometry', 'binary-indexed-tree', 'hash-function', 'topological-sort', 'string-matching', 'shortest-path', 'rolling-hash', 'game-theory', 'data-stream', 'interactive', 'monotonic-queue', 'brainteaser', 'doubly-linked-list', 'merge-sort', 'randomized', 'quickselect', 'counting-sort', 'iterator', 'probability-and-statistics', 'concurrency', 'bucket-sort', 'suffix-array', 'line-sweep', 'minimum-spanning-tree', 'shell', 'reservoir-sampling', 'strongly-connected-component', 'eulerian-circuit', 'radix-sort', 'biconnected-component', 'rejection-sampling'], 'type': 'string'}, 'description': "List of topic tags to filter problems by (e.g., ['array', 'dynamic-programming', 'tree'])"}, 'limit': {'type': 'number', 'default': 10, 'description': 'Maximum number of problems to return in a single request (for pagination)'}, 'offset': {'type': 'number', 'description': 'Number of problems to skip (for pagination)'}, 'category': {'enum': ['all-code-essentials', 'algorithms', 'database', 'pandas', 'javascript', 'shell', 'concurrency'], 'type': 'string', 'default': 'all-code-essentials', 'description': "Problem category filter (e.g., 'algorithms', 'database', 'shell') to narrow down the problem domain"}, 'difficulty': {'enum': ['EASY', 'MEDIUM', 'HARD'], 'type': 'string', 'description': 'Problem difficulty level filter to show only problems of a specific difficulty'}, 'searchKeywords': {'type': 'string', 'description': 'Keywords to search in problem titles and descriptions'}}, 'additionalProperties': False}}, {'name': 'leetcode_user_profile', 'description': 'Retrieves comprehensive profile information about a LeetCode user, including user stats, solved problems, and profile details', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username'], 'properties': {'username': {'type': 'string', 'description': 'LeetCode username to retrieve profile information for'}}, 'additionalProperties': False}}, {'name': 'leetcode_recent_submissions', 'description': "Retrieves a user's recent submissions on LeetCode Global, including both accepted and failed submissions with detailed metadata", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of submissions to return (optional, defaults to server-defined limit)'}, 'username': {'type': 'string', 'description': 'LeetCode username to retrieve recent submissions for'}}, 'additionalProperties': False}}, {'name': 'leetcode_recent_ac_submissions', 'description': "Retrieves a user's recent accepted (AC) submissions on LeetCode Global, focusing only on successfully completed problems", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of accepted submissions to return (optional, defaults to server-defined limit)'}, 'username': {'type': 'string', 'description': 'LeetCode username to retrieve recent accepted submissions for'}}, 'additionalProperties': False}}, {'name': 'leetcode_user_status', 'description': "Retrieves the current authenticated user's status on LeetCode, including login status, premium membership details, and user information (requires authentication)", 'inputSchema': {'type': 'object'}}, {'name': 'leetcode_problem_submission_detail', 'description': 'Retrieves detailed information about a specific LeetCode submission by its ID, including source code, runtime stats, and test results (requires authentication)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The numerical submission ID to retrieve detailed information for'}}, 'additionalProperties': False}}, {'name': 'leetcode_user_progress_questions', 'description': "Retrieves the authenticated user's problem-solving status with filtering options, including detailed solution history for attempted or solved questions (requires authentication)", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'default': 200, 'description': 'The maximum number of questions to return in a single request'}, 'offset': {'type': 'number', 'default': 0, 'description': 'The number of questions to skip for pagination purposes'}, 'difficulty': {'type': 'array', 'items': {'type': 'string'}, 'description': "Filter by difficulty levels as an array (e.g., ['EASY', 'MEDIUM', 'HARD']); if not provided, questions of all difficulty levels will be returned"}, 'questionStatus': {'enum': ['ATTEMPTED', 'SOLVED'], 'type': 'string', 'description': "Filter by question status: 'ATTEMPTED' for questions that have been tried but not necessarily solved, 'SOLVED' for questions that have been successfully completed"}}, 'additionalProperties': False}}, {'name': 'leetcode_user_all_submissions', 'description': "Retrieves a paginated list of the authenticated user's submissions for a specific problem or all problems on LeetCode Global, with detailed submission metadata (requires authentication)", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['limit', 'offset'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of submissions to return per page (typically defaults to 20 if not specified)'}, 'offset': {'type': 'number', 'description': 'Number of submissions to skip for pagination purposes'}, 'questionSlug': {'type': 'string', 'description': "Optional problem identifier (slug) to filter submissions for a specific problem (e.g., 'two-sum'); if omitted, returns submissions across all problems"}}, 'additionalProperties': False}}, {'name': 'leetcode_user_contest_ranking', 'description': "Retrieves a user's comprehensive contest ranking information on LeetCode, including overall ranking, participation history, and performance metrics across contests", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username'], 'properties': {'attended': {'type': 'boolean', 'default': True, 'description': 'Whether to include only the contests the user has participated in (true) or all contests (false); defaults to true'}, 'username': {'type': 'string', 'description': 'LeetCode username to retrieve contest ranking information for'}}, 'additionalProperties': False}}, {'name': 'leetcode_solution_article_list', 'description': "Retrieves a list of community solution articles for a specific LeetCode problem, including only metadata like topicId. To view the full content of a solution article, use the 'leetcode_solution_article' tool with the topicId returned by this tool.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['questionSlug'], 'properties': {'skip': {'type': 'number', 'description': "Number of solution articles to skip before starting to collect results. Used in conjunction with 'limit' for implementing pagination. Default is 0 if not specified. Must be a non-negative integer."}, 'limit': {'type': 'number', 'default': 5, 'description': 'Maximum number of solution articles to return per request. Used for pagination and controlling response size. Default is 20 if not specified. Must be a positive integer.'}, 'orderBy': {'enum': ['HOT', ' MOST_RECENT', 'MOST_VOTES'], 'type': 'string', 'default': 'HOT', 'description': "Sorting criteria for the returned solution articles. 'DEFAULT' sorts by LeetCode's default algorithm (typically a combination of recency and popularity), 'MOST_VOTES' sorts by the number of upvotes (highest first), and 'MOST_RECENT' sorts by publication date (newest first)."}, 'tagSlugs': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': "Array of tag identifiers to filter solution articles by programming languages (e.g., 'python', 'java') or problem algorithm/data-structure tags (e.g., 'dynamic-programming', 'recursion'). Only articles tagged with at least one of the specified tags will be returned."}, 'userInput': {'type': 'string', 'description': 'Search term to filter solution articles by title, content, or author name. Case insensitive. Useful for finding specific approaches or algorithms mentioned in solutions.'}, 'questionSlug': {'type': 'string', 'description': "The URL slug/identifier of the problem to retrieve solution articles for (e.g., 'two-sum', 'add-two-numbers'). This is the same string that appears in the LeetCode problem URL after '/problems/'"}}, 'additionalProperties': False}}, {'name': 'leetcode_solution_article', 'description': 'Retrieves the complete content and metadata of a specific solution article, including the full article text, author information, and related navigation links', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['topicId'], 'properties': {'topicId': {'type': 'string', 'description': "The unique topic ID of the solution article to retrieve. This ID can be obtained from the 'topicId' field in the response of the 'leetcode_solution_article_list' tool. Format is typically a string of numbers and letters that uniquely identifies the solution article in LeetCode's database."}}, 'additionalProperties': False}}]
@DarkNoah/feishu-mcp
飞书多维表格
feishu mcp server 飞书多维表格mcp
2025-03-29T14:56:01.600Z
178
https://smithery.ai/server/@DarkNoah/feishu-mcp
true
null
{ "scanPassed": true }
[{'name': 'create_record', 'description': '创建飞书多维表格记录', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['appToken', 'tableId', 'fields'], 'properties': {'fields': {'type': 'string', 'description': '要增加一行多维表格记录的字段内容,JSON格式。例如:{"多行文本":"内容","单选":"选项1","多选":["选项1","选项2"],"复选框":true,"日期":1674206443000,"超链接": {"text": "飞书多维表格官网", "link": "https://www.feishu.cn/product/base" }]}'}, 'tableId': {'type': 'string', 'description': '多维表格数据表的唯一标识符 table_id'}, 'appToken': {'type': 'string', 'description': '多维表格的唯一标识符app_token'}}, 'additionalProperties': False}}, {'name': 'search_records', 'description': '搜索飞书多维表格记录', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['appToken', 'tableId'], 'properties': {'filter': {'type': 'string', 'description': '过滤条件,用于筛选记录的JSON字符串。例如:{"and":[{"field_name":"姓名","operator":"contains","value":"张"}]}'}, 'viewId': {'type': 'string', 'description': '视图的唯一标识符'}, 'tableId': {'type': 'string', 'description': '多维表格数据表的唯一标识符 table_id'}, 'appToken': {'type': 'string', 'description': '多维表格的唯一标识符app_token'}}, 'additionalProperties': False}}, {'name': 'delete_record', 'description': '删除飞书多维表格记录', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['appToken', 'tableId', 'recordId'], 'properties': {'tableId': {'type': 'string', 'description': '多维表格数据表的唯一标识符 table_id'}, 'appToken': {'type': 'string', 'description': '多维表格的唯一标识符app_token'}, 'recordId': {'type': 'string', 'description': '要删除的单条记录的ID'}}, 'additionalProperties': False}}, {'name': 'update_record', 'description': '更新飞书多维表格记录', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['appToken', 'tableId', 'recordId', 'fields'], 'properties': {'fields': {'type': 'string', 'description': '要增加一行多维表格记录的字段内容,JSON格式。例如:{"多行文本":"内容","单选":"选项1","多选":["选项1","选项2"],"复选框":true,"日期":1674206443000,"超链接": {"text": "飞书多维表格官网", "link": "https://www.feishu.cn/product/base" }]}'}, 'tableId': {'type': 'string', 'description': '多维表格数据表的唯一标识符 table_id'}, 'appToken': {'type': 'string', 'description': '多维表格的唯一标识符app_token'}, 'recordId': {'type': 'string', 'description': '要更新的记录的ID'}}, 'additionalProperties': False}}, {'name': 'list_fields', 'description': '获取多维表格数据表中的的所有字段', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['appToken', 'tableId'], 'properties': {'tableId': {'type': 'string', 'description': '多维表格数据表的唯一标识符 table_id'}, 'appToken': {'type': 'string', 'description': '多维表格的唯一标识符app_token'}}, 'additionalProperties': False}}, {'name': 'create_bitable_app', 'description': '创建飞书多维表格应用', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': '多维表格应用的名称'}, 'folderToken': {'type': 'string', 'description': '文件夹的唯一标识符(非必须),用于指定新创建的多维表格所在的位置'}}, 'additionalProperties': False}}, {'name': 'create_table', 'description': '创建飞书多维表格数据表', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['appToken', 'name'], 'properties': {'name': {'type': 'string', 'description': '要创建的数据表名称'}, 'fields': {'type': 'string', 'description': '要创建的字段列表,JSON格式。例如:[\n{"name":"表头名称(多行文本)","type":"text"},\n{"name":"表头名称(数值)","type":"number"},\n{"name":"表头名称(单选)","type":"singleSelect","property":{"options":[{"name":"未开始"},{"name":"进行中"},{"name":"已完成"}]}},\n{"name":"表头名称(多选)","type":"multipleSelect","property":{"options":[{"name":"未开始"},{"name":"进行中"},{"name":"已完成"}]}},\n{"name":"表头名称(复选框)","type":"checkbox"},\n{"name":"表头名称(日期)","type":"date"}\n{"name":"表头名称(超链接)","type":"link"}\n]\n只能创建以上类型的字段'}, 'appToken': {'type': 'string', 'description': '多维表格的唯一标识符app_token'}}, 'additionalProperties': False}}, {'name': 'delete_table', 'description': '删除飞书多维表格数据表', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['appToken', 'tableId'], 'properties': {'tableId': {'type': 'string', 'description': '多维表格数据表的唯一标识符 table_id'}, 'appToken': {'type': 'string', 'description': '多维表格的唯一标识符app_token'}}, 'additionalProperties': False}}]
@Boston343/starwind-ui-mcp
Starwind UI MCP Server
Enhance your development experience with Starwind UI by utilizing a dedicated server that provides tools for project initialization, component management, and documentation access. Streamline your workflow with features like package manager detection and LLM data fetching, all designed to integrate seamlessly with your AI assistants.
2025-03-15T18:00:41.813Z
175
https://smithery.ai/server/@Boston343/starwind-ui-mcp
true
null
{ "scanPassed": true }
[{'name': 'init_project', 'description': 'Initializes a new project with Starwind UI', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'packageManager': {'enum': ['npm', 'yarn', 'pnpm'], 'type': 'string', 'description': 'Package manager to use (npm, yarn, pnpm)'}}}}, {'name': 'install_component', 'description': 'Generates installation commands for Starwind UI components', 'inputSchema': {'type': 'object', 'required': ['component'], 'properties': {'options': {'type': 'array', 'items': {'type': 'string'}, 'description': "Additional options for installation (e.g., '--all' to install all components)"}, 'component': {'type': 'string', 'description': 'Component name to install'}, 'packageManager': {'enum': ['npm', 'yarn', 'pnpm'], 'type': 'string', 'description': 'Package manager to use (npm, yarn, pnpm)'}, 'additionalComponents': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Additional components to install'}}}}, {'name': 'update_component', 'description': 'Generates update commands for Starwind UI components', 'inputSchema': {'type': 'object', 'required': ['component'], 'properties': {'options': {'type': 'array', 'items': {'type': 'string'}, 'description': "Additional options for updating (e.g., '--all' to update all components)"}, 'component': {'type': 'string', 'description': 'Component name to update'}, 'packageManager': {'enum': ['npm', 'yarn', 'pnpm'], 'type': 'string', 'description': 'Package manager to use (npm, yarn, pnpm)'}, 'additionalComponents': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Additional components to update'}}}}, {'name': 'get_documentation', 'description': 'Returns documentation links for Starwind UI', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'type': {'enum': ['overview', 'getting-started', 'cli', 'installation', 'theming', 'components', 'full'], 'type': 'string', 'description': 'Type of documentation to retrieve (defaults to overview)'}, 'component': {'type': 'string', 'description': 'Specific component to get documentation for (only used when type is components)'}}}}, {'name': 'fetch_llm_data', 'description': 'Fetches LLM data from starwind.dev (rate limited to 3 requests per minute, with caching)', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'full': {'type': 'boolean', 'description': 'Whether to fetch the full LLM data (defaults to false)'}}}}, {'name': 'get_package_manager', 'description': 'Detects and returns the current package manager information', 'inputSchema': {'type': 'object', 'required': ['cwd'], 'properties': {'cwd': {'type': 'string', 'description': 'Root directory to check for lock files'}, 'defaultManager': {'enum': ['npm', 'yarn', 'pnpm'], 'type': 'string', 'description': 'Default package manager to use if detection fails (npm, yarn, pnpm)'}}}}]