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
|
---|---|---|---|---|---|---|---|---|---|
@6/mcp-server-rubygems | RubyGems Metadata Server | Fetch RubyGems metadata effortlessly using our server. Access detailed information about gems, search for specific gems, and retrieve version histories with ease. Enhance your Ruby development experience by integrating RubyGems data directly into your applications. | 2025-04-05T16:00:44.885Z | 0 | https://smithery.ai/server/@6/mcp-server-rubygems | true | null | {
"scanPassed": true
} | [{'name': 'get_rubygem_info', 'description': 'Get information about a RubyGem from the RubyGems.org API', 'inputSchema': {'type': 'object', 'properties': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['rubygem_name'], 'properties': {'rubygem_name': {'type': 'string', 'minLength': 1, 'description': 'Name of the RubyGem to fetch information for'}}, 'additionalProperties': False}}}, {'name': 'search_rubygems', 'description': 'Search for RubyGems matching a query string. The search matches against gem names and descriptions. Returns up to 10 results by default (customizable with limit parameter), ordered by relevance. Example queries: "authentication", "rails middleware", "aws sdk"', 'inputSchema': {'type': 'object', 'properties': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'limit': {'type': 'integer', 'maximum': 30, 'description': 'Maximum number of results to return (default: 10, max: 30)', 'exclusiveMinimum': 0}, 'query': {'type': 'string', 'minLength': 1, 'description': 'Search query for finding RubyGems'}}, 'additionalProperties': False}}}, {'name': 'get_gem_versions', 'description': 'Get all available versions of a specific RubyGem', 'inputSchema': {'type': 'object', 'properties': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['gem_name'], 'properties': {'limit': {'type': 'integer', 'description': 'Maximum number of versions to return', 'exclusiveMinimum': 0}, 'gem_name': {'type': 'string', 'minLength': 1, 'description': 'Name of the RubyGem to fetch versions for'}}, 'additionalProperties': False}}}, {'name': 'get_gem_reverse_dependencies', 'description': 'Get gems that depend on a specific RubyGem', 'inputSchema': {'type': 'object', 'properties': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['gem_name'], 'properties': {'gem_name': {'type': 'string', 'minLength': 1, 'description': 'Name of the RubyGem to fetch reverse dependencies for'}}, 'additionalProperties': False}}}, {'name': 'get_owner_gems', 'description': 'Get all RubyGems owned by a specific user or organization', 'inputSchema': {'type': 'object', 'properties': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner_name'], 'properties': {'owner_name': {'type': 'string', 'minLength': 1, 'description': 'Username of the RubyGem owner to fetch gems for'}}, 'additionalProperties': False}}}, {'name': 'get_gem_owners', 'description': 'Get the owners of a specific RubyGem', 'inputSchema': {'type': 'object', 'properties': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['gem_name'], 'properties': {'gem_name': {'type': 'string', 'minLength': 1, 'description': 'Name of the RubyGem to fetch owners for'}}, 'additionalProperties': False}}}] |
@6/mcp-server-rubygems | RubyGems Metadata Server | Fetch RubyGems metadata effortlessly using our server. Access detailed information about gems, search for specific gems, and retrieve version histories with ease. Enhance your Ruby development experience by integrating RubyGems data directly into your applications. | 2025-04-05T16:00:44.885Z | 0 | https://smithery.ai/server/@6/mcp-server-rubygems | true | null | {
"scanPassed": true
} | [{'name': 'get_rubygem_info', 'description': 'Get information about a RubyGem from the RubyGems.org API', 'inputSchema': {'type': 'object', 'properties': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['rubygem_name'], 'properties': {'rubygem_name': {'type': 'string', 'minLength': 1, 'description': 'Name of the RubyGem to fetch information for'}}, 'additionalProperties': False}}}, {'name': 'search_rubygems', 'description': 'Search for RubyGems matching a query string. The search matches against gem names and descriptions. Returns up to 10 results by default (customizable with limit parameter), ordered by relevance. Example queries: "authentication", "rails middleware", "aws sdk"', 'inputSchema': {'type': 'object', 'properties': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'limit': {'type': 'integer', 'maximum': 30, 'description': 'Maximum number of results to return (default: 10, max: 30)', 'exclusiveMinimum': 0}, 'query': {'type': 'string', 'minLength': 1, 'description': 'Search query for finding RubyGems'}}, 'additionalProperties': False}}}, {'name': 'get_gem_versions', 'description': 'Get all available versions of a specific RubyGem', 'inputSchema': {'type': 'object', 'properties': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['gem_name'], 'properties': {'limit': {'type': 'integer', 'description': 'Maximum number of versions to return', 'exclusiveMinimum': 0}, 'gem_name': {'type': 'string', 'minLength': 1, 'description': 'Name of the RubyGem to fetch versions for'}}, 'additionalProperties': False}}}, {'name': 'get_gem_reverse_dependencies', 'description': 'Get gems that depend on a specific RubyGem', 'inputSchema': {'type': 'object', 'properties': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['gem_name'], 'properties': {'gem_name': {'type': 'string', 'minLength': 1, 'description': 'Name of the RubyGem to fetch reverse dependencies for'}}, 'additionalProperties': False}}}, {'name': 'get_owner_gems', 'description': 'Get all RubyGems owned by a specific user or organization', 'inputSchema': {'type': 'object', 'properties': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner_name'], 'properties': {'owner_name': {'type': 'string', 'minLength': 1, 'description': 'Username of the RubyGem owner to fetch gems for'}}, 'additionalProperties': False}}}, {'name': 'get_gem_owners', 'description': 'Get the owners of a specific RubyGem', 'inputSchema': {'type': 'object', 'properties': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['gem_name'], 'properties': {'gem_name': {'type': 'string', 'minLength': 1, 'description': 'Name of the RubyGem to fetch owners for'}}, 'additionalProperties': False}}}] |
@KaranThink41/keka_official_mcp | Keka HR Integration Server | Integrate and automate Keka HR platform features such as employee management, attendance, leave, payslip, and holiday data through a secure MCP server. Utilize OAuth2 authentication for safe access and leverage modular tools to streamline HR workflows. Deploy easily with Docker support for containerized environments. | 2025-04-19T07:35:12.269Z | 0 | https://smithery.ai/server/@KaranThink41/keka_official_mcp | true | null | {
"scanPassed": true
} | [{'name': 'keka_get_employee_profile', 'description': 'Get detailed profile information for a specific employee', 'inputSchema': {'type': 'object', 'required': ['employee_id'], 'properties': {'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_attendance', 'description': 'Get attendance records for an employee within a date range', 'inputSchema': {'type': 'object', 'required': ['employee_id', 'start_date', 'end_date'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number for pagination (default: 1)'}, 'end_date': {'type': 'string', 'description': 'End date in YYYY-MM-DD format'}, 'page_size': {'type': 'number', 'default': 100, 'description': 'Number of records per page (default: 100, max: 100)'}, 'start_date': {'type': 'string', 'description': 'Start date in YYYY-MM-DD format'}, 'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_leave_types', 'description': 'Get the list of available leave types', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'keka_apply_leave', 'description': 'Apply for leave for an employee', 'inputSchema': {'type': 'object', 'required': ['employee_id', 'start_date', 'end_date', 'leave_type', 'reason'], 'properties': {'reason': {'type': 'string', 'description': 'Reason for applying leave'}, 'end_date': {'type': 'string', 'description': 'End date in YYYY-MM-DD format'}, 'leave_type': {'type': 'string', 'description': 'UUID of the leave type'}, 'start_date': {'type': 'string', 'description': 'Start date in YYYY-MM-DD format'}, 'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_leave_balances', 'description': 'Get a consolidated view of all leave balances for an employee', 'inputSchema': {'type': 'object', 'required': ['employee_id'], 'properties': {'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_view_leave_history', 'description': 'View the leave history for an employee', 'inputSchema': {'type': 'object', 'required': ['employee_id'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number for pagination (default: 1)'}, 'status': {'type': 'string', 'description': 'Filter by leave request status'}, 'end_date': {'type': 'string', 'description': 'Filter by end date (YYYY-MM-DD)'}, 'page_size': {'type': 'number', 'default': 100, 'description': 'Number of records per page (default: 100)'}, 'start_date': {'type': 'string', 'description': 'Filter by start date (YYYY-MM-DD)'}, 'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_payslip', 'description': 'Get payslip for an employee for a specific month and year', 'inputSchema': {'type': 'object', 'required': ['employee_id', 'month', 'year'], 'properties': {'year': {'type': 'string', 'description': 'Year (YYYY)'}, 'month': {'type': 'string', 'description': 'Month (1-12)'}, 'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_upcoming_holidays', 'description': 'Get the list of upcoming company holidays', 'inputSchema': {'type': 'object', 'properties': {}}}] |
@KaranThink41/keka_official_mcp | Keka HR Integration Server | Integrate and automate Keka HR platform features such as employee management, attendance, leave, payslip, and holiday data through a secure MCP server. Utilize OAuth2 authentication for safe access and leverage modular tools to streamline HR workflows. Deploy easily with Docker support for containerized environments. | 2025-04-19T07:35:12.269Z | 0 | https://smithery.ai/server/@KaranThink41/keka_official_mcp | true | null | {
"scanPassed": true
} | [{'name': 'keka_get_employee_profile', 'description': 'Get detailed profile information for a specific employee', 'inputSchema': {'type': 'object', 'required': ['employee_id'], 'properties': {'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_attendance', 'description': 'Get attendance records for an employee within a date range', 'inputSchema': {'type': 'object', 'required': ['employee_id', 'start_date', 'end_date'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number for pagination (default: 1)'}, 'end_date': {'type': 'string', 'description': 'End date in YYYY-MM-DD format'}, 'page_size': {'type': 'number', 'default': 100, 'description': 'Number of records per page (default: 100, max: 100)'}, 'start_date': {'type': 'string', 'description': 'Start date in YYYY-MM-DD format'}, 'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_leave_types', 'description': 'Get the list of available leave types', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'keka_apply_leave', 'description': 'Apply for leave for an employee', 'inputSchema': {'type': 'object', 'required': ['employee_id', 'start_date', 'end_date', 'leave_type', 'reason'], 'properties': {'reason': {'type': 'string', 'description': 'Reason for applying leave'}, 'end_date': {'type': 'string', 'description': 'End date in YYYY-MM-DD format'}, 'leave_type': {'type': 'string', 'description': 'UUID of the leave type'}, 'start_date': {'type': 'string', 'description': 'Start date in YYYY-MM-DD format'}, 'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_leave_balances', 'description': 'Get a consolidated view of all leave balances for an employee', 'inputSchema': {'type': 'object', 'required': ['employee_id'], 'properties': {'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_view_leave_history', 'description': 'View the leave history for an employee', 'inputSchema': {'type': 'object', 'required': ['employee_id'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number for pagination (default: 1)'}, 'status': {'type': 'string', 'description': 'Filter by leave request status'}, 'end_date': {'type': 'string', 'description': 'Filter by end date (YYYY-MM-DD)'}, 'page_size': {'type': 'number', 'default': 100, 'description': 'Number of records per page (default: 100)'}, 'start_date': {'type': 'string', 'description': 'Filter by start date (YYYY-MM-DD)'}, 'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_payslip', 'description': 'Get payslip for an employee for a specific month and year', 'inputSchema': {'type': 'object', 'required': ['employee_id', 'month', 'year'], 'properties': {'year': {'type': 'string', 'description': 'Year (YYYY)'}, 'month': {'type': 'string', 'description': 'Month (1-12)'}, 'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_upcoming_holidays', 'description': 'Get the list of upcoming company holidays', 'inputSchema': {'type': 'object', 'properties': {}}}] |
@blake365/macrostrat-mcp | Macrostrat API Server | Query comprehensive geologic data and information using natural language. Analyze geological data to enhance understanding and create graphics from the data. Access a wide range of geologic units, minerals, and timescales effortlessly. | 2025-03-10T08:00:32.162Z | 0 | https://smithery.ai/server/@blake365/macrostrat-mcp | true | null | {
"scanPassed": true
} | [{'name': 'find-columns', 'description': 'Query Macrostrat stratigraphic columns', 'inputSchema': {'type': 'object', 'required': ['lat', 'lng', 'responseType'], 'properties': {'lat': {'type': 'number', 'description': 'A valid latitude in decimal degrees'}, 'lng': {'type': 'number', 'description': 'A valid longitude in decimal degrees'}, 'adjacents': {'type': 'boolean', 'description': 'Include adjacent columns'}, 'responseType': {'enum': ['long', 'short'], 'type': 'string', 'default': 'long', 'description': 'The length of response long or short'}}}}, {'name': 'find-units', 'description': 'Query Macrostrat geologic units', 'inputSchema': {'type': 'object', 'required': ['lat', 'lng', 'responseType'], 'properties': {'lat': {'type': 'number', 'description': 'A valid latitude in decimal degrees'}, 'lng': {'type': 'number', 'description': 'A valid longitude in decimal degrees'}, 'responseType': {'enum': ['long', 'short'], 'type': 'string', 'default': 'long', 'description': 'The length of response long or short. Long provides lots of good details'}}}}, {'name': 'defs', 'description': 'Routes giving access to standard fields and dictionaries used in Macrostrat', 'inputSchema': {'type': 'object', 'required': ['endpoint', 'parameters'], 'properties': {'endpoint': {'enum': ['lithologies', 'structures', 'columns', 'econs', 'minerals', 'timescales', 'environments', 'strat_names', 'measurements', 'intervals'], 'type': 'string', 'description': 'The endpoint to query'}, 'parameters': {'type': 'string', 'description': 'parameters to pass to the endpoint'}}}}, {'name': 'defs-autocomplete', 'description': 'Quickly retrieve all definitions matching a query. Limited to 100 results', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'the search term'}}}}, {'name': 'mineral-info', 'description': 'Get information about a mineral, use one property', 'inputSchema': {'type': 'object', 'properties': {'element': {'type': 'string', 'description': 'An element that the mineral is made of'}, 'mineral': {'type': 'string', 'description': 'The name of the mineral'}, 'mineral_type': {'type': 'string', 'description': 'The type of mineral'}}}}, {'name': 'timescale', 'description': 'Get information about a time period', 'inputSchema': {'type': 'object', 'properties': {'age': {'type': 'number'}}}}] |
@blake365/macrostrat-mcp | Macrostrat API Server | Query comprehensive geologic data and information using natural language. Analyze geological data to enhance understanding and create graphics from the data. Access a wide range of geologic units, minerals, and timescales effortlessly. | 2025-03-10T08:00:32.162Z | 0 | https://smithery.ai/server/@blake365/macrostrat-mcp | true | null | {
"scanPassed": true
} | [{'name': 'find-columns', 'description': 'Query Macrostrat stratigraphic columns', 'inputSchema': {'type': 'object', 'required': ['lat', 'lng', 'responseType'], 'properties': {'lat': {'type': 'number', 'description': 'A valid latitude in decimal degrees'}, 'lng': {'type': 'number', 'description': 'A valid longitude in decimal degrees'}, 'adjacents': {'type': 'boolean', 'description': 'Include adjacent columns'}, 'responseType': {'enum': ['long', 'short'], 'type': 'string', 'default': 'long', 'description': 'The length of response long or short'}}}}, {'name': 'find-units', 'description': 'Query Macrostrat geologic units', 'inputSchema': {'type': 'object', 'required': ['lat', 'lng', 'responseType'], 'properties': {'lat': {'type': 'number', 'description': 'A valid latitude in decimal degrees'}, 'lng': {'type': 'number', 'description': 'A valid longitude in decimal degrees'}, 'responseType': {'enum': ['long', 'short'], 'type': 'string', 'default': 'long', 'description': 'The length of response long or short. Long provides lots of good details'}}}}, {'name': 'defs', 'description': 'Routes giving access to standard fields and dictionaries used in Macrostrat', 'inputSchema': {'type': 'object', 'required': ['endpoint', 'parameters'], 'properties': {'endpoint': {'enum': ['lithologies', 'structures', 'columns', 'econs', 'minerals', 'timescales', 'environments', 'strat_names', 'measurements', 'intervals'], 'type': 'string', 'description': 'The endpoint to query'}, 'parameters': {'type': 'string', 'description': 'parameters to pass to the endpoint'}}}}, {'name': 'defs-autocomplete', 'description': 'Quickly retrieve all definitions matching a query. Limited to 100 results', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'the search term'}}}}, {'name': 'mineral-info', 'description': 'Get information about a mineral, use one property', 'inputSchema': {'type': 'object', 'properties': {'element': {'type': 'string', 'description': 'An element that the mineral is made of'}, 'mineral': {'type': 'string', 'description': 'The name of the mineral'}, 'mineral_type': {'type': 'string', 'description': 'The type of mineral'}}}}, {'name': 'timescale', 'description': 'Get information about a time period', 'inputSchema': {'type': 'object', 'properties': {'age': {'type': 'number'}}}}] |
@crunchloop/mcp-devcontainers | Devcontainers Integration Server | Manage and interact with development containers seamlessly by starting environments, running user setup commands, and executing arbitrary shell commands inside devcontainers. Simplify your development workflow by controlling devcontainers directly through this server. Requires Docker and the devcontainers CLI for operation. | 2025-04-17T15:00:25.303Z | 0 | https://smithery.ai/server/@crunchloop/mcp-devcontainers | true | null | null | [{'name': 'devcontainer_up', 'description': 'Start or initialize a devcontainer environment in the specified workspace folder.Use this to ensure the devcontainer is running and ready for development tasks.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceFolder'], 'properties': {'outputFilePath': {'type': 'string'}, 'workspaceFolder': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'devcontainer_run_user_commands', 'description': 'Run the user-defined postCreateCommand and postStartCommand scripts in the devcontainerfor the specified workspace folder. Use this to execute setup or initialization commandsafter the devcontainer starts.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceFolder'], 'properties': {'outputFilePath': {'type': 'string'}, 'workspaceFolder': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'devcontainer_exec', 'description': 'Execute an arbitrary shell command inside the devcontainer for the specified workspace folder.Use this to run custom commands or scripts within the devcontainer context.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceFolder', 'command'], 'properties': {'command': {'type': 'array', 'items': {'type': 'string'}}, 'outputFilePath': {'type': 'string'}, 'workspaceFolder': {'type': 'string'}}, 'additionalProperties': False}}] |
@crunchloop/mcp-devcontainers | Devcontainers Integration Server | Manage and interact with development containers seamlessly by starting environments, running user setup commands, and executing arbitrary shell commands inside devcontainers. Simplify your development workflow by controlling devcontainers directly through this server. Requires Docker and the devcontainers CLI for operation. | 2025-04-17T15:00:25.303Z | 0 | https://smithery.ai/server/@crunchloop/mcp-devcontainers | true | null | null | [{'name': 'devcontainer_up', 'description': 'Start or initialize a devcontainer environment in the specified workspace folder.Use this to ensure the devcontainer is running and ready for development tasks.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceFolder'], 'properties': {'outputFilePath': {'type': 'string'}, 'workspaceFolder': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'devcontainer_run_user_commands', 'description': 'Run the user-defined postCreateCommand and postStartCommand scripts in the devcontainerfor the specified workspace folder. Use this to execute setup or initialization commandsafter the devcontainer starts.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceFolder'], 'properties': {'outputFilePath': {'type': 'string'}, 'workspaceFolder': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'devcontainer_exec', 'description': 'Execute an arbitrary shell command inside the devcontainer for the specified workspace folder.Use this to run custom commands or scripts within the devcontainer context.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceFolder', 'command'], 'properties': {'command': {'type': 'array', 'items': {'type': 'string'}}, 'outputFilePath': {'type': 'string'}, 'workspaceFolder': {'type': 'string'}}, 'additionalProperties': False}}] |
@amansingh0311/mcp-qdrant-openai | Qdrant Vector Search Server | Enable semantic search capabilities over your Qdrant vector database using OpenAI embeddings. Easily list collections and retrieve detailed collection information to enhance your data exploration. Integrate seamlessly with your LLM workflows for powerful vector-based querying. | 2025-04-23T21:01:10.252Z | 0 | https://smithery.ai/server/@amansingh0311/mcp-qdrant-openai | true | null | {
"scanPassed": true
} | [{'name': 'query_collection', 'description': '\n Search a Qdrant collection using semantic search with OpenAI embeddings.\n\n Args:\n collection_name: Name of the Qdrant collection to search\n query_text: The search query in natural language\n limit: Maximum number of results to return (default: 5)\n model: OpenAI embedding model to use (default: text-embedding-3-small)\n\n Returns:\n JSON string containing search results\n ', 'inputSchema': {'type': 'object', 'title': 'query_collectionArguments', 'required': ['collection_name', 'query_text'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 5}, 'model': {'type': 'string', 'title': 'Model', 'default': 'text-embedding-3-small'}, 'query_text': {'type': 'string', 'title': 'Query Text'}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'list_collections', 'description': '\n List all available collections in the Qdrant database.\n\n Returns:\n JSON string containing the list of collections\n ', 'inputSchema': {'type': 'object', 'title': 'list_collectionsArguments', 'properties': {}}}, {'name': 'collection_info', 'description': '\n Get information about a specific collection.\n\n Args:\n collection_name: Name of the collection\n\n Returns:\n JSON string containing collection information\n ', 'inputSchema': {'type': 'object', 'title': 'collection_infoArguments', 'required': ['collection_name'], 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}] |
@devhub/devhub-cms-mcp | DevHub CMS Integration | Manage your content seamlessly within the DevHub CMS system. Utilize powerful tools to create, update, and retrieve blog posts and media, all through a simple interface. Enhance your content management experience with the capabilities of Large Language Models without direct API integration. | 2025-03-17T21:00:52.730Z | 0 | https://smithery.ai/server/@devhub/devhub-cms-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_hours_of_operation', 'description': 'Get the hours of operation for a DevHub location\n\n Returns a list of items representing days of the week\n\n Except for the special case formatting, this object is a list of 7 items which represent each day.\n\n Each day can can have one-four time ranges. For example, two time ranges denotes a "lunch-break". No time ranges denotes closed.\n\n Examples:\n 9am-5pm [["09:00:00", "17:00:00"]]\n 9am-12pm and 1pm-5pm [["09:00:00", "12:00:00"], ["13:00:00", "17:00:00"]]\n Closed - an empty list []\n\n Args:\n location_id: DevHub Location ID\n hours_type: Defaults to \'primary\' unless the user specifies a different type\n ', 'inputSchema': {'type': 'object', 'title': 'get_hours_of_operationArguments', 'required': ['location_id'], 'properties': {'hours_type': {'type': 'string', 'title': 'Hours Type', 'default': 'primary'}, 'location_id': {'type': 'integer', 'title': 'Location Id'}}}}, {'name': 'update_hours', 'description': 'Update the hours of operation for a DevHub location\n\n Send a list of items representing days of the week\n\n Except for the special case formatting, this object is a list of 7 items which represent each day.\n\n Each day can can have one-four time ranges. For example, two time ranges denotes a "lunch-break". No time ranges denotes closed.\n\n Examples:\n 9am-5pm [["09:00:00", "17:00:00"]]\n 9am-12pm and 1pm-5pm [["09:00:00", "12:00:00"], ["13:00:00", "17:00:00"]]\n Closed - an empty list []\n\n Args:\n location_id: DevHub Location ID\n new_hours: Structured format of the new hours\n hours_type: Defaults to \'primary\' unless the user specifies a different type\n ', 'inputSchema': {'type': 'object', 'title': 'update_hoursArguments', 'required': ['location_id', 'new_hours'], 'properties': {'new_hours': {'type': 'array', 'items': {}, 'title': 'New Hours'}, 'hours_type': {'type': 'string', 'title': 'Hours Type', 'default': 'primary'}, 'location_id': {'type': 'integer', 'title': 'Location Id'}}}}, {'name': 'upload_image', 'description': 'Upload an image to the DevHub media gallery\n\n Supports webp, jpeg and png images\n\n Args:\n base64_image_content: Base 64 encoded content of the image file\n filename: Filename including the extension\n ', 'inputSchema': {'type': 'object', 'title': 'upload_imageArguments', 'required': ['base64_image_content', 'filename'], 'properties': {'filename': {'type': 'string', 'title': 'Filename'}, 'base64_image_content': {'type': 'string', 'title': 'Base64 Image Content'}}}}, {'name': 'get_blog_post', 'description': 'Get a single blog post\n\n Args:\n post_id: Blog post id\n ', 'inputSchema': {'type': 'object', 'title': 'get_blog_postArguments', 'required': ['post_id'], 'properties': {'post_id': {'type': 'integer', 'title': 'Post Id'}}}}, {'name': 'create_blog_post', 'description': 'Create a new blog post\n\n Args:\n site_id: Website ID where the post will be published. Prompt the user for this ID.\n title: Blog post title\n content: HTML content of blog post. Should not include a <h1> tag, only h2+\n ', 'inputSchema': {'type': 'object', 'title': 'create_blog_postArguments', 'required': ['site_id', 'title', 'content'], 'properties': {'title': {'type': 'string', 'title': 'Title'}, 'content': {'type': 'string', 'title': 'Content'}, 'site_id': {'type': 'integer', 'title': 'Site Id'}}}}, {'name': 'update_blog_post', 'description': 'Update a single blog post\n\n Args:\n post_id: Blog post ID\n title: Blog post title\n content: HTML content of blog post. Should not include a <h1> tag, only h2+\n ', 'inputSchema': {'type': 'object', 'title': 'update_blog_postArguments', 'required': ['post_id'], 'properties': {'title': {'type': 'string', 'title': 'Title', 'default': None}, 'content': {'type': 'string', 'title': 'Content', 'default': None}, 'post_id': {'type': 'integer', 'title': 'Post Id'}}}}, {'name': 'get_nearest_location', 'description': 'Get the nearest DevHub location\n\n Args:\n business_id: DevHub Business ID associated with the location. Prompt the user for this ID\n latitude: Latitude of the location\n longitude: Longitude of the location\n ', 'inputSchema': {'type': 'object', 'title': 'get_nearest_locationArguments', 'required': ['business_id', 'latitude', 'longitude'], 'properties': {'latitude': {'type': 'number', 'title': 'Latitude'}, 'longitude': {'type': 'number', 'title': 'Longitude'}, 'business_id': {'type': 'integer', 'title': 'Business Id'}}}}] |
@devhub/devhub-cms-mcp | DevHub CMS Integration | Manage your content seamlessly within the DevHub CMS system. Utilize powerful tools to create, update, and retrieve blog posts and media, all through a simple interface. Enhance your content management experience with the capabilities of Large Language Models without direct API integration. | 2025-03-17T21:00:52.730Z | 0 | https://smithery.ai/server/@devhub/devhub-cms-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_hours_of_operation', 'description': 'Get the hours of operation for a DevHub location\n\n Returns a list of items representing days of the week\n\n Except for the special case formatting, this object is a list of 7 items which represent each day.\n\n Each day can can have one-four time ranges. For example, two time ranges denotes a "lunch-break". No time ranges denotes closed.\n\n Examples:\n 9am-5pm [["09:00:00", "17:00:00"]]\n 9am-12pm and 1pm-5pm [["09:00:00", "12:00:00"], ["13:00:00", "17:00:00"]]\n Closed - an empty list []\n\n Args:\n location_id: DevHub Location ID\n hours_type: Defaults to \'primary\' unless the user specifies a different type\n ', 'inputSchema': {'type': 'object', 'title': 'get_hours_of_operationArguments', 'required': ['location_id'], 'properties': {'hours_type': {'type': 'string', 'title': 'Hours Type', 'default': 'primary'}, 'location_id': {'type': 'integer', 'title': 'Location Id'}}}}, {'name': 'update_hours', 'description': 'Update the hours of operation for a DevHub location\n\n Send a list of items representing days of the week\n\n Except for the special case formatting, this object is a list of 7 items which represent each day.\n\n Each day can can have one-four time ranges. For example, two time ranges denotes a "lunch-break". No time ranges denotes closed.\n\n Examples:\n 9am-5pm [["09:00:00", "17:00:00"]]\n 9am-12pm and 1pm-5pm [["09:00:00", "12:00:00"], ["13:00:00", "17:00:00"]]\n Closed - an empty list []\n\n Args:\n location_id: DevHub Location ID\n new_hours: Structured format of the new hours\n hours_type: Defaults to \'primary\' unless the user specifies a different type\n ', 'inputSchema': {'type': 'object', 'title': 'update_hoursArguments', 'required': ['location_id', 'new_hours'], 'properties': {'new_hours': {'type': 'array', 'items': {}, 'title': 'New Hours'}, 'hours_type': {'type': 'string', 'title': 'Hours Type', 'default': 'primary'}, 'location_id': {'type': 'integer', 'title': 'Location Id'}}}}, {'name': 'upload_image', 'description': 'Upload an image to the DevHub media gallery\n\n Supports webp, jpeg and png images\n\n Args:\n base64_image_content: Base 64 encoded content of the image file\n filename: Filename including the extension\n ', 'inputSchema': {'type': 'object', 'title': 'upload_imageArguments', 'required': ['base64_image_content', 'filename'], 'properties': {'filename': {'type': 'string', 'title': 'Filename'}, 'base64_image_content': {'type': 'string', 'title': 'Base64 Image Content'}}}}, {'name': 'get_blog_post', 'description': 'Get a single blog post\n\n Args:\n post_id: Blog post id\n ', 'inputSchema': {'type': 'object', 'title': 'get_blog_postArguments', 'required': ['post_id'], 'properties': {'post_id': {'type': 'integer', 'title': 'Post Id'}}}}, {'name': 'create_blog_post', 'description': 'Create a new blog post\n\n Args:\n site_id: Website ID where the post will be published. Prompt the user for this ID.\n title: Blog post title\n content: HTML content of blog post. Should not include a <h1> tag, only h2+\n ', 'inputSchema': {'type': 'object', 'title': 'create_blog_postArguments', 'required': ['site_id', 'title', 'content'], 'properties': {'title': {'type': 'string', 'title': 'Title'}, 'content': {'type': 'string', 'title': 'Content'}, 'site_id': {'type': 'integer', 'title': 'Site Id'}}}}, {'name': 'update_blog_post', 'description': 'Update a single blog post\n\n Args:\n post_id: Blog post ID\n title: Blog post title\n content: HTML content of blog post. Should not include a <h1> tag, only h2+\n ', 'inputSchema': {'type': 'object', 'title': 'update_blog_postArguments', 'required': ['post_id'], 'properties': {'title': {'type': 'string', 'title': 'Title', 'default': None}, 'content': {'type': 'string', 'title': 'Content', 'default': None}, 'post_id': {'type': 'integer', 'title': 'Post Id'}}}}, {'name': 'get_nearest_location', 'description': 'Get the nearest DevHub location\n\n Args:\n business_id: DevHub Business ID associated with the location. Prompt the user for this ID\n latitude: Latitude of the location\n longitude: Longitude of the location\n ', 'inputSchema': {'type': 'object', 'title': 'get_nearest_locationArguments', 'required': ['business_id', 'latitude', 'longitude'], 'properties': {'latitude': {'type': 'number', 'title': 'Latitude'}, 'longitude': {'type': 'number', 'title': 'Longitude'}, 'business_id': {'type': 'integer', 'title': 'Business Id'}}}}] |
@devhub/devhub-cms-mcp | DevHub CMS Integration | Manage your content seamlessly within the DevHub CMS system. Utilize powerful tools to create, update, and retrieve blog posts and media, all through a simple interface. Enhance your content management experience with the capabilities of Large Language Models without direct API integration. | 2025-03-17T21:00:52.730Z | 0 | https://smithery.ai/server/@devhub/devhub-cms-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_hours_of_operation', 'description': 'Get the hours of operation for a DevHub location\n\n Returns a list of items representing days of the week\n\n Except for the special case formatting, this object is a list of 7 items which represent each day.\n\n Each day can can have one-four time ranges. For example, two time ranges denotes a "lunch-break". No time ranges denotes closed.\n\n Examples:\n 9am-5pm [["09:00:00", "17:00:00"]]\n 9am-12pm and 1pm-5pm [["09:00:00", "12:00:00"], ["13:00:00", "17:00:00"]]\n Closed - an empty list []\n\n Args:\n location_id: DevHub Location ID\n hours_type: Defaults to \'primary\' unless the user specifies a different type\n ', 'inputSchema': {'type': 'object', 'title': 'get_hours_of_operationArguments', 'required': ['location_id'], 'properties': {'hours_type': {'type': 'string', 'title': 'Hours Type', 'default': 'primary'}, 'location_id': {'type': 'integer', 'title': 'Location Id'}}}}, {'name': 'update_hours', 'description': 'Update the hours of operation for a DevHub location\n\n Send a list of items representing days of the week\n\n Except for the special case formatting, this object is a list of 7 items which represent each day.\n\n Each day can can have one-four time ranges. For example, two time ranges denotes a "lunch-break". No time ranges denotes closed.\n\n Examples:\n 9am-5pm [["09:00:00", "17:00:00"]]\n 9am-12pm and 1pm-5pm [["09:00:00", "12:00:00"], ["13:00:00", "17:00:00"]]\n Closed - an empty list []\n\n Args:\n location_id: DevHub Location ID\n new_hours: Structured format of the new hours\n hours_type: Defaults to \'primary\' unless the user specifies a different type\n ', 'inputSchema': {'type': 'object', 'title': 'update_hoursArguments', 'required': ['location_id', 'new_hours'], 'properties': {'new_hours': {'type': 'array', 'items': {}, 'title': 'New Hours'}, 'hours_type': {'type': 'string', 'title': 'Hours Type', 'default': 'primary'}, 'location_id': {'type': 'integer', 'title': 'Location Id'}}}}, {'name': 'upload_image', 'description': 'Upload an image to the DevHub media gallery\n\n Supports webp, jpeg and png images\n\n Args:\n base64_image_content: Base 64 encoded content of the image file\n filename: Filename including the extension\n ', 'inputSchema': {'type': 'object', 'title': 'upload_imageArguments', 'required': ['base64_image_content', 'filename'], 'properties': {'filename': {'type': 'string', 'title': 'Filename'}, 'base64_image_content': {'type': 'string', 'title': 'Base64 Image Content'}}}}, {'name': 'get_blog_post', 'description': 'Get a single blog post\n\n Args:\n post_id: Blog post id\n ', 'inputSchema': {'type': 'object', 'title': 'get_blog_postArguments', 'required': ['post_id'], 'properties': {'post_id': {'type': 'integer', 'title': 'Post Id'}}}}, {'name': 'create_blog_post', 'description': 'Create a new blog post\n\n Args:\n site_id: Website ID where the post will be published. Prompt the user for this ID.\n title: Blog post title\n content: HTML content of blog post. Should not include a <h1> tag, only h2+\n ', 'inputSchema': {'type': 'object', 'title': 'create_blog_postArguments', 'required': ['site_id', 'title', 'content'], 'properties': {'title': {'type': 'string', 'title': 'Title'}, 'content': {'type': 'string', 'title': 'Content'}, 'site_id': {'type': 'integer', 'title': 'Site Id'}}}}, {'name': 'update_blog_post', 'description': 'Update a single blog post\n\n Args:\n post_id: Blog post ID\n title: Blog post title\n content: HTML content of blog post. Should not include a <h1> tag, only h2+\n ', 'inputSchema': {'type': 'object', 'title': 'update_blog_postArguments', 'required': ['post_id'], 'properties': {'title': {'type': 'string', 'title': 'Title', 'default': None}, 'content': {'type': 'string', 'title': 'Content', 'default': None}, 'post_id': {'type': 'integer', 'title': 'Post Id'}}}}, {'name': 'get_nearest_location', 'description': 'Get the nearest DevHub location\n\n Args:\n business_id: DevHub Business ID associated with the location. Prompt the user for this ID\n latitude: Latitude of the location\n longitude: Longitude of the location\n ', 'inputSchema': {'type': 'object', 'title': 'get_nearest_locationArguments', 'required': ['business_id', 'latitude', 'longitude'], 'properties': {'latitude': {'type': 'number', 'title': 'Latitude'}, 'longitude': {'type': 'number', 'title': 'Longitude'}, 'business_id': {'type': 'integer', 'title': 'Business Id'}}}}] |
@lkp474/alibaba-cloud-ops-mcp-server | Alibaba Cloud Operations Server | Manage and operate Alibaba Cloud resources efficiently through a unified interface. Perform actions like starting, stopping, and describing instances, managing buckets, and monitoring resource metrics seamlessly. Enhance cloud operations with ready-to-use tools for ECS, VPC, RDS, OSS, and CloudMonitor services. | 2025-04-24T07:20:47.012Z | 0 | https://smithery.ai/server/@lkp474/alibaba-cloud-ops-mcp-server | true | null | {
"scanPassed": false
} | [{'name': 'RunCommand', 'description': '批量在多台ECS实例上运行云助手命令,适用于需要同时管理多台ECS实例的场景,如应用程序管理和资源标记操作等。', 'inputSchema': {'type': 'object', 'title': 'RunCommandArguments', 'required': ['InstanceIds', 'Command'], 'properties': {'Command': {'type': 'string', 'title': 'Command', 'description': 'Content of the command executed on the ECS instance'}, 'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'CommandType': {'type': 'string', 'title': 'Commandtype', 'default': 'RunShellScript', 'description': 'The type of command executed on the ECS instance, optional value:RunShellScript,RunPythonScript,RunPerlScript,RunBatScript,RunPowerShellScript'}, 'InstanceIds': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Instanceids', 'description': 'AlibabaCloud ECS instance ID List'}}}}, {'name': 'StartInstances', 'description': '批量启动ECS实例,适用于需要同时管理和启动多台ECS实例的场景,例如应用部署和高可用性场景。', 'inputSchema': {'type': 'object', 'title': 'StartInstancesArguments', 'required': ['InstanceIds'], 'properties': {'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'InstanceIds': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Instanceids', 'description': 'AlibabaCloud ECS instance ID List'}}}}, {'name': 'StopInstances', 'description': '批量停止ECS实例,适用于需要同时管理和停止多台ECS实例的场景。', 'inputSchema': {'type': 'object', 'title': 'StopInstancesArguments', 'required': ['InstanceIds'], 'properties': {'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'ForeceStop': {'type': 'boolean', 'title': 'Forecestop', 'default': False, 'description': 'Is forced shutdown required'}, 'InstanceIds': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Instanceids', 'description': 'AlibabaCloud ECS instance ID List'}}}}, {'name': 'RebootInstances', 'description': '批量重启ECS实例,适用于需要同时管理和重启多台ECS实例的场景。', 'inputSchema': {'type': 'object', 'title': 'RebootInstancesArguments', 'required': ['InstanceIds'], 'properties': {'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'ForeceStop': {'type': 'boolean', 'title': 'Forecestop', 'default': False, 'description': 'Is forced shutdown required'}, 'InstanceIds': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Instanceids', 'description': 'AlibabaCloud ECS instance ID List'}}}}, {'name': 'RunInstances', 'description': '批量创建ECS实例,适用于需要同时创建多台ECS实例的场景,例如应用部署和高可用性场景。', 'inputSchema': {'type': 'object', 'title': 'RunInstancesArguments', 'required': ['ImageId', 'InstanceType', 'SecurityGroupId', 'VSwitchId'], 'properties': {'Amount': {'type': 'integer', 'title': 'Amount', 'default': 1, 'description': 'Number of ECS instances'}, 'ImageId': {'type': 'string', 'title': 'Imageid', 'description': 'Image ID'}, 'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'VSwitchId': {'type': 'string', 'title': 'Vswitchid', 'description': 'VSwitch ID'}, 'InstanceName': {'type': 'string', 'title': 'Instancename', 'default': '', 'description': 'Instance Name'}, 'InstanceType': {'type': 'string', 'title': 'Instancetype', 'description': 'Instance Type'}, 'SecurityGroupId': {'type': 'string', 'title': 'Securitygroupid', 'description': 'SecurityGroup ID'}}}}, {'name': 'ResetPassword', 'description': '批量修改ECS实例的密码,请注意,本操作将会重启ECS实例', 'inputSchema': {'type': 'object', 'title': 'ResetPasswordArguments', 'required': ['InstanceIds', 'Password'], 'properties': {'Password': {'type': 'string', 'title': 'Password', 'description': 'The password of the ECS instance must be 8-30 characters and must contain only the following characters: lowercase letters, uppercase letters, numbers, and special characters only.()~!@#$%^&*-_+=(40:<>,?/'}, 'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'InstanceIds': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Instanceids', 'description': 'AlibabaCloud ECS instance ID List'}}}}, {'name': 'ReplaceSystemDisk', 'description': '批量替换ECS实例的系统盘,更换操作系统', 'inputSchema': {'type': 'object', 'title': 'ReplaceSystemDiskArguments', 'required': ['InstanceIds', 'ImageId'], 'properties': {'ImageId': {'type': 'string', 'title': 'Imageid', 'description': 'Image ID'}, 'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'InstanceIds': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Instanceids', 'description': 'AlibabaCloud ECS instance ID List'}}}}, {'name': 'StartRDSInstances', 'description': '批量启动RDS实例,适用于需要同时管理和启动多台RDS实例的场景,例如应用部署和高可用性场景。', 'inputSchema': {'type': 'object', 'title': 'StartRDSInstancesArguments', 'required': ['InstanceIds'], 'properties': {'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'InstanceIds': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Instanceids', 'description': 'AlibabaCloud ECS instance ID List'}}}}, {'name': 'StopRDSInstances', 'description': '批量停止RDS实例,适用于需要同时管理和停止多台RDS实例的场景。', 'inputSchema': {'type': 'object', 'title': 'StopRDSInstancesArguments', 'required': ['InstanceIds'], 'properties': {'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'InstanceIds': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Instanceids', 'description': 'AlibabaCloud RDS instance ID List'}}}}, {'name': 'RebootRDSInstances', 'description': '批量重启RDS实例,适用于需要同时管理和重启多台RDS实例的场景。', 'inputSchema': {'type': 'object', 'title': 'RebootRDSInstancesArguments', 'required': ['InstanceIds'], 'properties': {'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'InstanceIds': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Instanceids', 'description': 'AlibabaCloud RDS instance ID List'}}}}, {'name': 'GetCpuUsageData', 'description': '获取ECS实例的CPU使用率数据', 'inputSchema': {'type': 'object', 'title': 'GetCpuUsageDataArguments', 'required': ['InstanceIds'], 'properties': {'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'InstanceIds': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Instanceids', 'description': 'AlibabaCloud ECS instance ID List'}}}}, {'name': 'GetCpuLoadavgData', 'description': '获取CPU一分钟平均负载指标数据', 'inputSchema': {'type': 'object', 'title': 'GetCpuLoadavgDataArguments', 'required': ['InstanceIds'], 'properties': {'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'InstanceIds': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Instanceids', 'description': 'AlibabaCloud ECS instance ID List'}}}}, {'name': 'GetCpuloadavg5mData', 'description': '获取CPU五分钟平均负载指标数据', 'inputSchema': {'type': 'object', 'title': 'GetCpuloadavg5mDataArguments', 'required': ['InstanceIds'], 'properties': {'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'InstanceIds': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Instanceids', 'description': 'AlibabaCloud ECS instance ID List'}}}}, {'name': 'GetCpuloadavg15mData', 'description': '获取CPU十五分钟平均负载指标数据', 'inputSchema': {'type': 'object', 'title': 'GetCpuloadavg15mDataArguments', 'required': ['InstanceIds'], 'properties': {'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'InstanceIds': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Instanceids', 'description': 'AlibabaCloud ECS instance ID List'}}}}, {'name': 'GetMemUsedData', 'description': '获取内存使用量指标数据', 'inputSchema': {'type': 'object', 'title': 'GetMemUsedDataArguments', 'required': ['InstanceIds'], 'properties': {'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'InstanceIds': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Instanceids', 'description': 'AlibabaCloud ECS instance ID List'}}}}, {'name': 'GetMemUsageData', 'description': '获取内存利用率指标数据', 'inputSchema': {'type': 'object', 'title': 'GetMemUsageDataArguments', 'required': ['InstanceIds'], 'properties': {'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'InstanceIds': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Instanceids', 'description': 'AlibabaCloud ECS instance ID List'}}}}, {'name': 'GetDiskUsageData', 'description': '获取磁盘利用率指标数据', 'inputSchema': {'type': 'object', 'title': 'GetDiskUsageDataArguments', 'required': ['InstanceIds'], 'properties': {'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'InstanceIds': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Instanceids', 'description': 'AlibabaCloud ECS instance ID List'}}}}, {'name': 'GetDiskTotalData', 'description': '获取磁盘分区总容量指标数据', 'inputSchema': {'type': 'object', 'title': 'GetDiskTotalDataArguments', 'required': ['InstanceIds'], 'properties': {'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'InstanceIds': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Instanceids', 'description': 'AlibabaCloud ECS instance ID List'}}}}, {'name': 'GetDiskUsedData', 'description': '获取磁盘分区使用量指标数据', 'inputSchema': {'type': 'object', 'title': 'GetDiskUsedDataArguments', 'required': ['InstanceIds'], 'properties': {'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'InstanceIds': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Instanceids', 'description': 'AlibabaCloud ECS instance ID List'}}}}, {'name': 'ListBuckets', 'description': '列出指定区域的所有OSS存储空间。', 'inputSchema': {'type': 'object', 'title': 'ListBucketsArguments', 'properties': {'Prefix': {'type': 'string', 'title': 'Prefix', 'default': None, 'description': 'AlibabaCloud OSS Bucket Name prefix'}, 'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}}}}, {'name': 'ListObjects', 'description': '获取指定OSS存储空间中的所有文件信息。', 'inputSchema': {'type': 'object', 'title': 'ListObjectsArguments', 'required': ['BucketName'], 'properties': {'Prefix': {'type': 'string', 'title': 'Prefix', 'default': None, 'description': 'AlibabaCloud OSS Bucket Name prefix'}, 'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'BucketName': {'type': 'string', 'title': 'Bucketname', 'description': 'AlibabaCloud OSS Bucket Name'}}}}, {'name': 'PutBucket', 'description': '创建一个新的OSS存储空间。', 'inputSchema': {'type': 'object', 'title': 'PutBucketArguments', 'required': ['BucketName'], 'properties': {'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'BucketName': {'type': 'string', 'title': 'Bucketname', 'description': 'AlibabaCloud OSS Bucket Name'}, 'StorageClass': {'type': 'string', 'title': 'Storageclass', 'default': 'Standard', 'description': 'The Storage Type of AlibabaCloud OSS Bucket, The value range is as follows: Standard (default): standard storage, IA: infrequent access, Archive: archive storage, ColdArchive: cold archive storage, DeepColdArchive: deep cold archive storage'}, 'DataRedundancyType': {'type': 'string', 'title': 'Dataredundancytype', 'default': 'LRS', 'description': 'The data disaster recovery type of AlibabaCloud OSS Bucket, LRS (default): Locally redundant LRS, which stores your data redundantly on different storage devices in the same availability zone. ZRS: Intra-city redundant ZRS, which uses a multi-availability zone (AZ) mechanism to store your data redundantly in three availability zones in the same region.'}}}}, {'name': 'DeleteBucket', 'description': '删除指定的OSS存储空间。', 'inputSchema': {'type': 'object', 'title': 'DeleteBucketArguments', 'required': ['BucketName'], 'properties': {'RegionId': {'type': 'string', 'title': 'Regionid', 'default': 'cn-hangzhou', 'description': 'AlibabaCloud region ID'}, 'BucketName': {'type': 'string', 'title': 'Bucketname', 'description': 'AlibabaCloud OSS Bucket Name'}}}}, {'name': 'DescribeInstances', 'description': '本接口支持根据不同请求条件查询实例列表,并关联查询实例的详细信息。', 'inputSchema': {'type': 'object', 'title': 'DescribeInstancesArguments', 'required': ['RegionId'], 'properties': {'Tag': {'type': 'array', 'items': {}, 'title': 'Tag', 'default': None, 'description': '标签列表。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: array,参数示例:'}, 'VpcId': {'type': 'string', 'title': 'Vpcid', 'default': None, 'description': '专有网络VPC ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:v-bp67acfmxazb4p****'}, 'DryRun': {'type': 'boolean', 'title': 'Dryrun', 'default': None, 'description': '是否只预检此次请求。取值范围:\n\n- true:发送检查请求,不会查询资源状况。检查项包括AccessKey是否有效、RAM用户的授权情况和是否填写了必需参数。如果检查不通过,则返回对应错误。如果检查通过,会返回错误码DryRunOperation。 \n- false:发送正常请求,通过检查后返回2XX HTTP状态码并直接查询资源状况。 \n\n默认值:false。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:false'}, 'Status': {'type': 'string', 'title': 'Status', 'default': None, 'description': '实例状态。取值范围: \n\n- Pending:创建中。\n- Running:运行中。\n- Starting:启动中。\n- Stopping:停止中。\n- Stopped:已停止。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:Running'}, 'ZoneId': {'type': 'string', 'title': 'Zoneid', 'default': None, 'description': '可用区ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:cn-hangzhou-g'}, 'ImageId': {'type': 'string', 'title': 'Imageid', 'default': None, 'description': '镜像ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:m-bp67acfmxazb4p****'}, 'PageSize': {'type': 'integer', 'title': 'Pagesize', 'default': None, 'description': '> 该参数即将下线,推荐您使用NextToken与MaxResults完成分页查询操作。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:10'}, 'RegionId': {'type': 'string', 'title': 'Regionid', 'description': '实例所属的地域ID。您可以调用[DescribeRegions](~~25609~~)查看最新的阿里云地域列表。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:cn-hangzhou'}, 'NextToken': {'type': 'string', 'title': 'Nexttoken', 'default': None, 'description': '查询凭证(Token),取值为上一次API调用返回的`NextToken`参数值。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:caeba0bbb2be03f84eb48b699f0a4883'}, 'VSwitchId': {'type': 'string', 'title': 'Vswitchid', 'default': None, 'description': '交换机ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:vsw-bp67acfmxazb4p****'}, 'HttpTokens': {'type': 'string', 'title': 'Httptokens', 'default': None, 'description': '访问实例元数据时是否强制使用加固模式(IMDSv2)。取值范围:\n- optional:不强制使用。\n- required:强制使用。设置该取值后,普通模式无法访问实例元数据。\n\n默认值:optional。\n>有关访问实例元数据模式的更多信息,请参见[实例元数据访问模式](~~150575~~)。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:optional'}, 'LockReason': {'type': 'string', 'title': 'Lockreason', 'default': None, 'description': '资源被锁定的原因。取值范围:\n\n- financial:因欠费被锁定。\n\n- security:因安全原因被锁定。\n\n- Recycling:抢占式实例的待释放锁定状态。\n\n- dedicatedhostfinancial:因为专有宿主机欠费导致ECS实例被锁定。\n\n- refunded:因退款被锁定。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:security'}, 'MaxResults': {'type': 'integer', 'title': 'Maxresults', 'default': None, 'description': '分页查询时每页行数。最大值为100。\n\n默认值:\n\n- 当不设置值或设置的值小于10时,默认值为10。\n- 当设置的值大于100时,默认值为100。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:10'}, 'PageNumber': {'type': 'integer', 'title': 'Pagenumber', 'default': None, 'description': '> 该参数即将下线,推荐您使用NextToken与MaxResults完成分页查询操作。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:1'}, 'InstanceIds': {'type': 'string', 'title': 'Instanceids', 'default': None, 'description': '实例ID。取值可以由多个实例ID组成一个JSON数组,最多支持100个ID,ID之间用半角逗号(,)隔开。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:["i-bp67acfmxazb4p****", "i-bp67acfmxazb4p****", … "i-bp67acfmxazb4p****"]'}, 'IoOptimized': {'type': 'boolean', 'title': 'Iooptimized', 'default': None, 'description': '是否是I/O优化型实例。取值范围:\n\n- true:是。\n- false:否。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:true'}, 'Ipv6Address': {'type': 'array', 'items': {}, 'title': 'Ipv6Address', 'default': None, 'description': '为弹性网卡指定的IPv6地址。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: array,参数示例:'}, 'KeyPairName': {'type': 'string', 'title': 'Keypairname', 'default': None, 'description': '实例使用的SSH密钥对名称。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:KeyPairNameTest'}, 'EipAddresses': {'type': 'string', 'title': 'Eipaddresses', 'default': None, 'description': '实例的弹性公网IP列表。当InstanceNetworkType=vpc时该参数生效,取值可以由多个IP组成一个JSON数组,最多支持100个IP,IP之间用半角逗号(,)隔开。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:["42.1.1.**", "42.1.2.**", … "42.1.10.**"]'}, 'HpcClusterId': {'type': 'string', 'title': 'Hpcclusterid', 'default': None, 'description': '实例所在的HPC集群ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:hpc-bp67acfmxazb4p****'}, 'HttpEndpoint': {'type': 'string', 'title': 'Httpendpoint', 'default': None, 'description': '是否启用实例元数据的访问通道。取值范围:\n- enabled:启用。\n- disabled:禁用。\n\n默认值:enabled。\n>有关实例元数据的更多信息,请参见[实例元数据概述](~~49122~~)。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:enabled'}, 'InstanceName': {'type': 'string', 'title': 'Instancename', 'default': None, 'description': '实例名称,支持使用通配符*进行模糊搜索。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:Test'}, 'InstanceType': {'type': 'string', 'title': 'Instancetype', 'default': None, 'description': '实例的规格。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:ecs.g5.large'}, 'NeedSaleCycle': {'type': 'boolean', 'title': 'Needsalecycle', 'default': None, 'description': '>该参数正在邀测中,暂不支持使用。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:false'}, 'DeviceAvailable': {'type': 'boolean', 'title': 'Deviceavailable', 'default': None, 'description': '>该参数正在邀测中,暂不支持使用。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:false'}, 'RdmaIpAddresses': {'type': 'string', 'title': 'Rdmaipaddresses', 'default': None, 'description': 'HPC实例的RDMA网络IP。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:10.10.10.102'}, 'ResourceGroupId': {'type': 'string', 'title': 'Resourcegroupid', 'default': None, 'description': '实例所在的企业资源组ID。使用该参数过滤资源时,资源数量不能超过1000个。\n\n>不支持默认资源组过滤。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:rg-bp67acfmxazb4p****'}, 'SecurityGroupId': {'type': 'string', 'title': 'Securitygroupid', 'default': None, 'description': '实例所属的安全组。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:sg-bp67acfmxazb4p****'}, 'InnerIpAddresses': {'type': 'string', 'title': 'Inneripaddresses', 'default': None, 'description': '经典网络类型实例的内网IP列表。当InstanceNetworkType=classic时生效,取值可以由多个IP组成一个JSON数组,最多支持100个IP,IP之间用半角逗号(,)隔开。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:["10.1.1.1", "10.1.2.1", … "10.1.10.1"]'}, 'PublicIpAddresses': {'type': 'string', 'title': 'Publicipaddresses', 'default': None, 'description': '实例的公网IP列表。取值可以由多个IP组成一个JSON数组,最多支持100个IP,IP之间用半角逗号(,)隔开。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:["42.1.1.**", "42.1.2.**", … "42.1.10.**"]'}, 'InstanceChargeType': {'type': 'string', 'title': 'Instancechargetype', 'default': None, 'description': '实例的计费方式。取值范围: \n \n- PostPaid:按量付费。 \n- PrePaid:包年包月。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:PostPaid'}, 'InstanceTypeFamily': {'type': 'string', 'title': 'Instancetypefamily', 'default': None, 'description': '实例的规格族。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:ecs.g5'}, 'InternetChargeType': {'type': 'string', 'title': 'Internetchargetype', 'default': None, 'description': '公网带宽计费方式。取值范围:\n\n- PayByBandwidth:按固定带宽计费。\n- PayByTraffic:按使用流量计费。\n\n> **按使用流量计费**模式下的出入带宽峰值都是带宽上限,不作为业务承诺指标。当出现资源争抢时,带宽峰值可能会受到限制。如果您的业务需要有带宽的保障,请使用**按固定带宽计费**模式。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:PayByTraffic'}, 'PrivateIpAddresses': {'type': 'string', 'title': 'Privateipaddresses', 'default': None, 'description': 'VPC网络类型实例的私有IP。当InstanceNetworkType=vpc时生效,取值可以由多个IP组成一个JSON数组,最多支持100个IP,IP之间用半角逗号(,)隔开。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:["172.16.1.1", "172.16.2.1", … "172.16.10.1"]'}, 'InstanceNetworkType': {'type': 'string', 'title': 'Instancenetworktype', 'default': None, 'description': '实例网络类型。取值范围:\n\n- classic:经典网络。\n- vpc:专有网络VPC。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:vpc'}, 'AdditionalAttributes': {'type': 'array', 'items': {}, 'title': 'Additionalattributes', 'default': None, 'description': '实例其他属性列表。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: array,参数示例:META_OPTIONS'}, 'HttpPutResponseHopLimit': {'type': 'integer', 'title': 'Httpputresponsehoplimit', 'default': None, 'description': '>该参数暂未开放使用。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:0'}}}}, {'name': 'DescribeRegions', 'description': '根据计费方式、资源类型等参数查询地域信息列表。', 'inputSchema': {'type': 'object', 'title': 'DescribeRegionsArguments', 'properties': {'RegionId': {'type': 'string', 'title': 'Regionid', 'default': None, 'description': '地域ID'}, 'ResourceType': {'type': 'string', 'title': 'Resourcetype', 'default': None, 'description': '资源类型。取值范围:\n\n- instance:ECS实例。\n- disk:磁盘。\n- reservedinstance:预留实例券。\n- scu:存储容量单位包。\n\n默认值:instance。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:instance'}, 'AcceptLanguage': {'type': 'string', 'title': 'Acceptlanguage', 'default': None, 'description': '根据汉语、英语和日语筛选返回结果。更多详情,请参见[RFC 7231](https://tools.ietf.org/html/rfc7231)。取值范围: \n \n- zh-CN:简体中文。\n- zh-TW:繁体中文。\n- en-US:英文。\n- ja:日文。\n- fr:法语。\n- de:德语。\n- ko:韩语。\n\n默认值:zh-CN。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:zh-CN'}, 'InstanceChargeType': {'type': 'string', 'title': 'Instancechargetype', 'default': None, 'description': '实例的计费方式,更多信息,请参见[计费概述](~~25398~~)。取值范围:\n\n- PrePaid:包年包月。此时,请确认自己的账号支持余额支付或者信用支付,否则将报错InvalidPayMethod。\n- PostPaid:按量付费。\n- SpotWithPriceLimit:设置上限价格。\n- SpotAsPriceGo:系统自动出价,最高按量付费价格。\n\n默认值:PostPaid。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:PrePaid'}}}}, {'name': 'DescribeZones', 'description': '根据地域ID、计费方式等参数查询可用区信息列表。', 'inputSchema': {'type': 'object', 'title': 'DescribeZonesArguments', 'required': ['RegionId'], 'properties': {'Verbose': {'type': 'boolean', 'title': 'Verbose', 'default': None, 'description': '是否展示详细信息。\n\n- true:展示。\n- false:不展示。\n\n默认值:true。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:false'}, 'RegionId': {'type': 'string', 'title': 'Regionid', 'description': '可用区所在的地域ID。您可以调用[DescribeRegions](~~25609~~)查看最新的阿里云地域列表。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:cn-hangzhou'}, 'SpotStrategy': {'type': 'string', 'title': 'Spotstrategy', 'default': None, 'description': '按量付费实例的竞价策略。当`InstanceChargeType=PostPaid`时,您可以传入该参数。更多信息,请参见[抢占式实例](~~52088~~)。取值范围:\n \n- NoSpot:正常按量付费实例。\n- SpotWithPriceLimit:设置上限价格的抢占式实例。\n- SpotAsPriceGo:系统自动出价,最高按量付费价格。\n\n默认值:NoSpot。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:NoSpot'}, 'AcceptLanguage': {'type': 'string', 'title': 'Acceptlanguage', 'default': None, 'description': '根据汉语、英语和日语筛选返回结果。更多信息,请参见[RFC 7231](https://tools.ietf.org/html/rfc7231)。取值范围: \n \n- zh-CN:简体中文。\n- zh-TW:繁体中文。\n- en-US:英文。\n- ja:日文。\n- fr:法语。\n- de:德语。\n- ko:韩语。\n\n默认值:zh-CN。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:zh-CN'}, 'InstanceChargeType': {'type': 'string', 'title': 'Instancechargetype', 'default': None, 'description': '可用区里支持的资源计费方式。更多信息,请参见[计费概述](~~25398~~)。取值范围: \n\n- PrePaid:包年包月。\n- PostPaid:按量付费。\n\n默认值:PostPaid。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:PostPaid'}}}}, {'name': 'DescribeAccountAttributes', 'description': '查询您在一个阿里云地域下能创建的ECS资源配额。包括您能创建的安全组数量、弹性网卡数量、按量付费vCPU核数、抢占式实例vCPU核数、按量付费云盘总容量配额、专用宿主机数量、网络类型以及账号是否已完成实名认证。', 'inputSchema': {'type': 'object', 'title': 'DescribeAccountAttributesArguments', 'required': ['RegionId'], 'properties': {'ZoneId': {'type': 'string', 'title': 'Zoneid', 'default': None, 'description': '可用区ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:cn-hangzhou-b'}, 'RegionId': {'type': 'string', 'title': 'Regionid', 'description': '地域ID。您可以调用[DescribeRegions](~~25609~~)查看最新的阿里云地域列表。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:cn-hangzhou'}, 'AttributeName': {'type': 'array', 'items': {}, 'title': 'Attributename', 'default': None, 'description': '查询某类资源在指定地域下的使用配额,N的取值范围为1~8。取值范围:\n\n- instance-network-type:可选择的网络类型。\n- max-security-groups:安全组数量。\n- max-elastic-network-interfaces:弹性网卡的数量。\n- max-postpaid-instance-vcpu-count:按量付费实例的vCPU核数上限。\n- max-spot-instance-vcpu-count:抢占式实例vCPU核数上限。\n- used-postpaid-instance-vcpu-count:已使用按量付费实例的vCPU核数。\n- used-spot-instance-vcpu-count:已使用抢占式实例vCPU核数。\n- max-postpaid-yundisk-capacity:用作数据盘的按量付费云盘的总容量上限。(该参数值已弃用)\n- used-postpaid-yundisk-capacity:已使用的用作数据盘的按量付费云盘容量。(该参数值已弃用)\n- max-dedicated-hosts:专用宿主机数量。\n- supported-postpaid-instance-types:按量付费I/O优化实例规格。\n- max-axt-command-count:云助手命令的数量。\n- max-axt-invocation-daily:每天可以执行的云助手命令次数。\n- real-name-authentication:账号是否完成了实名认证。\n\n > 您只有完成了实名认证才可以在中国内地地域中创建ECS实例。\n- max-cloud-assistant-activation-count:可创建的云助手托管实例激活码数量上限。\n\n默认值为空。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: array,参数示例:max-security-groups'}}}}, {'name': 'DescribeAvailableResource', 'description': '查询可用区的资源库存状态。您可以在某一可用区创建实例(RunInstances)或者修改实例规格(ModifyInstanceSpec)时查询该可用区的资源库存状态。', 'inputSchema': {'type': 'object', 'title': 'DescribeAvailableResourceArguments', 'required': ['RegionId', 'DestinationResource'], 'properties': {'Cores': {'type': 'integer', 'title': 'Cores', 'default': None, 'description': '实例规格的vCPU内核数目。取值参见[实例规格族](~~25378~~)。\n\n当DestinationResource取值为InstanceType时,Cores才为有效参数。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:2'}, 'Scope': {'type': 'string', 'title': 'Scope', 'default': None, 'description': '预留实例券的范围。取值范围:\n \n- Region:地域级别。\n- Zone:可用区级别。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:Region'}, 'Memory': {'type': 'number', 'title': 'Memory', 'default': None, 'description': '实例规格的内存大小,单位为GiB。取值参见[实例规格族](~~25378~~)。\n\n当DestinationResource取值为InstanceType时,Memory才为有效参数。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: number,参数示例:8.0'}, 'ZoneId': {'type': 'string', 'title': 'Zoneid', 'default': None, 'description': '可用区ID。\n\n默认值:无。返回该地域(`RegionId`)下所有可用区符合查询条件的资源。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:cn-hangzhou-e'}, 'RegionId': {'type': 'string', 'title': 'Regionid', 'description': '目标地域ID。您可以调用[DescribeRegions](~~25609~~)查看最新的阿里云地域列表。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:cn-hangzhou'}, 'IoOptimized': {'type': 'string', 'title': 'Iooptimized', 'default': None, 'description': '是否为I/O优化实例。取值范围: \n \n- none:非I/O优化实例。\n- optimized:I/O优化实例。\n\n\n默认值:optimized。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:optimized'}, 'InstanceType': {'type': 'string', 'title': 'Instancetype', 'default': None, 'description': '实例规格。更多信息,请参见[实例规格族](~~25378~~),您也可以调用[DescribeInstanceTypes](~~25620~~)接口获得最新的规格表。\n\n参数InstanceType的取值方式请参见本文开头的**接口说明**。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:ecs.g5.large'}, 'ResourceType': {'type': 'string', 'title': 'Resourcetype', 'default': None, 'description': '资源类型。取值范围:\n\n- instance:ECS实例。\n- disk:云盘。\n- reservedinstance:预留实例券。\n- ddh:专有宿主机。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:instance'}, 'SpotDuration': {'type': 'integer', 'title': 'Spotduration', 'default': None, 'description': '抢占式实例的保留时长,单位为小时。 默认值:1。取值范围:\n- 1:创建后阿里云会保证实例运行1小时不会被自动释放;超过1小时后,系统会自动比较出价与市场价格、检查资源库存,来决定实例的持有和回收。\n- 0:创建后,阿里云不保证实例运行1小时,系统会自动比较出价与市场价格、检查资源库存,来决定实例的持有和回收。\n\n实例回收前5分钟阿里云会通过ECS系统事件向您发送通知。抢占式实例按秒计费,建议您结合具体任务执行耗时来选择合适的保留时长。\n\n> 当`InstanceChargeType`取值为`PostPaid`,并且`SpotStrategy`值为`SpotWithPriceLimit`或`SpotAsPriceGo`时该参数生效。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:1'}, 'SpotStrategy': {'type': 'string', 'title': 'Spotstrategy', 'default': None, 'description': '按量付费实例的竞价策略。取值范围: \n \n- NoSpot:正常按量付费实例。\n- SpotWithPriceLimit:设置上限价格的抢占式实例。\n- SpotAsPriceGo:系统自动出价,最高按量付费价格。\n\n默认值:NoSpot。\n\n当参数`InstanceChargeType`取值为`PostPaid`时,参数`SpotStrategy`才有效。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:NoSpot'}, 'DedicatedHostId': {'type': 'string', 'title': 'Dedicatedhostid', 'default': None, 'description': '专有宿主机ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:dh-bp165p6xk2tlw61e****'}, 'NetworkCategory': {'type': 'string', 'title': 'Networkcategory', 'default': None, 'description': '网络类型。取值范围: \n \n- vpc:专有网络。\n- classic:经典网络。\n 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:vpc'}, 'DataDiskCategory': {'type': 'string', 'title': 'Datadiskcategory', 'default': None, 'description': '数据盘类型。取值范围: \n \n- cloud:普通云盘。\n- cloud_efficiency:高效云盘。\n- cloud_ssd:SSD云盘。\n- ephemeral_ssd:本地SSD盘。\n- cloud_essd:ESSD云盘。\n- cloud_auto:ESSD AutoPL云盘。\n<props="china">\n- cloud_essd_entry:ESSD Entry云盘。\n</props> 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:cloud_ssd'}, 'InstanceChargeType': {'type': 'string', 'title': 'Instancechargetype', 'default': None, 'description': '资源的计费方式。更多信息,请参见[计费概述](~~25398~~)。取值范围: \n \n- PrePaid:包年包月。 \n- PostPaid:按量付费。\n\n默认值:PostPaid。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:PrePaid'}, 'SystemDiskCategory': {'type': 'string', 'title': 'Systemdiskcategory', 'default': None, 'description': '系统盘类型。取值范围: \n \n- cloud:普通云盘。\n- cloud_efficiency:高效云盘。\n- cloud_ssd:SSD云盘。\n- ephemeral_ssd:本地SSD盘。\n- cloud_essd:ESSD云盘。\n- cloud_auto:ESSD AutoPL云盘。\n<props="china">\n- cloud_essd_entry:ESSD Entry云盘。\n</props>\n\n默认值:cloud_efficiency。\n\n> 参数ResourceType取值为instance、DestinationResource取值为DataDisk时,参数SystemDiskCategory是必选参数。如果未传递参数值,则以默认值生效。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:cloud_ssd'}, 'DestinationResource': {'type': 'string', 'title': 'Destinationresource', 'description': '要查询的资源类型。取值范围: \n \n- Zone:可用区。\n- IoOptimized:I/O优化。\n- InstanceType:实例规格。\n- Network:网络类型。\n- ddh:专有宿主机。\n- SystemDisk:系统盘。\n- DataDisk:数据盘。\n\n>当DestinationResource取值为`SystemDisk`时,由于系统盘受实例规格限制,此时必须传入InstanceType。\n\n参数DestinationResource的取值方式请参见本文中的**接口说明**。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:InstanceType'}}}}, {'name': 'DescribeImages', 'description': '指定ImageId、镜像被使用场景、Filter过滤等参数,查询您可以使用的镜像资源列表。', 'inputSchema': {'type': 'object', 'title': 'DescribeImagesArguments', 'required': ['RegionId'], 'properties': {'Tag': {'type': 'array', 'items': {}, 'title': 'Tag', 'default': None, 'description': '标签列表。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: array,参数示例:'}, 'Usage': {'type': 'string', 'title': 'Usage', 'default': None, 'description': '镜像是否已经运行在ECS实例中。取值范围:\n\n- instance:镜像处于运行状态,有ECS实例使用。\n- none:镜像处于闲置状态,暂无ECS实例使用。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致��数解析错误。参数类型: string,参数示例:instance'}, 'DryRun': {'type': 'boolean', 'title': 'Dryrun', 'default': None, 'description': '是否只预检此次请求。\n \n- true:发送检查请求,不会查询资源状况。检查项包括AccessKey是否有效、RAM用户的授权情况和是否填写了必需参数。如果检查不通过,则返回对应错误。如果检查通过,会返回错误码DryRunOperation。 \n- false:发送正常请求,通过检查后返回2XX HTTP状态码并直接查询资源状况。 \n\n默认值:false。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:false'}, 'Filter': {'type': 'array', 'items': {}, 'title': 'Filter', 'default': None, 'description': '查询资源时的筛选条件列表。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: array,参数示例:'}, 'OSType': {'type': 'string', 'title': 'Ostype', 'default': None, 'description': '镜像的操作系统类型。取值范围:\n\n- windows。\n- linux。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:linux'}, 'Status': {'type': 'string', 'title': 'Status', 'default': None, 'description': '查询指定状态的镜像,如果不配置此参数,默认只返回Available状态的镜像。取值范围:\n\n- Creating:镜像正在创建中。\n- Waiting:多任务排队中。\n- Available(默认):您可以使用的镜像。\n- UnAvailable:您不能使用的镜像。\n- CreateFailed:创建失败的镜像。\n- Deprecated:已弃用的镜像。\n\n默认值:Available。当前参数支持同时取多个值,值之间以半角逗号(,)隔开。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:Available'}, 'ImageId': {'type': 'string', 'title': 'Imageid', 'default': None, 'description': '镜像ID。\n\n<details>\n<summary>镜像ID的命名规则</summary>\n\n- 公共镜像:以操作系统版本号、架构、语言和发布日期命名。例如,Windows Server 2008 R2企业版、64位英文系统的镜像ID为win2008r2_64_ent_sp1_en-us_40G_alibase_20190318.vhd。\n\n- 自定义镜像、共享镜像、云市场镜像、社区镜像的镜像:以m开头。\n\n</details> 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:m-bp1g7004ksh0oeuc****'}, 'IsPublic': {'type': 'boolean', 'title': 'Ispublic', 'default': None, 'description': '是否查询已发布的社区镜像。取值范围:\n\n- true:查询已发布的社区镜像。当您指定该参数值为true时,ImageOwnerAlias必须为others。\n- false:查询除社区镜像的其他镜像类型,具体以ImageOwnerAlias参数值为准。\n\n默认值:false。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:false'}, 'PageSize': {'type': 'integer', 'title': 'Pagesize', 'default': None, 'description': '分页查询时设置的每页行数。\n\n最大值:100。\n\n默认值:10。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:10'}, 'RegionId': {'type': 'string', 'title': 'Regionid', 'description': '镜像所属的地域ID。您可以调用[DescribeRegions](~~25609~~)查看最新的阿里云地域列表。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:cn-hangzhou'}, 'ImageName': {'type': 'string', 'title': 'Imagename', 'default': None, 'description': '镜像名称。支持模糊搜索。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:testImageName'}, 'ActionType': {'type': 'string', 'title': 'Actiontype', 'default': None, 'description': '镜像需要被使用到的场景。取值范围:\n\n- CreateEcs(默认):创建实例。\n- ChangeOS:更换系统盘/更换操作系统。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:CreateEcs'}, 'PageNumber': {'type': 'integer', 'title': 'Pagenumber', 'default': None, 'description': '镜像资源列表的页码。\n\n起始值:1。\n\n默认值:1。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:1'}, 'SnapshotId': {'type': 'string', 'title': 'Snapshotid', 'default': None, 'description': '根据某一快照ID创建的自定义镜像。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:s-bp17ot2q7x72ggtw****'}, 'ImageFamily': {'type': 'string', 'title': 'Imagefamily', 'default': None, 'description': '镜像族系名称,查询镜像时可通过设置该参数来过滤当前族系对应的镜像。\n\n默认值:空。\n> 阿里云官方镜像关联的镜像族系信息请参见[公共镜像概述](~~108393~~)。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:hangzhou-daily-update'}, 'ShowExpired': {'type': 'boolean', 'title': 'Showexpired', 'default': None, 'description': '订阅型镜像是否已经超过使用期限。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:false'}, 'Architecture': {'type': 'string', 'title': 'Architecture', 'default': None, 'description': '镜像的体系架构。取值范围:\n\n- i386。\n- x86_64。\n- arm64。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:i386'}, 'ImageOwnerId': {'type': 'integer', 'title': 'Imageownerid', 'default': None, 'description': '镜像所属的阿里云账号ID。该参数仅在查询共享镜像以及社区镜像时生效。\n\n 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:20169351435666****'}, 'InstanceType': {'type': 'string', 'title': 'Instancetype', 'default': None, 'description': '为指定的实例规格查询可以使用的镜像。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:ecs.g5.large'}, 'ImageOwnerAlias': {'type': 'string', 'title': 'Imageowneralias', 'default': None, 'description': '镜像来源。取值范围:\n\n- system:阿里云官方提供的,且不是通过云市场发布的镜像,和控制台中的“公共镜像”概念不同。\n- self:您创建的自定义镜像。\n- others:包含共享镜像(其他阿里云用户直接共享给您的镜像)和社区镜像(任意阿里云用户将其自定义镜像完全公开共享后的镜像)。您需要注意:\n - 查找社区镜像时,IsPublic必须为true。\n - 查找共享镜像时,IsPublic需要设置为false或者不传值。\n- marketplace:阿里云或者第三方供应商ISV在云市场发布的镜像,需要和ECS一起购买。请自行留意云市场镜像的收费详情。\n\n默认值:空。\n\n>空表示返回取值为system、self以及others的结果。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:self'}, 'ResourceGroupId': {'type': 'string', 'title': 'Resourcegroupid', 'default': None, 'description': '自定义镜像所在的企业资源组ID。使用该参数过滤资源时,资源数量不能超过1000个。\n\n>不支持默认资源组过滤。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:rg-bp67acfmxazb4p****'}, 'IsSupportCloudinit': {'type': 'boolean', 'title': 'Issupportcloudinit', 'default': None, 'description': '镜像是否支持cloud-init。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:true'}, 'IsSupportIoOptimized': {'type': 'boolean', 'title': 'Issupportiooptimized', 'default': None, 'description': '镜像是否可以运行在I/O优化实例上。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:true'}}}}, {'name': 'DescribeSecurityGroups', 'description': '本接口用于查询安全组基本信息列表,支持您通过地域、安全组ID、安全组类型等不同参数查询。', 'inputSchema': {'type': 'object', 'title': 'DescribeSecurityGroupsArguments', 'required': ['RegionId'], 'properties': {'Tag': {'type': 'array', 'items': {}, 'title': 'Tag', 'default': None, 'description': '标签列表。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: array,参数示例:'}, 'VpcId': {'type': 'string', 'title': 'Vpcid', 'default': None, 'description': '安全组所在的专有网络ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:vpc-bp67acfmxazb4p****'}, 'DryRun': {'type': 'boolean', 'title': 'Dryrun', 'default': None, 'description': '是否只预检此次请求。取值范围:\n \n- true:发送检查请求,不会查询资源状况。检查项包括AccessKey是否有效、RAM用户的授权情况和是否填写了必需参数。如果检查不通过,则返回对应错误。如果检查通过,会返回错误码DryRunOperation。\n- false:发送正常请求,通过检查后返回2XX HTTP状态码并直接查询资源状况。\n\n默认值为false。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:false'}, 'PageSize': {'type': 'integer', 'title': 'Pagesize', 'default': None, 'description': '> 该参数即将下线,推荐您使用NextToken与MaxResults完成分页查询操作。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:10'}, 'RegionId': {'type': 'string', 'title': 'Regionid', 'description': '地域ID。您可以调用[DescribeRegions](~~25609~~)查看最新的阿里云地域列表。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:cn-hangzhou'}, 'NextToken': {'type': 'string', 'title': 'Nexttoken', 'default': None, 'description': '查询凭证(Token)。取值为上一次调用该接口返回的NextToken参数值,初次调用接口时无需设置该参数。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:e71d8a535bd9cc11'}, 'FuzzyQuery': {'type': 'boolean', 'title': 'Fuzzyquery', 'default': None, 'description': '>该参数已废弃。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:null'}, 'MaxResults': {'type': 'integer', 'title': 'Maxresults', 'default': None, 'description': '分页查询时每页的最大条目数。一旦设置该参数,即表示使用`MaxResults`与`NextToken`组合参数的查询方式。\n\n最大值为100。\n\n默认值为10。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:10'}, 'PageNumber': {'type': 'integer', 'title': 'Pagenumber', 'default': None, 'description': '> 该参数即将下线,推荐您使用NextToken与MaxResults完成分页查询操作。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:1'}, 'NetworkType': {'type': 'string', 'title': 'Networktype', 'default': None, 'description': '安全组的网络类型。取值范围:\n\n- vpc:专有网络。\n- classic:经典网络。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:vpc'}, 'ServiceManaged': {'type': 'boolean', 'title': 'Servicemanaged', 'default': None, 'description': '是否为托管安全组。取值范围:\n\n- true:是托管安全组。\n- false:不是托管安全组。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:false'}, 'IsQueryEcsCount': {'type': 'boolean', 'title': 'Isqueryecscount', 'default': None, 'description': '是否查询安全组的容量信息。传True时,返回值中的`EcsCount`和`AvailableInstanceAmount`有效。\n>该参数已废弃。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:null'}, 'ResourceGroupId': {'type': 'string', 'title': 'Resourcegroupid', 'default': None, 'description': '安全组所在的企业资源组ID。使用该参数过滤资源时,资源数量不能超过1000个。您可以调用[ListResourceGroups](~~158855~~)查询资源组列表。\n\n>不支持默认资源组过滤。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:rg-bp67acfmxazb4p****'}, 'SecurityGroupId': {'type': 'string', 'title': 'Securitygroupid', 'default': None, 'description': '安全组ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:sg-bp67acfmxazb4p****'}, 'SecurityGroupIds': {'type': 'string', 'title': 'Securitygroupids', 'default': None, 'description': '安全组ID列表。一次最多支持100个安全组ID,ID之间用半角逗号(,)隔开,格式为JSON数组。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:["sg-bp67acfmxazb4p****", "sg-bp67acfmxazb4p****", "sg-bp67acfmxazb4p****",....]'}, 'SecurityGroupName': {'type': 'string', 'title': 'Securitygroupname', 'default': None, 'description': '安全组名称。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:SGTestName'}, 'SecurityGroupType': {'type': 'string', 'title': 'Securitygrouptype', 'default': None, 'description': '安全组类型。取值范围:\n- normal:普通安全组。\n- enterprise:企业安全组。\n\n> 当不为该参数传值时,表示查询所有类型的安全组。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:normal'}}}}, {'name': 'DeleteInstances', 'description': '本接口用于批量删除或者释放按量付费实例或者到期的包年包月实例,支持通过参数设置决定云盘是否释放或转换为按量付费保留。', 'inputSchema': {'type': 'object', 'title': 'DeleteInstancesArguments', 'required': ['RegionId', 'InstanceId'], 'properties': {'Force': {'type': 'boolean', 'title': 'Force', 'default': None, 'description': '是否强制释放**运行中**(`Running`)的ECS实例。\n\n- true:强制释放**运行中**(`Running`)的实例。\n- false:正常释放实例,此时实例必须处于**已停止**(`Stopped`)状态。\n\n默认值:false。\n><warning>强制释放相当于断电,实例内存以及存储中的临时数据都会被擦除,无法恢复。></warning> 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:false'}, 'DryRun': {'type': 'boolean', 'title': 'Dryrun', 'default': None, 'description': '是否只预检此次请求。\n\n- true:发送检查请求,不会查询资源状况。检查项包括AccessKey是否有效、RAM用户的授权情况和是否填写了必需参数。如果检查不通过,则返回对应错误。如果检查通过,会返回错误码DRYRUN.SUCCESS。\n- false:发送正常请求,通过检查后返回2XX HTTP状态码并直接查询资源状况。\n\n默认值:false。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:false'}, 'RegionId': {'type': 'string', 'title': 'Regionid', 'description': '实例所属的地域ID。您可以调用[DescribeRegions](~~25609~~)查看最新的阿里云地域列表。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:cn-hangzhou'}, 'ForceStop': {'type': 'boolean', 'title': 'Forcestop', 'default': None, 'description': '释放**运行中**(`Running`)的实例时的是否采取强制关机策略。仅当`Force=true`时生效。取值范围:\n\n- true:强制关机并释放实例。相当于典型的断电操作,实例会直接进入资源释放流程。\n><warning>强制释放相当于断电,实例内存以及存储中的临时数据都会被擦除,无法恢复。></warning>\n- false:在实例释放前,系统将优先执行标准关机流程,该模式会导致实例释放动作持续几分钟。用户在操作系统关机时,配置一些业务排水动作,从而减少业务系统的噪声。\n\n默认值:true。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:true'}, 'InstanceId': {'type': 'array', 'items': {}, 'title': 'Instanceid', 'description': '实例ID数组。数组长度:1~100。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: array,参数示例:i-bp1g6zv0ce8oghu7****'}, 'ClientToken': {'type': 'string', 'title': 'Clienttoken', 'default': None, 'description': '保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。**ClientToken**只支持ASCII字符,且不能超过64个字符。更多信息,请参见[如何保证幂等性](~~25693~~)。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:123e4567-e89b-12d3-a456-426655440000'}, 'TerminateSubscription': {'type': 'boolean', 'title': 'Terminatesubscription', 'default': None, 'description': '是否释放已到期的包年包月实例。\n\n- true:释放。\n- false:不释放。\n\n默认值:false。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:false'}}}}, {'name': 'DescribeVpcs', 'description': '查询已创建的VPC。', 'inputSchema': {'type': 'object', 'title': 'DescribeVpcsArguments', 'required': ['RegionId'], 'properties': {'Tag': {'type': 'array', 'items': {}, 'title': 'Tag', 'default': None, 'description': '资源的标签。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: array,参数示例:'}, 'VpcId': {'type': 'string', 'title': 'Vpcid', 'default': None, 'description': 'VPC的ID。 \n\n最多支持指定20个VPC ID,多个VPC的ID之间用半角逗号(,)隔开。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:vpc-bp1b1xjllp3ve5yze****'}, 'DryRun': {'type': 'boolean', 'title': 'Dryrun', 'default': None, 'description': '是否只预检此次请求,取值:\n\n- **true**:发送检查请求,不会查询资源状况。检查项包括AccessKey是否有效、RAM用户的授权情况和是否填写了必需参数。如果检查不通过,则返回对应错误。如果检查通过,会返回错误码`DryRunOperation`。\n\n- **false**(默认值):发送正常请求,通过检查后返回HTTP 2xx状态码并直接查询资源状况。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:false'}, 'VpcName': {'type': 'string', 'title': 'Vpcname', 'default': None, 'description': 'VPC的名称。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:Vpc-1'}, 'PageSize': {'type': 'integer', 'title': 'Pagesize', 'default': None, 'description': '分页查询时每页的行数,最大值为**50**,默认值为**10**。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:10'}, 'RegionId': {'type': 'string', 'title': 'Regionid', 'description': 'VPC所在的地域ID。 \n\n您可以通过调用[DescribeRegions](~~448570~~)接口获取地域ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:cn-hangzhou'}, 'IsDefault': {'type': 'boolean', 'title': 'Isdefault', 'default': None, 'description': '是否查询指定地域下的默认VPC,取值: \n\n- **true**(默认值):查询指定地域下的默认VPC。 \n\n- **false**:不查询默认VPC。 \n 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:false'}, 'EnableIpv6': {'type': 'boolean', 'title': 'Enableipv6', 'default': None, 'description': '是否查询指定地域下开启IPv6网段的VPC,默认为空值(空值则不根据是否开启IPv6网段做过滤),取值:\n\n- **false**:不开启。\n- **true**:开启。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:false'}, 'PageNumber': {'type': 'integer', 'title': 'Pagenumber', 'default': None, 'description': ' 列表的页码,默认值为**1**。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:1'}, 'VpcOwnerId': {'type': 'integer', 'title': 'Vpcownerid', 'default': None, 'description': 'VPC所属的阿里云账号ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:253460731706911258'}, 'ResourceGroupId': {'type': 'string', 'title': 'Resourcegroupid', 'default': None, 'description': '要查询的VPC所属的资源组ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:rg-acfmxvfvazb4p****'}, 'DhcpOptionsSetId': {'type': 'string', 'title': 'Dhcpoptionssetid', 'default': None, 'description': 'DHCP选项集的ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:dopt-o6w0df4epg9zo8isy****'}}}}, {'name': 'DescribeVSwitches', 'description': '查询可组网的信息,内网按vswitch进行组网。', 'inputSchema': {'type': 'object', 'title': 'DescribeVSwitchesArguments', 'properties': {'Tag': {'type': 'array', 'items': {}, 'title': 'Tag', 'default': None, 'description': '资源的标签。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: array,参数示例:'}, 'VpcId': {'type': 'string', 'title': 'Vpcid', 'default': None, 'description': '要查询的交换机所属VPC的ID。 \n\n> **RegionId**和**VpcId**参数至少输入一个。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:vpc-25cdvfeq58pl****'}, 'DryRun': {'type': 'boolean', 'title': 'Dryrun', 'default': None, 'description': '是否只预检此次请求。取值:\n- **true**:发送检查请求,不会创建资源(接口功能)。检查项包括是否填写了必需参数、请求格式、业务限制。如果检查不通过,则返回对应错误。如果检查通过,则返回错误码`DryRunOperation`。\n- **false**(默认值):发送正常请求,通过检查后返回HTTP 2xx状态码并直接进行操作。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:true'}, 'ZoneId': {'type': 'string', 'title': 'Zoneid', 'default': None, 'description': '交换机所属可用区的ID。您可以通过调用[DescribeZones](~~36064~~)接口获取可用区ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:cn-hangzhou-d'}, 'PageSize': {'type': 'integer', 'title': 'Pagesize', 'default': None, 'description': ' 分页查询时每页的行数,最大值为**50**。默认值为**10**。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:10'}, 'RegionId': {'type': 'string', 'title': 'Regionid', 'default': None, 'description': '交换机所属地域的ID。您可以通过调用[DescribeRegions](~~36063~~)接口获取地域ID。\n\n> **RegionId**和**VpcId**参数至少输入一个。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:cn-hangzhou'}, 'IsDefault': {'type': 'boolean', 'title': 'Isdefault', 'default': None, 'description': '是否查询指定地域下的默认交换机,取值: \n\n- **true**:查询指定地域下的默认交换机。 \n\n- **false**:不查询指定地域下的默认交换机。 \n\n如果不传入该参数,系统默认查询指定地域下的所有交换机。\n\n 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:true'}, 'VSwitchId': {'type': 'string', 'title': 'Vswitchid', 'default': None, 'description': '要查询的交换机的ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:vsw-23dscddcffvf3****'}, 'EnableIpv6': {'type': 'boolean', 'title': 'Enableipv6', 'default': None, 'description': '是否查询指定地域下开启IPv6网段的交换机,取值:\n\n- **true**:查询指定地域下开启IPv6网段的交换机。\n\n- **false**:不查询指定地域下开启IPv6网段的交换机。\n\n如果不传入该参数,系统默认查询指定地域下的所有交换机。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: boolean,参数示例:false'}, 'PageNumber': {'type': 'integer', 'title': 'Pagenumber', 'default': None, 'description': ' 列表的页码,默认值为**1**。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:1'}, 'VSwitchName': {'type': 'string', 'title': 'Vswitchname', 'default': None, 'description': '交换机的名称。\n\n名称长度为1~128个字符,不能以`http://`或`https://`开头。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:vSwitch'}, 'RouteTableId': {'type': 'string', 'title': 'Routetableid', 'default': None, 'description': '路由表的ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:vtb-bp145q7glnuzdvzu2****'}, 'VSwitchOwnerId': {'type': 'integer', 'title': 'Vswitchownerid', 'default': None, 'description': '资源归属的阿里云账号ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:2546073170691****'}, 'ResourceGroupId': {'type': 'string', 'title': 'Resourcegroupid', 'default': None, 'description': '交换机所属的资源组ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:rg-bp67acfmxazb4ph****'}}}}, {'name': 'DescribeDBInstances', 'description': '该接口用于查询RDS的实例列表。', 'inputSchema': {'type': 'object', 'title': 'DescribeDBInstancesArguments', 'required': ['RegionId'], 'properties': {'Tags': {'type': 'string', 'title': 'Tags', 'default': None, 'description': '查询绑定有该标签的实例,包括TagKey和TagValue。单次最多支持传入5组值,格式:{"key1":"value1","key2":"value2"...}。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:{"key1":"value1"}'}, 'VpcId': {'type': 'string', 'title': 'Vpcid', 'default': None, 'description': 'VPC ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:vpc-uf6f7l4fg90****'}, 'Engine': {'type': 'string', 'title': 'Engine', 'default': None, 'description': '数据库类型,取值:\n* **MySQL**\n* **SQLServer**\n* **PostgreSQL**\n* **MariaDB**\n\n默认返回所有数据库类型。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:MySQL'}, 'Filter': {'type': 'string', 'title': 'Filter', 'default': None, 'description': '实例过滤条件参数及其值的JSON串 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:{"babelfishEnabled":"true"}'}, 'ZoneId': {'type': 'string', 'title': 'Zoneid', 'default': None, 'description': '可用区ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:cn-hangzhou-a'}, 'Expired': {'type': 'string', 'title': 'Expired', 'default': None, 'description': '实例的过期状态,取值:\n* **True**:已过期\n* **False**:未过期 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:True'}, 'PayType': {'type': 'string', 'title': 'Paytype', 'default': None, 'description': '付费类型,取值:\n* **Postpaid**:按量付费\n* **Prepaid**:包年包月 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:Postpaid'}, 'proxyId': {'type': 'string', 'title': 'Proxyid', 'default': None, 'description': '废弃参数,无需配置。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:API'}, 'Category': {'type': 'string', 'title': 'Category', 'default': None, 'description': '实例的系列。取值:\n- **Basic**:基础系列\n- **HighAvailability**:高可用系列\n- **cluster**:集群系列\n- **serverless_basic**:Serverless 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:cluster'}, 'PageSize': {'type': 'integer', 'title': 'Pagesize', 'default': None, 'description': '每页记录数,取值:**1**~**100**。\n\n默认值:**30**。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:30'}, 'RegionId': {'type': 'string', 'title': 'Regionid', 'description': '地域ID。可调用DescribeRegions获取。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:cn-hangzhou'}, 'NextToken': {'type': 'string', 'title': 'Nexttoken', 'default': None, 'description': '翻页凭证。取值为上一次调用**DescribeDBInstances**接口时返回的**NextToken**参数值。如果调用结果分多页展示,再次调用接口时传入该值便可以展示下一页的内容。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:o7PORW5o2TJg****'}, 'SearchKey': {'type': 'string', 'title': 'Searchkey', 'default': None, 'description': '可基于实例ID或者实例备注模糊搜索。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:rm-uf6w'}, 'VSwitchId': {'type': 'string', 'title': 'Vswitchid', 'default': None, 'description': '交换机ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:vsw-uf6adz52c2p****'}, 'MaxResults': {'type': 'integer', 'title': 'Maxresults', 'default': None, 'description': '每页记录数。取值:**1~100**。\n\n默认值:**30**。\n>传入该参数,则**PageSize**和**PageNumber**参数不可用。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:30'}, 'PageNumber': {'type': 'integer', 'title': 'Pagenumber', 'default': None, 'description': '页码,取值:大于0且不超过Integer的最大值。\n\n默认值:**1**。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:1'}, 'ClientToken': {'type': 'string', 'title': 'Clienttoken', 'default': None, 'description': '用于保证请求的幂等性,防止重复提交请求。由客户端生成该参数值,要保证在不同请求间唯一,最大值不超过64个ASCII字符,且该参数值中不能包含非ASCII字符。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:ETnLKlblzczshOTUbOCz****'}, 'DBInstanceId': {'type': 'string', 'title': 'Dbinstanceid', 'default': None, 'description': '实例ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:rm-uf6wjk5****'}, 'EngineVersion': {'type': 'string', 'title': 'Engineversion', 'default': None, 'description': '数据库版本。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:8.0'}, 'InstanceLevel': {'type': 'integer', 'title': 'Instancelevel', 'default': None, 'description': '是否返回实例系列(Category)信息,取值:\n* **0**:不返回\n* **1**:返回 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: integer,参数示例:0'}, 'ConnectionMode': {'type': 'string', 'title': 'Connectionmode', 'default': None, 'description': '实例的访问模式,取值:\n* **Standard**:标准访问模式\n* **Safe**:数据库代理模式\n\n默认返回所有访问模式下的实例。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:Standard'}, 'DBInstanceType': {'type': 'string', 'title': 'Dbinstancetype', 'default': None, 'description': '实例类型,取值:\n* **Primary**:主实例\n* **Readonly**:只读实例\n* **Guard**:灾备实例\n* **Temp**:临时实例\n\n默认返回所有实例类型。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:Primary'}, 'DBInstanceClass': {'type': 'string', 'title': 'Dbinstanceclass', 'default': None, 'description': '实例规格,详见[实例规格表](~~26312~~)。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:rds.mys2.small'}, 'DedicatedHostId': {'type': 'string', 'title': 'Dedicatedhostid', 'default': None, 'description': '专属集群内的主机ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:i-bp****'}, 'ResourceGroupId': {'type': 'string', 'title': 'Resourcegroupid', 'default': None, 'description': '资源组ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:rg-acfmy****'}, 'ConnectionString': {'type': 'string', 'title': 'Connectionstring', 'default': None, 'description': '实例的连接地址。通过该连接地址查询对应的实例。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:rm-uf6wjk5****.mysql.rds.aliyuncs.com'}, 'DBInstanceStatus': {'type': 'string', 'title': 'Dbinstancestatus', 'default': None, 'description': '实例状态,详情请参见[实例状态表](~~26315~~)。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:Running'}, 'InstanceNetworkType': {'type': 'string', 'title': 'Instancenetworktype', 'default': None, 'description': '实例的网络类型,取值:\n* **VPC**:专有网络下的实例\n* **Classic**:经典网络下的实例\n\n默认返回所有网络类型下的实例。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:Classic'}, 'DedicatedHostGroupId': {'type': 'string', 'title': 'Dedicatedhostgroupid', 'default': None, 'description': '专属集群ID。 请注意,提供参数要严格按照参数的类型和参数示例的提示,如果提到参数为String,且为一个 JSON 数组字符串,应在数组内使用单引号包裹对应的参数以避免转义问题,并在最外侧用双引号包裹以确保其是字符串,否则可能会导致参数解析错误。参数类型: string,参数示例:dhg-7a9****'}}}}] |
@kouui/web-search-duckduckgo | DuckDuckGo Web Search | Search the web using DuckDuckGo and fetch content from the results. Get titles, URLs, and snippets, and convert HTML to markdown for easy reading. | 2025-03-22T14:01:00.005Z | 0 | https://smithery.ai/server/@kouui/web-search-duckduckgo | true | null | {
"scanPassed": true
} | [{'name': 'search_and_fetch', 'description': '\n Search the web using DuckDuckGo and return results.\n\n Args:\n query: The search query string\n limit: Maximum number of results to return (default: 3, maximum 10)\n\n Returns:\n List of dictionaries containing \n - title\n - url\n - snippet \n - summary markdown (empty if not available)\n ', 'inputSchema': {'type': 'object', 'title': 'search_and_fetchArguments', 'required': ['query'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 3}, 'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'fetch', 'description': '\n scrape the html content and return the markdown format using jina api.\n\n Args:\n url: The search query string\n\n Returns:\n text : html in markdown format \n ', 'inputSchema': {'type': 'object', 'title': 'fetchArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url'}}}}] |
@captain-blue210/anki-mcp-server | Anki MCP Server | Connect to Anki and retrieve leech-tagged cards for analysis. Enhance your study sessions by tracking reviewed cards with date-stamped tags. Integrate seamlessly with Claude Desktop for a smarter learning experience. | 2025-03-31T22:00:36.256Z | 0 | https://smithery.ai/server/@captain-blue210/anki-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'get_leech_cards', 'description': 'Retrieve cards tagged as leeches from Anki', 'inputSchema': {'type': 'object', 'properties': {'count': {'type': 'number', 'minimum': 1, 'description': 'Number of random cards to return (defaults to all)'}, 'detailed': {'type': 'boolean', 'description': 'Whether to return detailed card information or just IDs'}}}}, {'name': 'tag_reviewed_cards', 'description': "Add a 'reviewed on date' tag to specified cards", 'inputSchema': {'type': 'object', 'required': ['card_ids'], 'properties': {'card_ids': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of card IDs to tag as reviewed'}, 'custom_tag_prefix': {'type': 'string', 'description': "Custom prefix for the tag (default: '見直し')"}}}}] |
@yunqiqiliang/mcp-clickzetta-server | Clickzetta Server | Enable seamless database interactions and insights analysis with SQL queries. Run complex queries and manage data efficiently while gaining valuable insights through a dynamic memo resource. Enhance your data-driven applications with powerful tools for querying and analysis. | 2025-03-24T07:34:58.441Z | 0 | https://smithery.ai/server/@yunqiqiliang/mcp-clickzetta-server | true | null | {
"scanPassed": true
} | [{'name': 'read_query', 'description': 'Execute a SELECT query.', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'SELECT SQL query to execute'}}}}, {'name': 'append_insight', 'description': 'Add a data insight to the memo', 'inputSchema': {'type': 'object', 'required': ['insight'], 'properties': {'insight': {'type': 'string', 'description': 'Data insight discovered from analysis'}}}}] |
@erniebrodeur/mcp-grep | Grep Server | Expose powerful grep functionality to your applications. Search for patterns in files and retrieve system grep information seamlessly. Enhance your data processing capabilities with advanced search options and regular expressions. | 2025-03-22T12:00:38.330Z | 0 | https://smithery.ai/server/@erniebrodeur/mcp-grep | true | null | {
"scanPassed": true
} | [{'name': 'grep', 'description': 'Search for pattern in files using system grep.\n \n Args:\n pattern: Pattern to search for\n paths: File or directory paths to search in (string or list of strings)\n ignore_case: Case-insensitive matching (-i)\n before_context: Number of lines before match (-B)\n after_context: Number of lines after match (-A)\n context: Number of context lines around match (equal before/after)\n max_count: Stop after N matches (-m)\n fixed_strings: Treat pattern as literal text, not regex (-F)\n recursive: Search directories recursively (-r)\n regexp: Use regular expressions for pattern matching\n invert_match: Select non-matching lines (-v)\n line_number: Show line numbers (-n)\n file_pattern: Pattern to filter files (e.g., "*.txt")\n \n Returns:\n JSON string with search results\n ', 'inputSchema': {'type': 'object', 'title': 'grepArguments', 'required': ['pattern', 'paths'], 'properties': {'paths': {'anyOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}], 'title': 'Paths'}, 'regexp': {'type': 'boolean', 'title': 'Regexp', 'default': True}, 'context': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Context', 'default': None}, 'pattern': {'type': 'string', 'title': 'Pattern'}, 'max_count': {'type': 'integer', 'title': 'Max Count', 'default': 0}, 'recursive': {'type': 'boolean', 'title': 'Recursive', 'default': False}, 'ignore_case': {'type': 'boolean', 'title': 'Ignore Case', 'default': False}, 'line_number': {'type': 'boolean', 'title': 'Line Number', 'default': True}, 'file_pattern': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'File Pattern', 'default': None}, 'invert_match': {'type': 'boolean', 'title': 'Invert Match', 'default': False}, 'after_context': {'type': 'integer', 'title': 'After Context', 'default': 0}, 'fixed_strings': {'type': 'boolean', 'title': 'Fixed Strings', 'default': False}, 'before_context': {'type': 'integer', 'title': 'Before Context', 'default': 0}}}}] |
@bsreeram08/git-commands-mcp | Git Repository Browser | Browse and interact with Git repositories through a standardized protocol interface. Perform repository structure inspection, file reading, code searching, branch comparisons, and commit history retrieval seamlessly. Enhance your development workflow by integrating Git operations into your MCP-enabled applications. | 2025-04-23T01:00:41.532Z | 0 | https://smithery.ai/server/@bsreeram08/git-commands-mcp | true | null | {
"scanPassed": true
} | [{'name': 'git_directory_structure', 'description': 'Clone a Git repository and return its directory structure in a tree format.', 'inputSchema': {'type': 'object', 'required': ['repo_url'], 'properties': {'repo_url': {'type': 'string', 'description': 'The URL of the Git repository'}}}}, {'name': 'git_read_files', 'description': 'Read the contents of specified files in a given git repository.', 'inputSchema': {'type': 'object', 'required': ['repo_url', 'file_paths'], 'properties': {'repo_url': {'type': 'string', 'description': 'The URL of the Git repository'}, 'file_paths': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of file paths to read (relative to repository root)'}}}}, {'name': 'git_branch_diff', 'description': 'Compare two branches and show files changed between them.', 'inputSchema': {'type': 'object', 'required': ['repo_url', 'source_branch', 'target_branch'], 'properties': {'repo_url': {'type': 'string', 'description': 'The URL of the Git repository'}, 'show_patch': {'type': 'boolean', 'default': False, 'description': 'Whether to include the actual diff patches'}, 'source_branch': {'type': 'string', 'description': 'The source branch name'}, 'target_branch': {'type': 'string', 'description': 'The target branch name'}}}}, {'name': 'git_checkout_branch', 'description': 'Create and/or checkout a branch.', 'inputSchema': {'type': 'object', 'required': ['repo_path', 'branch_name'], 'properties': {'create': {'type': 'boolean', 'default': False, 'description': 'Whether to create a new branch'}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}, 'branch_name': {'type': 'string', 'description': 'The name of the branch to checkout'}, 'start_point': {'type': 'string', 'description': 'Starting point for the branch (optional)'}}}}, {'name': 'git_delete_branch', 'description': 'Delete a branch from the repository.', 'inputSchema': {'type': 'object', 'required': ['repo_path', 'branch_name'], 'properties': {'force': {'type': 'boolean', 'default': False, 'description': 'Whether to force deletion'}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}, 'branch_name': {'type': 'string', 'description': 'The name of the branch to delete'}}}}, {'name': 'git_merge_branch', 'description': 'Merge a source branch into the current or target branch.', 'inputSchema': {'type': 'object', 'required': ['repo_path', 'source_branch'], 'properties': {'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}, 'source_branch': {'type': 'string', 'description': 'Branch to merge from'}, 'target_branch': {'type': 'string', 'description': 'Branch to merge into (optional, uses current branch if not provided)'}, 'no_fast_forward': {'type': 'boolean', 'default': False, 'description': 'Whether to create a merge commit even if fast-forward is possible'}}}}, {'name': 'git_commit_history', 'description': 'Get commit history for a branch with optional filtering.', 'inputSchema': {'type': 'object', 'required': ['repo_url'], 'properties': {'grep': {'type': 'string', 'description': 'Filter commits by message content (optional)'}, 'since': {'type': 'string', 'description': 'Get commits after this date (e.g., "1 week ago", "2023-01-01")'}, 'until': {'type': 'string', 'description': 'Get commits before this date (e.g., "yesterday", "2023-12-31")'}, 'author': {'type': 'string', 'description': 'Filter by author (optional)'}, 'branch': {'type': 'string', 'default': 'main', 'description': 'The branch to get history from'}, 'repo_url': {'type': 'string', 'description': 'The URL of the Git repository'}, 'max_count': {'type': 'integer', 'default': 10, 'description': 'Maximum number of commits to retrieve'}}}}, {'name': 'git_commits_details', 'description': 'Get detailed information about commits including full messages and diffs.', 'inputSchema': {'type': 'object', 'required': ['repo_url'], 'properties': {'grep': {'type': 'string', 'description': 'Filter commits by message content (optional)'}, 'since': {'type': 'string', 'description': 'Get commits after this date (e.g., "1 week ago", "2023-01-01")'}, 'until': {'type': 'string', 'description': 'Get commits before this date (e.g., "yesterday", "2023-12-31")'}, 'author': {'type': 'string', 'description': 'Filter by author (optional)'}, 'branch': {'type': 'string', 'default': 'main', 'description': 'The branch to get commits from'}, 'repo_url': {'type': 'string', 'description': 'The URL of the Git repository'}, 'max_count': {'type': 'integer', 'default': 10, 'description': 'Maximum number of commits to retrieve'}, 'include_diff': {'type': 'boolean', 'default': False, 'description': 'Whether to include the commit diffs'}}}}, {'name': 'git_commit', 'description': 'Create a commit with the specified message.', 'inputSchema': {'type': 'object', 'required': ['repo_path', 'message'], 'properties': {'message': {'type': 'string', 'description': 'The commit message'}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}}}}, {'name': 'git_track', 'description': 'Track (stage) specific files or all files.', 'inputSchema': {'type': 'object', 'required': ['repo_path'], 'properties': {'files': {'type': 'array', 'items': {'type': 'string'}, 'default': ['.'], 'description': 'Array of file paths to track/stage (use ["."] for all files)'}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}}}}, {'name': 'git_local_changes', 'description': 'Get uncommitted changes in the working directory.', 'inputSchema': {'type': 'object', 'required': ['repo_path'], 'properties': {'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}}}}, {'name': 'git_search_code', 'description': 'Search for patterns in repository code.', 'inputSchema': {'type': 'object', 'required': ['repo_url', 'pattern'], 'properties': {'pattern': {'type': 'string', 'description': 'Search pattern (regex or string)'}, 'repo_url': {'type': 'string', 'description': 'The URL of the Git repository'}, 'context_lines': {'type': 'integer', 'default': 2, 'description': 'Number of context lines to include'}, 'file_patterns': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional file patterns to filter (e.g., "*.js")'}, 'case_sensitive': {'type': 'boolean', 'default': False, 'description': 'Whether the search is case sensitive'}}}}, {'name': 'git_push', 'description': 'Push changes to a remote repository.', 'inputSchema': {'type': 'object', 'required': ['repo_path'], 'properties': {'force': {'type': 'boolean', 'default': False, 'description': 'Whether to force push'}, 'branch': {'type': 'string', 'description': 'Branch to push (default: current branch)'}, 'remote': {'type': 'string', 'default': 'origin', 'description': 'Remote name'}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}}}}, {'name': 'git_pull', 'description': 'Pull changes from a remote repository.', 'inputSchema': {'type': 'object', 'required': ['repo_path'], 'properties': {'branch': {'type': 'string', 'description': 'Branch to pull (default: current branch)'}, 'rebase': {'type': 'boolean', 'default': False, 'description': 'Whether to rebase instead of merge'}, 'remote': {'type': 'string', 'default': 'origin', 'description': 'Remote name'}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}}}}, {'name': 'git_stash', 'description': 'Create or apply a stash.', 'inputSchema': {'type': 'object', 'required': ['repo_path'], 'properties': {'index': {'type': 'integer', 'default': 0, 'description': 'Stash index (for pop, apply, drop actions)'}, 'action': {'enum': ['save', 'pop', 'apply', 'list', 'drop'], 'type': 'string', 'default': 'save', 'description': 'Stash action (save, pop, apply, list, drop)'}, 'message': {'type': 'string', 'default': '', 'description': 'Stash message (for save action)'}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}}}}, {'name': 'git_create_tag', 'description': 'Create a tag.', 'inputSchema': {'type': 'object', 'required': ['repo_path', 'tag_name'], 'properties': {'message': {'type': 'string', 'default': '', 'description': 'Tag message (for annotated tags)'}, 'tag_name': {'type': 'string', 'description': 'Name of the tag'}, 'annotated': {'type': 'boolean', 'default': True, 'description': 'Whether to create an annotated tag'}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}}}}, {'name': 'git_rebase', 'description': 'Rebase the current branch onto another branch or commit.', 'inputSchema': {'type': 'object', 'required': ['repo_path', 'onto'], 'properties': {'onto': {'type': 'string', 'description': 'Branch or commit to rebase onto'}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}, 'interactive': {'type': 'boolean', 'default': False, 'description': 'Whether to perform an interactive rebase'}}}}, {'name': 'git_config', 'description': 'Configure git settings for the repository.', 'inputSchema': {'type': 'object', 'required': ['repo_path', 'key', 'value'], 'properties': {'key': {'type': 'string', 'description': 'Configuration key'}, 'scope': {'enum': ['local', 'global', 'system'], 'type': 'string', 'default': 'local', 'description': 'Configuration scope (local, global, system)'}, 'value': {'type': 'string', 'description': 'Configuration value'}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}}}}, {'name': 'git_reset', 'description': 'Reset repository to specified commit or state.', 'inputSchema': {'type': 'object', 'required': ['repo_path'], 'properties': {'to': {'type': 'string', 'default': 'HEAD', 'description': 'Commit or reference to reset to'}, 'mode': {'enum': ['soft', 'mixed', 'hard'], 'type': 'string', 'default': 'mixed', 'description': 'Reset mode (soft, mixed, hard)'}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}}}}, {'name': 'git_archive', 'description': 'Create a git archive (zip or tar).', 'inputSchema': {'type': 'object', 'required': ['repo_path', 'output_path'], 'properties': {'format': {'enum': ['zip', 'tar'], 'type': 'string', 'default': 'zip', 'description': 'Archive format (zip or tar)'}, 'prefix': {'type': 'string', 'description': 'Prefix for files in the archive'}, 'treeish': {'type': 'string', 'default': 'HEAD', 'description': 'Tree-ish to archive (default: HEAD)'}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}, 'output_path': {'type': 'string', 'description': 'Output path for the archive'}}}}, {'name': 'git_attributes', 'description': 'Manage git attributes for files.', 'inputSchema': {'type': 'object', 'required': ['repo_path', 'action'], 'properties': {'action': {'enum': ['get', 'set', 'list'], 'type': 'string', 'default': 'list', 'description': 'Action (get, set, list)'}, 'pattern': {'type': 'string', 'description': 'File pattern'}, 'attribute': {'type': 'string', 'description': 'Attribute to set'}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}}}}, {'name': 'git_blame', 'description': 'Get blame information for a file.', 'inputSchema': {'type': 'object', 'required': ['repo_path', 'file_path'], 'properties': {'rev': {'type': 'string', 'default': 'HEAD', 'description': 'Revision to blame (default: HEAD)'}, 'file_path': {'type': 'string', 'description': 'Path to the file'}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}}}}, {'name': 'git_clean', 'description': 'Perform git clean operations.', 'inputSchema': {'type': 'object', 'required': ['repo_path'], 'properties': {'force': {'type': 'boolean', 'default': False, 'description': 'Whether to force clean'}, 'dry_run': {'type': 'boolean', 'default': True, 'description': 'Whether to perform a dry run'}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}, 'directories': {'type': 'boolean', 'default': False, 'description': 'Whether to remove directories as well'}}}}, {'name': 'git_hooks', 'description': 'Manage git hooks in the repository.', 'inputSchema': {'type': 'object', 'required': ['repo_path', 'action'], 'properties': {'action': {'enum': ['list', 'get', 'create', 'enable', 'disable'], 'type': 'string', 'default': 'list', 'description': 'Hook action (list, get, create, enable, disable)'}, 'script': {'type': 'string', 'description': 'Script content for the hook (for create action)'}, 'hook_name': {'type': 'string', 'description': "Name of the hook (e.g., 'pre-commit', 'post-merge')"}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}}}}, {'name': 'git_lfs', 'description': 'Manage Git LFS (Large File Storage).', 'inputSchema': {'type': 'object', 'required': ['repo_path', 'action'], 'properties': {'action': {'enum': ['install', 'track', 'untrack', 'list'], 'type': 'string', 'default': 'list', 'description': 'LFS action (install, track, untrack, list)'}, 'patterns': {'type': 'array', 'items': {'type': 'string'}, 'description': 'File patterns for track/untrack'}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}}}}, {'name': 'git_lfs_fetch', 'description': 'Fetch LFS objects from the remote repository.', 'inputSchema': {'type': 'object', 'required': ['repo_path'], 'properties': {'dry_run': {'type': 'boolean', 'default': False, 'description': 'Whether to perform a dry run'}, 'pointers': {'type': 'boolean', 'default': False, 'description': 'Whether to convert pointers to objects'}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}}}}, {'name': 'git_revert', 'description': 'Revert the current branch to a commit or state.', 'inputSchema': {'type': 'object', 'required': ['repo_path'], 'properties': {'commit': {'type': 'string', 'description': 'Commit hash or reference to revert'}, 'no_commit': {'type': 'boolean', 'default': False, 'description': 'Whether to stage changes without committing'}, 'repo_path': {'type': 'string', 'description': 'The path to the local Git repository'}}}}] |
@ACNet-AI/omnitaskagent | OmniTaskAgent | Manage and decompose complex tasks across multiple task management systems with intelligent workflows. Connect seamlessly to various professional task managers and integrate with editors for a smooth development experience. Enhance productivity by leveraging multi-model support and automated task analysis. | 2025-04-27T05:59:44.359Z | 2 | https://smithery.ai/server/@ACNet-AI/omnitaskagent | true | null | {
"scanPassed": true
} | [{'name': 'OmniTask Agent', 'description': 'A powerful multi-model task management system that can both integrate with various task management systems and help users choose and use the most suitable task management solution', 'inputSchema': {'type': 'object', 'title': 'Task_Master_AgentArguments', 'required': ['prompt', 'projectRoot', 'file'], 'properties': {'file': {'type': 'string', 'title': 'File'}, 'prompt': {'type': 'string', 'title': 'Prompt'}, 'projectRoot': {'type': 'string', 'title': 'Projectroot'}}}}] |
@kmwebnet/MCP-Server-for-sensor-device | CO2 Sensor Server | Simulate and interact with a CO2 sensor device seamlessly. Monitor CO2 levels in real-time or simulation mode, and manage device connectivity and data publishing effortlessly. | 2025-04-03T17:01:07.028Z | 0 | https://smithery.ai/server/@kmwebnet/MCP-Server-for-sensor-device | true | null | null | [{'name': 'get_sensor_data', 'description': 'Get current CO2 ppm readings from the MH-Z19B sensor', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'get_device_info', 'description': 'Get information about the device', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'get_network_status', 'description': 'Get WiFi and MQTT connection status (NOT IMPLEMENTED)', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'publish_mqtt_data', 'description': 'Publish current sensor data to the MQTT topic (NOT IMPLEMENTED)', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'reconnect_wifi', 'description': 'Force the device to reconnect to WiFi (NOT IMPLEMENTED)', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'reconnect_mqtt', 'description': 'Force the device to reconnect to the MQTT broker (NOT IMPLEMENTED)', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}] |
@kiss-kedaya/crypto_mcp | Crypto Price Query Server | Fetch cryptocurrency prices, market trends, and detailed information effortlessly. Utilize various tools to access real-time data and K-line charts for informed trading decisions. | 2025-03-30T21:01:13.787Z | 0 | https://smithery.ai/server/@kiss-kedaya/crypto_mcp | true | null | null | [{'name': 'get_coin_price', 'description': '获取指定虚拟币的当前价格\n\n Args:\n coin_id: 虚拟币的ID (例如 bitcoin, ethereum, dogecoin)\n currency: 货币单位 (默认为人民币cny, 也可以是usd等)\n\n Returns:\n 包含价格信息的字符串\n ', 'inputSchema': {'type': 'object', 'title': 'get_coin_priceArguments', 'required': ['coin_id'], 'properties': {'coin_id': {'type': 'string', 'title': 'Coin Id'}, 'currency': {'type': 'string', 'title': 'Currency', 'default': 'cny'}}}}, {'name': 'get_trending_coins', 'description': '获取当前热门虚拟币列表\n\n Returns:\n 包含热门虚拟币信息的字符串\n ', 'inputSchema': {'type': 'object', 'title': 'get_trending_coinsArguments', 'properties': {}}}, {'name': 'get_coin_detail', 'description': '获取虚拟币的详细信息\n\n Args:\n coin_id: 虚拟币的ID (例如 bitcoin, ethereum)\n\n Returns:\n 包含详细信息的字符串\n ', 'inputSchema': {'type': 'object', 'title': 'get_coin_detailArguments', 'required': ['coin_id'], 'properties': {'coin_id': {'type': 'string', 'title': 'Coin Id'}}}}, {'name': 'get_global_market_data', 'description': '获取全球加密货币市场数据\n\n Returns:\n 包含市场数据的字符串\n ', 'inputSchema': {'type': 'object', 'title': 'get_global_market_dataArguments', 'properties': {}}}, {'name': 'search_coins', 'description': '搜索虚拟币\n\n Args:\n query: 搜索关键词\n limit: 返回结果数量上限, 默认10\n\n Returns:\n 包含搜索结果的字符串\n ', 'inputSchema': {'type': 'object', 'title': 'search_coinsArguments', 'required': ['query'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'get_common_coins_prices', 'description': '获取常见虚拟币的价格信息\n\n Returns:\n 包含常见虚拟币价格的字符串\n ', 'inputSchema': {'type': 'object', 'title': 'get_common_coins_pricesArguments', 'properties': {}}}, {'name': 'get_coin_info', 'description': '获取虚拟币的合约市场信息 (Coinglass API)\n\n Args:\n symbol: 币种符号,例如BTC、ETH\n\n Returns:\n 包含币种在合约市场的详细信息\n ', 'inputSchema': {'type': 'object', 'title': 'get_coin_infoArguments', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol'}}}}, {'name': 'get_kline_data', 'description': '获取虚拟币合约的K线数据 (Coinglass API)\n\n Args:\n symbol: 币种符号,例如BTC、ETH\n granularity: K线粒度,默认1h (可选: 1m, 3m, 5m, 15m, 30m, 1h, 4h, 6h, 12h, 24h, 1d, 1w等)\n lookback_count: 需要获取的K线数量,默认100条\n\n Returns:\n 包含K线数据的格式化信息\n ', 'inputSchema': {'type': 'object', 'title': 'get_kline_dataArguments', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol'}, 'granularity': {'type': 'string', 'title': 'Granularity', 'default': '1h'}, 'lookback_count': {'type': 'integer', 'title': 'Lookback Count', 'default': 100}}}}, {'name': 'get_position_info', 'description': '获取虚拟币合约的持仓信息 (Coinglass API)\n\n Args:\n symbol: 币种符号,例如BTC、ETH\n granularity: K线粒度,默认1h (可选: 1m, 3m, 5m, 15m, 30m, 1h, 4h, 6h, 12h, 24h, 1d, 1w等)\n lookback_count: 需要获取的K线数量,默认100条\n\n Returns:\n 包含持仓信息的格式化数据\n ', 'inputSchema': {'type': 'object', 'title': 'get_position_infoArguments', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol'}, 'granularity': {'type': 'string', 'title': 'Granularity', 'default': '1h'}, 'lookback_count': {'type': 'integer', 'title': 'Lookback Count', 'default': 100}}}}, {'name': 'get_trade_volume', 'description': '获取虚拟币合约的成交量信息 (Coinglass API)\n\n Args:\n symbol: 币种符号,例如BTC、ETH\n granularity: K线粒度,默认1h (可选: 1m, 3m, 5m, 15m, 30m, 1h, 4h, 6h, 12h, 24h, 1d, 1w等)\n lookback_count: 需要获取的K线数量,默认100条\n\n Returns:\n 包含成交量信息的格式化数据\n ', 'inputSchema': {'type': 'object', 'title': 'get_trade_volumeArguments', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol'}, 'granularity': {'type': 'string', 'title': 'Granularity', 'default': '1h'}, 'lookback_count': {'type': 'integer', 'title': 'Lookback Count', 'default': 100}}}}, {'name': 'get_trade_amount', 'description': '获取虚拟币的成交额信息 (Coinglass API)\n\n Args:\n symbol: 币种符号,例如BTC、ETH\n granularity: K线粒度,默认1h (可选: 1m, 3m, 5m, 15m, 30m, 1h, 4h, 6h, 12h, 24h, 1d, 1w等)\n lookback_count: 需要获取的K线数量,默认100条\n\n Returns:\n 包含成交额信息的格式化数据\n ', 'inputSchema': {'type': 'object', 'title': 'get_trade_amountArguments', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol'}, 'granularity': {'type': 'string', 'title': 'Granularity', 'default': '1h'}, 'lookback_count': {'type': 'integer', 'title': 'Lookback Count', 'default': 100}}}}, {'name': 'get_exchange_position', 'description': '获取虚拟币在各交易所的持仓分布 (Coinglass API)\n\n Args:\n symbol: 币种符号,例如BTC、ETH\n\n Returns:\n 包含各交易所持仓分布的格式化信息\n ', 'inputSchema': {'type': 'object', 'title': 'get_exchange_positionArguments', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol'}}}}] |
@clarenous/veyrax-mcp | VeyraX MCP | Provide seamless access to all your integrated tools across multiple MCP-compatible environments with a single authentication. Connect once to the VeyraX platform and instantly use your tools in editors and AI assistants like Claude, Cursor, VS Code, and Windsurf. Simplify your workflow with a quick setup and unified tool management. | 2025-04-25T13:27:17.839Z | 0 | https://smithery.ai/server/@clarenous/veyrax-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_tools', 'description': '\n"Use this tool to retrieve a list of available tools from the Veyrax API.\nThis will return dynamic tools that user has access to.\nYou can use this tool to get the list of tools, method names and parameters, and then use tool_call tool to call the tool with the provided parameters.\nThis method also returns all flows with name and id that user has access to (if any).\n"\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['question', 'tool'], 'properties': {'tool': {'type': 'string', 'description': "Guess the tool name. Use explicit information based on the user's request or make an educated guess. It will be used for vector search for identifying the most relevant tools."}, 'question': {'type': 'string', 'description': 'Query question that you want find answer for. Try to ALWAYS provide this field based on conversation with user. Could be your reasoning for calling tool.'}}, 'additionalProperties': False}}, {'name': 'tool_call', 'description': '\n"Use this tool to execute a specific method of another tool with the provided parameters based on get-tools tool response.\nYou need to specify the tool name, method name, and any required parameters for that method."\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tool', 'method'], 'properties': {'tool': {'type': 'string', 'description': "The name of the tool to call (e.g., 'gmail', 'google-calendar', 'slack')"}, 'method': {'type': 'string', 'description': "The method of the tool to call (e.g., 'get_messages', 'send_message', 'list_events')"}, 'question': {'type': 'string', 'description': 'User question that you want find answer for. Try to ALWAYS provide this field based on conversation with user. Could be your reasoning for calling tool.'}, 'parameters': {'type': 'object', 'default': {}, 'description': 'The parameters required by the specific tool method being called, it is MUST HAVE field.', 'additionalProperties': {}}}, 'additionalProperties': False}}, {'name': 'get_flow', 'description': '\n"Use this tool to retrieve a specific workflow by its ID.\n\nWorkflow is sequence of steps that are executed in order to get some result. Flow comes with description, steps and input schema of all methods to call.\n\nYou can call this tool once you have a flowId which usually you can get from: user directly OR using get-tools method."\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['flowId'], 'properties': {'flowId': {'type': 'string', 'description': 'The ID of the workflow to retrieve.'}}, 'additionalProperties': False}}] |
@LuniaKunal/mcp-twitter | Twitter MCP Server | Manage your Twitter account programmatically with powerful features like retrieving timelines, fetching user tweets, searching hashtags, sending direct messages, and creating or deleting posts. Automate and streamline your Twitter interactions efficiently through this server. Enhance your Twitter experience by integrating these capabilities into your applications. | 2025-04-27T04:53:33.983Z | 0 | https://smithery.ai/server/@LuniaKunal/mcp-twitter | true | {
"scanPassed": true
} | [{'name': 'get_tweets', 'description': "Search twitter with a query. Sort by 'Top' or 'Latest'", 'inputSchema': {'type': 'object', 'title': 'get_tweetsArguments', 'required': ['query'], 'properties': {'count': {'type': 'integer', 'title': 'Count', 'default': 20}, 'query': {'type': 'string', 'title': 'Query'}, 'sort_by': {'type': 'string', 'title': 'Sort By', 'default': 'Latest'}}}}, {'name': 'get_user_tweets', 'description': "Get tweets from a specific user's timeline.", 'inputSchema': {'type': 'object', 'title': 'get_user_tweetsArguments', 'required': ['username'], 'properties': {'count': {'type': 'integer', 'title': 'Count', 'default': 10}, 'username': {'type': 'string', 'title': 'Username'}, 'tweet_type': {'type': 'string', 'title': 'Tweet Type', 'default': 'Tweets'}}}}, {'name': 'get_replies_for_tweet', 'description': '\n Get Tweets replies of a specific tweet using tweet_id.\n ', 'inputSchema': {'type': 'object', 'title': 'get_replies_for_tweetArguments', 'required': ['tweet_id'], 'properties': {'count': {'type': 'integer', 'title': 'Count', 'default': 30}, 'tweet_id': {'type': 'string', 'title': 'Tweet Id'}}}}, {'name': 'post_tweet', 'description': 'Post a tweet with optional media, reply, and tags.', 'inputSchema': {'type': 'object', 'title': 'post_tweetArguments', 'required': ['text'], 'properties': {'tags': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Tags', 'default': None}, 'text': {'type': 'string', 'title': 'Text'}, 'reply_to': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Reply To', 'default': None}, 'media_paths': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Media Paths', 'default': None}}}}, {'name': 'delete_tweet', 'description': 'Delete a tweet by its ID.', 'inputSchema': {'type': 'object', 'title': 'delete_tweetArguments', 'required': ['tweet_id'], 'properties': {'tweet_id': {'type': 'string', 'title': 'Tweet Id'}}}}, {'name': 'get_timeline', 'description': 'Get tweets from your home timeline (For You).', 'inputSchema': {'type': 'object', 'title': 'get_timelineArguments', 'properties': {'count': {'type': 'integer', 'title': 'Count', 'default': 20}}}}, {'name': 'get_latest_timeline', 'description': 'Get tweets from your home timeline (Following).', 'inputSchema': {'type': 'object', 'title': 'get_latest_timelineArguments', 'properties': {'count': {'type': 'integer', 'title': 'Count', 'default': 20}}}}] |
|
@guinness77/n8n-mcp-server | n8n Workflow Integration Server | Enable Large Language Models to securely access and manage your n8n workflows, executions, credentials, and more through a standardized protocol. Seamlessly list, execute, and audit workflows directly from your LLM environment. Enhance automation capabilities by bridging n8n with AI-driven tools effortlessly. | 2025-05-05T04:25:18.014Z | 0 | https://smithery.ai/server/@guinness77/n8n-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'init-n8n', 'description': 'Initialize connection to n8n instance. Use this tool whenever an n8n URL and API key are shared to establish the connection. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.', 'inputSchema': {'type': 'object', 'required': ['url', 'apiKey'], 'properties': {'url': {'type': 'string'}, 'apiKey': {'type': 'string'}}}}, {'name': 'list-workflows', 'description': 'List all workflows from n8n. Use after init-n8n to see available workflows. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.', 'inputSchema': {'type': 'object', 'required': ['clientId'], 'properties': {'clientId': {'type': 'string'}}}}, {'name': 'get-workflow', 'description': 'Retrieve a workflow by ID. Use after list-workflows to get detailed information about a specific workflow. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'id'], 'properties': {'id': {'type': 'string'}, 'clientId': {'type': 'string'}}}}, {'name': 'create-workflow', 'description': "Create a new workflow in n8n. Use to set up a new workflow with optional nodes and connections. IMPORTANT: 1) Arguments must be provided as compact, single-line JSON without whitespace or newlines. 2) Must provide full workflow structure including nodes and connections arrays, even if empty. The 'active' property should not be included as it is read-only.", 'inputSchema': {'type': 'object', 'required': ['clientId', 'name'], 'properties': {'name': {'type': 'string'}, 'nodes': {'type': 'array'}, 'clientId': {'type': 'string'}, 'connections': {'type': 'object'}}}}, {'name': 'update-workflow', 'description': "Update an existing workflow in n8n. Use after get-workflow to modify a workflow's properties, nodes, or connections. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.", 'inputSchema': {'type': 'object', 'required': ['clientId', 'id', 'workflow'], 'properties': {'id': {'type': 'string'}, 'clientId': {'type': 'string'}, 'workflow': {'type': 'object', 'properties': {'name': {'type': 'string'}, 'nodes': {'type': 'array'}, 'active': {'type': 'boolean'}, 'settings': {'type': 'object'}, 'connections': {'type': 'object'}}}}}}, {'name': 'delete-workflow', 'description': 'Delete a workflow by ID. This action cannot be undone. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'id'], 'properties': {'id': {'type': 'string'}, 'clientId': {'type': 'string'}}}}, {'name': 'activate-workflow', 'description': 'Activate a workflow by ID. This will enable the workflow to run. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'id'], 'properties': {'id': {'type': 'string'}, 'clientId': {'type': 'string'}}}}, {'name': 'deactivate-workflow', 'description': 'Deactivate a workflow by ID. This will prevent the workflow from running. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'id'], 'properties': {'id': {'type': 'string'}, 'clientId': {'type': 'string'}}}}, {'name': 'list-projects', 'description': 'List all projects from n8n. NOTE: Requires n8n Enterprise license with project management features enabled. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.', 'inputSchema': {'type': 'object', 'required': ['clientId'], 'properties': {'clientId': {'type': 'string'}}}}, {'name': 'create-project', 'description': 'Create a new project in n8n. NOTE: Requires n8n Enterprise license with project management features enabled. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'name'], 'properties': {'name': {'type': 'string'}, 'clientId': {'type': 'string'}}}}, {'name': 'delete-project', 'description': 'Delete a project by ID. NOTE: Requires n8n Enterprise license with project management features enabled. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'projectId'], 'properties': {'clientId': {'type': 'string'}, 'projectId': {'type': 'string'}}}}, {'name': 'update-project', 'description': "Update a project's name. NOTE: Requires n8n Enterprise license with project management features enabled. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.", 'inputSchema': {'type': 'object', 'required': ['clientId', 'projectId', 'name'], 'properties': {'name': {'type': 'string'}, 'clientId': {'type': 'string'}, 'projectId': {'type': 'string'}}}}, {'name': 'list-users', 'description': 'Retrieve all users from your instance. Only available for the instance owner.', 'inputSchema': {'type': 'object', 'required': ['clientId'], 'properties': {'clientId': {'type': 'string'}}}}, {'name': 'create-users', 'description': 'Create one or more users in your instance.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'users'], 'properties': {'users': {'type': 'array', 'items': {'type': 'object', 'required': ['email'], 'properties': {'role': {'enum': ['global:admin', 'global:member'], 'type': 'string'}, 'email': {'type': 'string'}}}}, 'clientId': {'type': 'string'}}}}, {'name': 'get-user', 'description': 'Get user by ID or email address.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'idOrEmail'], 'properties': {'clientId': {'type': 'string'}, 'idOrEmail': {'type': 'string'}}}}, {'name': 'delete-user', 'description': 'Delete a user from your instance.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'idOrEmail'], 'properties': {'clientId': {'type': 'string'}, 'idOrEmail': {'type': 'string'}}}}, {'name': 'list-variables', 'description': 'List all variables from n8n. NOTE: Requires n8n Enterprise license with variable management features enabled. Use after init-n8n to see available variables. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.', 'inputSchema': {'type': 'object', 'required': ['clientId'], 'properties': {'clientId': {'type': 'string'}}}}, {'name': 'create-variable', 'description': 'Create a new variable in n8n. NOTE: Requires n8n Enterprise license with variable management features enabled. Variables can be used across workflows to store and share data. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'key', 'value'], 'properties': {'key': {'type': 'string'}, 'value': {'type': 'string'}, 'clientId': {'type': 'string'}}}}, {'name': 'delete-variable', 'description': 'Delete a variable by ID. NOTE: Requires n8n Enterprise license with variable management features enabled. Use after list-variables to get the ID of the variable to delete. This action cannot be undone. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'id'], 'properties': {'id': {'type': 'string'}, 'clientId': {'type': 'string'}}}}, {'name': 'create-credential', 'description': "Create a credential that can be used by nodes of the specified type. The credential type name can be found in the n8n UI when creating credentials (e.g., 'cloudflareApi', 'githubApi', 'slackOAuth2Api'). Use get-credential-schema first to see what fields are required for the credential type you want to create.", 'inputSchema': {'type': 'object', 'required': ['clientId', 'name', 'type', 'data'], 'properties': {'data': {'type': 'object'}, 'name': {'type': 'string'}, 'type': {'type': 'string'}, 'clientId': {'type': 'string'}}}}, {'name': 'delete-credential', 'description': 'Delete a credential by ID. You must be the owner of the credentials.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'id'], 'properties': {'id': {'type': 'string'}, 'clientId': {'type': 'string'}}}}, {'name': 'get-credential-schema', 'description': "Show credential data schema for a specific credential type. The credential type name can be found in the n8n UI when creating credentials (e.g., 'cloudflareApi', 'githubApi', 'slackOAuth2Api'). This will show you what fields are required for creating credentials of this type.", 'inputSchema': {'type': 'object', 'required': ['clientId', 'credentialTypeName'], 'properties': {'clientId': {'type': 'string'}, 'credentialTypeName': {'type': 'string'}}}}, {'name': 'list-executions', 'description': 'Retrieve all executions from your instance with optional filtering.', 'inputSchema': {'type': 'object', 'required': ['clientId'], 'properties': {'limit': {'type': 'number'}, 'status': {'enum': ['error', 'success', 'waiting'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'workflowId': {'type': 'string'}, 'includeData': {'type': 'boolean'}}}}, {'name': 'get-execution', 'description': 'Retrieve a specific execution by ID.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'id'], 'properties': {'id': {'type': 'number'}, 'clientId': {'type': 'string'}, 'includeData': {'type': 'boolean'}}}}, {'name': 'delete-execution', 'description': 'Delete a specific execution by ID.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'id'], 'properties': {'id': {'type': 'number'}, 'clientId': {'type': 'string'}}}}, {'name': 'create-tag', 'description': 'Create a new tag in your instance.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'name'], 'properties': {'name': {'type': 'string'}, 'clientId': {'type': 'string'}}}}, {'name': 'list-tags', 'description': 'Retrieve all tags from your instance.', 'inputSchema': {'type': 'object', 'required': ['clientId'], 'properties': {'limit': {'type': 'number'}, 'clientId': {'type': 'string'}}}}, {'name': 'get-tag', 'description': 'Retrieve a specific tag by ID.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'id'], 'properties': {'id': {'type': 'string'}, 'clientId': {'type': 'string'}}}}, {'name': 'update-tag', 'description': "Update a tag's name.", 'inputSchema': {'type': 'object', 'required': ['clientId', 'id', 'name'], 'properties': {'id': {'type': 'string'}, 'name': {'type': 'string'}, 'clientId': {'type': 'string'}}}}, {'name': 'delete-tag', 'description': 'Delete a tag by ID.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'id'], 'properties': {'id': {'type': 'string'}, 'clientId': {'type': 'string'}}}}, {'name': 'get-workflow-tags', 'description': 'Get tags associated with a workflow.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'workflowId'], 'properties': {'clientId': {'type': 'string'}, 'workflowId': {'type': 'string'}}}}, {'name': 'update-workflow-tags', 'description': 'Update tags associated with a workflow.', 'inputSchema': {'type': 'object', 'required': ['clientId', 'workflowId', 'tagIds'], 'properties': {'tagIds': {'type': 'array', 'items': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}}}, 'clientId': {'type': 'string'}, 'workflowId': {'type': 'string'}}}}, {'name': 'generate-audit', 'description': 'Generate a security audit for your n8n instance.', 'inputSchema': {'type': 'object', 'required': ['clientId'], 'properties': {'clientId': {'type': 'string'}, 'categories': {'type': 'array', 'items': {'enum': ['credentials', 'database', 'nodes', 'filesystem', 'instance'], 'type': 'string'}}, 'daysAbandonedWorkflow': {'type': 'number'}}}}] |
@gannonh/firebase-mcp | Firebase MCP Server | Integrate Firebase services seamlessly with your AI models. Access authentication, Firestore, and storage capabilities through a standardized interface while ensuring secure operations and real-time data access. | 2025-03-08T22:00:54.598Z | 15 | https://smithery.ai/server/@gannonh/firebase-mcp | true | null | {
"scanPassed": true
} | [{'name': 'firestore_add_document', 'description': 'Add a document to a Firestore collection', 'inputSchema': {'type': 'object', 'required': ['collection', 'data'], 'properties': {'data': {'type': 'object', 'description': 'Document data'}, 'collection': {'type': 'string', 'description': 'Collection name'}}}}, {'name': 'firestore_list_documents', 'description': 'List documents from a Firestore collection with filtering and ordering', 'inputSchema': {'type': 'object', 'required': ['collection'], 'properties': {'limit': {'type': 'number', 'default': 20, 'description': 'Number of documents to return'}, 'filters': {'type': 'array', 'items': {'type': 'object', 'required': ['field', 'operator', 'value'], 'properties': {'field': {'type': 'string', 'description': 'Field name to filter'}, 'value': {'type': 'string', 'description': 'Value to compare against (use ISO format for dates)'}, 'operator': {'type': 'string', 'description': 'Comparison operator (==, >, <, >=, <=, array-contains, in, array-contains-any)'}}}, 'description': 'Array of filter conditions'}, 'orderBy': {'type': 'array', 'items': {'type': 'object', 'required': ['field'], 'properties': {'field': {'type': 'string', 'description': 'Field name to order by'}, 'direction': {'enum': ['asc', 'desc'], 'type': 'string', 'default': 'asc', 'description': 'Sort direction (asc or desc)'}}}, 'description': 'Array of fields to order by'}, 'pageToken': {'type': 'string', 'description': 'Token for pagination to get the next page of results'}, 'collection': {'type': 'string', 'description': 'Collection name'}}}}, {'name': 'firestore_get_document', 'description': 'Get a document from a Firestore collection', 'inputSchema': {'type': 'object', 'required': ['collection', 'id'], 'properties': {'id': {'type': 'string', 'description': 'Document ID'}, 'collection': {'type': 'string', 'description': 'Collection name'}}}}, {'name': 'firestore_update_document', 'description': 'Update a document in a Firestore collection', 'inputSchema': {'type': 'object', 'required': ['collection', 'id', 'data'], 'properties': {'id': {'type': 'string', 'description': 'Document ID'}, 'data': {'type': 'object', 'description': 'Updated document data'}, 'collection': {'type': 'string', 'description': 'Collection name'}}}}, {'name': 'firestore_delete_document', 'description': 'Delete a document from a Firestore collection', 'inputSchema': {'type': 'object', 'required': ['collection', 'id'], 'properties': {'id': {'type': 'string', 'description': 'Document ID'}, 'collection': {'type': 'string', 'description': 'Collection name'}}}}, {'name': 'auth_get_user', 'description': 'Get a user by ID or email from Firebase Authentication', 'inputSchema': {'type': 'object', 'required': ['identifier'], 'properties': {'identifier': {'type': 'string', 'description': 'User ID or email address'}}}}, {'name': 'storage_list_files', 'description': 'List files in a given path in Firebase Storage', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'directoryPath': {'type': 'string', 'description': 'The optional path to list files from. If not provided, the root is used.'}}}}, {'name': 'storage_get_file_info', 'description': 'Get file information including metadata and download URL', 'inputSchema': {'type': 'object', 'required': ['filePath'], 'properties': {'filePath': {'type': 'string', 'description': 'The path of the file to get information for'}}}}, {'name': 'storage_upload', 'description': 'Upload a file to Firebase Storage. Supports local file paths (preferred for binary files), base64 data, or plain text.', 'inputSchema': {'type': 'object', 'required': ['filePath', 'content'], 'properties': {'content': {'type': 'string', 'description': 'Can be: 1) A local file path (e.g., "/path/to/file.pdf") - RECOMMENDED for all file types, especially binary files like PDFs and images, 2) A data URL (e.g., "data:image/png;base64,...") - may have issues with large files, or 3) Plain text content. Note: Document references are not directly accessible - always use the actual file path instead.'}, 'filePath': {'type': 'string', 'description': 'The destination path in Firebase Storage (e.g., "images/logo.png"). If necessary, rename files for optimal URL compatibility (e.g., "my-document.pdf" rather than "My Document.pdf").'}, 'metadata': {'type': 'object', 'description': 'Optional additional metadata'}, 'contentType': {'type': 'string', 'description': 'Optional MIME type. If not provided, it will be automatically detected'}}}, 'responseFormatting': {'fields': ['name', 'size', 'contentType', 'updated', 'bucket', 'downloadUrl'], 'template': '## File Successfully Uploaded! 📁\n\nYour file has been uploaded to Firebase Storage:\n\n**File Details:**\n- **Name:** {{name}}\n- **Size:** {{size}} bytes\n- **Type:** {{contentType}}\n- **Last Updated:** {{updated}}\n- **Bucket:** {{bucket}}\n\n**[Click here to download your file]({{downloadUrl}})**\n\nThis is a permanent URL that will not expire.'}}, {'name': 'storage_upload_from_url', 'description': 'Upload a file to Firebase Storage from an external URL. Perfect for images, documents, or any file accessible via URL.', 'inputSchema': {'type': 'object', 'required': ['filePath', 'url'], 'properties': {'url': {'type': 'string', 'description': 'The source URL to download from (e.g., "https://example.com/image.jpg"). For GitHub files, use the raw URL (add ?raw=true)'}, 'filePath': {'type': 'string', 'description': 'The destination path in Firebase Storage (e.g., "images/photo.jpg"). If necessary, rename files for optimal URL compatibility (e.g., "my-document.pdf" rather than "My Document.pdf").'}, 'metadata': {'type': 'object', 'description': 'Optional additional metadata'}, 'contentType': {'type': 'string', 'description': 'Optional MIME type. If not provided, it will be automatically detected from the URL or response headers'}}}, 'responseFormatting': {'fields': ['name', 'size', 'contentType', 'updated', 'sourceUrl', 'bucket', 'downloadUrl'], 'template': '## File Successfully Uploaded from URL! 📁\n\nYour file has been uploaded to Firebase Storage:\n\n**File Details:**\n- **Name:** {{name}}\n- **Size:** {{size}} bytes\n- **Type:** {{contentType}}\n- **Last Updated:** {{updated}}\n- **Source URL:** {{sourceUrl}}\n- **Bucket:** {{bucket}}\n\n**[Click here to download your file]({{downloadUrl}})**\n\nThis is a permanent URL that will not expire.'}}, {'name': 'firestore_list_collections', 'description': 'List root collections in Firestore', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'firestore_query_collection_group', 'description': 'Query documents across all subcollections with the same name (collection group query)', 'inputSchema': {'type': 'object', 'required': ['collectionId'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of documents to return (default: 20, max: 100)'}, 'filters': {'type': 'array', 'items': {'type': 'object', 'required': ['field', 'operator', 'value'], 'properties': {'field': {'type': 'string', 'description': 'Field name to filter'}, 'value': {'type': 'string', 'description': 'Value to compare against'}, 'operator': {'type': 'string', 'description': 'Comparison operator (==, !=, <, <=, >, >=, array-contains, array-contains-any, in, not-in)'}}}, 'description': 'Optional filters to apply to the query'}, 'orderBy': {'type': 'array', 'items': {'type': 'object', 'required': ['field'], 'properties': {'field': {'type': 'string', 'description': 'Field name to order by'}, 'direction': {'enum': ['asc', 'desc'], 'type': 'string', 'default': 'asc', 'description': 'Sort direction (asc or desc)'}}}, 'description': 'Optional fields to order results by'}, 'pageToken': {'type': 'string', 'description': 'Token for pagination (document path to start after)'}, 'collectionId': {'type': 'string', 'description': 'The collection ID to query across all documents (without parent path)'}}}}] |
@shreyaskarnik/huggingface-mcp-server | Hugging Face MCP Server | Access Hugging Face's models, datasets, and research papers seamlessly. Interact with a wide range of resources and tools to enhance your LLM's capabilities. Utilize prompt templates for efficient model comparisons and paper summaries. | 2025-03-19T19:58:56.818Z | 0 | https://smithery.ai/server/@shreyaskarnik/huggingface-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'search-models', 'description': 'Search for models on Hugging Face Hub', 'inputSchema': {'type': 'object', 'properties': {'tags': {'type': 'string', 'description': "Filter by tags (e.g., 'text-classification', 'translation')"}, 'limit': {'type': 'integer', 'description': 'Maximum number of results to return'}, 'query': {'type': 'string', 'description': "Search term (e.g., 'bert', 'gpt')"}, 'author': {'type': 'string', 'description': "Filter by author/organization (e.g., 'huggingface', 'google')"}}}}, {'name': 'get-model-info', 'description': 'Get detailed information about a specific model', 'inputSchema': {'type': 'object', 'required': ['model_id'], 'properties': {'model_id': {'type': 'string', 'description': "The ID of the model (e.g., 'google/bert-base-uncased')"}}}}, {'name': 'search-datasets', 'description': 'Search for datasets on Hugging Face Hub', 'inputSchema': {'type': 'object', 'properties': {'tags': {'type': 'string', 'description': 'Filter by tags'}, 'limit': {'type': 'integer', 'description': 'Maximum number of results to return'}, 'query': {'type': 'string', 'description': 'Search term'}, 'author': {'type': 'string', 'description': 'Filter by author/organization'}}}}, {'name': 'get-dataset-info', 'description': 'Get detailed information about a specific dataset', 'inputSchema': {'type': 'object', 'required': ['dataset_id'], 'properties': {'dataset_id': {'type': 'string', 'description': "The ID of the dataset (e.g., 'squad')"}}}}, {'name': 'search-spaces', 'description': 'Search for Spaces on Hugging Face Hub', 'inputSchema': {'type': 'object', 'properties': {'sdk': {'type': 'string', 'description': "Filter by SDK (e.g., 'streamlit', 'gradio', 'docker')"}, 'tags': {'type': 'string', 'description': 'Filter by tags'}, 'limit': {'type': 'integer', 'description': 'Maximum number of results to return'}, 'query': {'type': 'string', 'description': 'Search term'}, 'author': {'type': 'string', 'description': 'Filter by author/organization'}}}}, {'name': 'get-space-info', 'description': 'Get detailed information about a specific Space', 'inputSchema': {'type': 'object', 'required': ['space_id'], 'properties': {'space_id': {'type': 'string', 'description': "The ID of the Space (e.g., 'huggingface/diffusers-demo')"}}}}, {'name': 'get-paper-info', 'description': 'Get information about a specific paper on Hugging Face', 'inputSchema': {'type': 'object', 'required': ['arxiv_id'], 'properties': {'arxiv_id': {'type': 'string', 'description': "The arXiv ID of the paper (e.g., '1810.04805')"}}}}, {'name': 'get-daily-papers', 'description': 'Get the list of daily papers curated by Hugging Face', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'search-collections', 'description': 'Search for collections on Hugging Face Hub', 'inputSchema': {'type': 'object', 'properties': {'item': {'type': 'string', 'description': "Filter by item (e.g., 'models/teknium/OpenHermes-2.5-Mistral-7B')"}, 'limit': {'type': 'integer', 'description': 'Maximum number of results to return'}, 'owner': {'type': 'string', 'description': 'Filter by owner'}, 'query': {'type': 'string', 'description': 'Search term for titles and descriptions'}}}}, {'name': 'get-collection-info', 'description': 'Get detailed information about a specific collection', 'inputSchema': {'type': 'object', 'required': ['namespace', 'collection_id'], 'properties': {'namespace': {'type': 'string', 'description': 'The namespace of the collection (user or organization)'}, 'collection_id': {'type': 'string', 'description': 'The ID part of the collection'}}}}] |
@AudienseCo/mcp-tweetbinder | TweetBinder | Access Twitter analytics and reporting capabilities directly from your AI models. Analyze hashtags, users, and conversations to gain insights and generate detailed reports effortlessly. Enhance your social media strategy with real-time engagement metrics and sentiment analysis. | 2025-03-19T16:41:42.014Z | 0 | https://smithery.ai/server/@AudienseCo/mcp-tweetbinder | true | null | {
"scanPassed": true
} | [{'name': 'create-twitter-report', 'description': 'Creates a new report that analyzes Twitter/X data based on a search query. The report provides statistics and tweet data. Returns raw JSON response.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of tweets to retrieve (up to 50,000).'}, 'query': {'type': 'string', 'description': 'The search query for Twitter data. Can include operators like AND, OR, hashtags, mentions, etc.'}, 'endDate': {'type': 'number', 'description': 'End date as Unix timestamp (seconds since epoch).'}, 'startDate': {'type': 'number', 'description': 'Start date as Unix timestamp (seconds since epoch).'}, 'reportType': {'enum': ['7-day', 'historical'], 'type': 'string', 'default': '7-day', 'description': "Type of report to create: '7-day' for last week or 'historical' for all time."}}, 'additionalProperties': False}}, {'name': 'get-report-status', 'description': 'Checks the current status of a TweetBinder report. Returns raw JSON response.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['reportId'], 'properties': {'reportId': {'type': 'string', 'description': 'The ID of the report to check.'}}, 'additionalProperties': False}}, {'name': 'get-report-stats', 'description': "Retrieves comprehensive statistics and analytics for a TweetBinder report. The report must be in 'Generated' status to access statistics. Returns raw JSON response.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['reportId'], 'properties': {'reportId': {'type': 'string', 'description': 'The ID of the report to retrieve statistics for.'}}, 'additionalProperties': False}}, {'name': 'get-account-balances', 'description': "Retrieves information about your account's credit balance, usage, and remaining quota. Returns raw JSON response.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'create-twitter-count', 'description': 'Creates a new report that counts tweets matching a search query. Returns raw JSON response.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The search query for Twitter data. Can include operators like AND, OR, hashtags, mentions, etc.'}, 'reportType': {'enum': ['7-day', 'historical'], 'type': 'string', 'default': '7-day', 'description': "Type of report to create: '7-day' for last week or 'historical' for all time."}}, 'additionalProperties': False}}, {'name': 'list-reports', 'description': 'Retrieves a list of all your TweetBinder reports. Reports can be sorted by different fields. Returns raw JSON response.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'order': {'type': 'string', 'description': "Optional sorting parameter in the format 'field|direction'. Example: 'createdAt|-1' for newest first, 'createdAt|1' for oldest first."}}, 'additionalProperties': False}}, {'name': 'get-report-content', 'description': "Retrieves the content (tweets or users) of a TweetBinder report. The report must be in 'Generated' status. Returns raw JSON response.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['reportId', 'contentType'], 'properties': {'page': {'type': 'number', 'description': 'Page number for pagination. Starts at 1.'}, 'filter': {'type': 'string', 'description': 'JSON string with filter criteria. Example: \'{"counts.favorites":{"$gt":10}}\''}, 'sortBy': {'type': 'string', 'description': "Field to sort by (e.g., 'createdAt', 'counts.favorites')."}, 'perPage': {'type': 'number', 'description': 'Number of items per page (default varies by endpoint).'}, 'reportId': {'type': 'string', 'description': 'The ID of the report to retrieve content for.'}, 'contentType': {'enum': ['tweets', 'users'], 'type': 'string', 'description': "The type of content to retrieve: 'tweets' for tweet IDs or 'users' for user IDs."}, 'sortDirection': {'enum': ['1', '-1'], 'type': 'string', 'description': "Sort direction: '1' for ascending, '-1' for descending."}}, 'additionalProperties': False}}] |
@hugohow/mcp-audio-analysis | Audio Analysis | Analyze audio files to extract features like beat, duration, MFCC, and spectral centroid values. Enhance your audio processing capabilities with easy-to-use prompts for various audio analysis tasks. | 2025-03-16T15:00:55.737Z | 0 | https://smithery.ai/server/@hugohow/mcp-audio-analysis | true | null | {
"scanPassed": true
} | [{'name': 'load', 'description': '\n Loads an audio file and returns the path to the audio time series\n Offset and duration are optional, in seconds.\n Be careful, you will never know the name of the song.\n ', 'inputSchema': {'type': 'object', 'title': 'loadArguments', 'required': ['file_path'], 'properties': {'offset': {'type': 'number', 'title': 'Offset', 'default': 0}, 'duration': {'type': 'number', 'title': 'Duration', 'default': None}, 'file_path': {'type': 'string', 'title': 'File Path'}}}}, {'name': 'get_duration', 'description': '\n Returns the total duration (in seconds) of the given audio time series.\n ', 'inputSchema': {'type': 'object', 'title': 'get_durationArguments', 'required': ['path_audio_time_series_y'], 'properties': {'path_audio_time_series_y': {'type': 'string', 'title': 'Path Audio Time Series Y'}}}}, {'name': 'tempo', 'description': '\n Estimates the tempo (in BPM) of the given audio time series using librosa.\n Offset and duration are optional, in seconds.\n ', 'inputSchema': {'type': 'object', 'title': 'tempoArguments', 'required': ['path_audio_time_series_y'], 'properties': {'ac_size': {'type': 'number', 'title': 'Ac Size', 'default': 8}, 'std_bpm': {'type': 'number', 'title': 'Std Bpm', 'default': 1}, 'max_tempo': {'type': 'number', 'title': 'Max Tempo', 'default': 320}, 'start_bpm': {'type': 'number', 'title': 'Start Bpm', 'default': 120}, 'hop_length': {'type': 'integer', 'title': 'Hop Length', 'default': 512}, 'path_audio_time_series_y': {'type': 'string', 'title': 'Path Audio Time Series Y'}}}}, {'name': 'chroma_cqt', 'description': "\n Computes the chroma CQT of the given audio time series using librosa.\n The chroma CQT is a representation of the audio signal in terms of its\n chromatic content, which is useful for music analysis.\n The chroma CQT is computed using the following parameters:\n - path_audio_time_series_y: The path to the audio time series (CSV file).\n It's sometimes better to take harmonics only\n - hop_length: The number of samples between frames.\n - fmin: The minimum frequency of the chroma feature.\n - n_chroma: The number of chroma bins (default is 12).\n - n_octaves: The number of octaves to include in the chroma feature.\n The chroma CQT is saved to a CSV file with the following columns:\n - note: The note name (C, C#, D, etc.).\n - time: The time position of the note in seconds.\n - amplitude: The amplitude of the note at that time.\n The path to the CSV file is returned.\n ", 'inputSchema': {'type': 'object', 'title': 'chroma_cqtArguments', 'required': ['path_audio_time_series_y'], 'properties': {'fmin': {'type': 'number', 'title': 'Fmin', 'default': None}, 'n_chroma': {'type': 'integer', 'title': 'N Chroma', 'default': 12}, 'n_octaves': {'type': 'integer', 'title': 'N Octaves', 'default': 7}, 'hop_length': {'type': 'integer', 'title': 'Hop Length', 'default': 512}, 'path_audio_time_series_y': {'type': 'string', 'title': 'Path Audio Time Series Y'}}}}, {'name': 'mfcc', 'description': "\n Computes the MFCC of the given audio time series using librosa.\n The MFCC is a representation of the audio signal in terms of its\n spectral content, which is useful for music analysis.\n The MFCC is computed using the following parameters:\n - path_audio_time_series_y: The path to the audio time series (CSV file).\n It's sometimes better to take harmonics only\n ", 'inputSchema': {'type': 'object', 'title': 'mfccArguments', 'required': ['path_audio_time_series_y'], 'properties': {'path_audio_time_series_y': {'type': 'string', 'title': 'Path Audio Time Series Y'}}}}, {'name': 'beat_track', 'description': '\n Computes the beat track of the given audio time series using librosa.\n The beat track is a representation of the audio signal in terms of its\n rhythmic content, which is useful for music analysis.\n The beat track is computed using the following parameters:\n - hop_length: The number of samples between frames.\n - start_bpm: The initial estimate of the tempo (in BPM).\n - tightness: The tightness of the beat tracking (default is 100).\n - units: The units of the beat track (default is "frames"). It can be frames, samples, time.\n ', 'inputSchema': {'type': 'object', 'title': 'beat_trackArguments', 'required': ['path_audio_time_series_y'], 'properties': {'units': {'type': 'string', 'title': 'Units', 'default': 'frames'}, 'start_bpm': {'type': 'number', 'title': 'Start Bpm', 'default': 120}, 'tightness': {'type': 'integer', 'title': 'Tightness', 'default': 100}, 'hop_length': {'type': 'integer', 'title': 'Hop Length', 'default': 512}, 'path_audio_time_series_y': {'type': 'string', 'title': 'Path Audio Time Series Y'}}}}, {'name': 'download_from_url', 'description': '\n Downloads a file from a given URL and returns the path to the downloaded file.\n Be careful, you will never know the name of the song.\n ', 'inputSchema': {'type': 'object', 'title': 'download_from_urlArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url'}}}}, {'name': 'download_from_youtube', 'description': '\n Downloads a file from a given youtube URL and returns the path to the downloaded file.\n Be careful, you will never know the name of the song.\n ', 'inputSchema': {'type': 'object', 'title': 'download_from_youtubeArguments', 'required': ['youtube_url'], 'properties': {'youtube_url': {'type': 'string', 'title': 'Youtube Url'}}}}] |
@JJ-H/mcp-gitee | Gitee Server | Enable AI assistants to manage Gitee repositories, issues, pull requests, and notifications seamlessly. Automate repository operations and streamline collaboration workflows with easy configuration and comprehensive API integration. Enhance productivity by integrating Gitee management directly into your AI-powered tools. | 2025-04-29T10:22:26.270Z | 0 | https://smithery.ai/server/@JJ-H/mcp-gitee | true | null | {
"scanPassed": true
} | [{'name': 'comment_issue', 'description': 'Create a comment on a repository issue', 'inputSchema': {'type': 'object', 'required': ['owner', 'repo', 'number', 'body'], 'properties': {'body': {'type': 'string', 'description': 'The contents of the comment'}, 'repo': {'type': 'string', 'description': 'The path of the repository'}, 'owner': {'type': 'string', 'description': 'The space address to which the repository belongs (the address path of the enterprise, organization or individual)'}, 'number': {'type': 'string', 'description': 'Issue number (case sensitive, no # prefix needed)'}}}}, {'name': 'comment_pull', 'description': 'Create a comment on a pull request', 'inputSchema': {'type': 'object', 'required': ['owner', 'repo', 'number', 'body'], 'properties': {'body': {'type': 'string', 'description': 'The contents of the comment'}, 'repo': {'type': 'string', 'description': 'The path of the repository'}, 'owner': {'type': 'string', 'description': 'The space address to which the repository belongs (the address path of the enterprise, organization or individual)'}, 'number': {'type': 'number', 'description': 'The number of the pull request, must be an integer, not a float'}}}}, {'name': 'create_enterprise_repo', 'description': 'Create a enterprise repository', 'inputSchema': {'type': 'object', 'required': ['name', 'enterprise'], 'properties': {'name': {'type': 'string', 'description': 'Repository name'}, 'path': {'type': 'string', 'description': 'Repository path'}, 'private': {'type': 'boolean', 'default': True, 'description': 'Whether the repository is private'}, 'homepage': {'type': 'string', 'description': 'Repository homepage'}, 'auto_init': {'type': 'boolean', 'default': False, 'description': 'Whether to initialize the repository with a README file'}, 'enterprise': {'type': 'string', 'description': 'Enterprise path'}, 'description': {'type': 'string', 'description': 'Repository description'}}}}, {'name': 'create_issue', 'description': 'Create an issue', 'inputSchema': {'type': 'object', 'required': ['owner', 'repo', 'title'], 'properties': {'body': {'type': 'string', 'description': 'The description of the issue'}, 'repo': {'type': 'string', 'description': 'The path of the repository'}, 'owner': {'type': 'string', 'description': 'The space address to which the repository belongs (the address path of the enterprise, organization or individual)'}, 'title': {'type': 'string', 'description': 'The title of the issue'}, 'labels': {'type': 'string', 'description': 'Comma-separated labels, name requirements are between 2-20 in length and non-special characters. Example: bug,performance'}, 'program': {'type': 'string', 'description': 'Project ID'}, 'assignee': {'type': 'string', 'description': 'The personal space address of the issue assignee'}, 'milestone': {'type': 'string', 'description': 'The milestone number'}, 'issue_type': {'type': 'string', 'description': "Enterprise custom task type, non-enterprise users must consider it as 'task'"}, 'collaborators': {'type': 'string', 'description': 'The personal space addresses of issue collaborators, separated by commas'}}}}, {'name': 'create_org_repo', 'description': 'Create a org repository', 'inputSchema': {'type': 'object', 'required': ['name', 'org'], 'properties': {'org': {'type': 'string', 'description': 'Org path'}, 'name': {'type': 'string', 'description': 'Repository name'}, 'path': {'type': 'string', 'description': 'Repository path'}, 'private': {'type': 'boolean', 'default': True, 'description': 'Whether the repository is private'}, 'homepage': {'type': 'string', 'description': 'Repository homepage'}, 'auto_init': {'type': 'boolean', 'default': False, 'description': 'Whether to initialize the repository with a README file'}, 'description': {'type': 'string', 'description': 'Repository description'}}}}, {'name': 'create_pull', 'description': 'Create a pull request', 'inputSchema': {'type': 'object', 'required': ['owner', 'repo', 'title', 'head', 'base'], 'properties': {'base': {'type': 'string', 'description': 'The target branch of the pull request'}, 'body': {'type': 'string', 'description': 'The body of the pull request'}, 'head': {'type': 'string', 'description': 'The source branch of the pull request, Format: branch (master) or: path_with_namespace:branch (oschina/gitee:master)'}, 'repo': {'type': 'string', 'description': 'The path of the repository'}, 'draft': {'type': 'boolean', 'description': 'Whether to set the pull request as draft'}, 'issue': {'type': 'string', 'description': 'The issue of the pull request'}, 'owner': {'type': 'string', 'description': 'The space address to which the repository belongs (the address path of the enterprise, organization or individual)'}, 'title': {'type': 'string', 'description': 'The title of the pull request'}, 'labels': {'type': 'string', 'description': 'The labels of the pull request. example: bug,performance'}, 'testers': {'type': 'string', 'description': 'The testers of the pull request, example: (username1,username2)'}, 'assignees': {'type': 'string', 'description': 'The assignees of the pull request, example: (username1,username2)'}, 'testers_number': {'type': 'number', 'description': 'The min number of testers need accept of the pull request'}, 'assignees_number': {'type': 'number', 'description': 'The min number of assignees need accept of the pull request'}, 'milestone_number': {'type': 'string', 'description': 'The milestone number of the pull request'}}}}, {'name': 'create_release', 'description': 'Create a release', 'inputSchema': {'type': 'object', 'required': ['owner', 'repo', 'tag_name', 'name', 'body', 'target_commitish'], 'properties': {'body': {'type': 'string', 'description': 'The description of the release'}, 'name': {'type': 'string', 'description': 'The name of the release'}, 'repo': {'type': 'string', 'description': 'The path of the repository'}, 'owner': {'type': 'string', 'description': 'The space address to which the repository belongs (the address path of the enterprise, organization or individual)'}, 'tag_name': {'type': 'string', 'description': 'The name of the tag'}, 'prerelease': {'type': 'boolean', 'default': False, 'description': 'Whether the release is a prerelease'}, 'target_commitish': {'type': 'string', 'description': "The branch name or commit SHA, defaults to the repository's default branch"}}}}, {'name': 'create_user_repo', 'description': 'Create a user repository', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Repository name'}, 'path': {'type': 'string', 'description': 'Repository path'}, 'private': {'type': 'boolean', 'default': True, 'description': 'Whether the repository is private'}, 'homepage': {'type': 'string', 'description': 'Repository homepage'}, 'auto_init': {'type': 'boolean', 'default': False, 'description': 'Whether to initialize the repository with a README file'}, 'description': {'type': 'string', 'description': 'Repository description'}}}}, {'name': 'fork_repository', 'description': 'Fork a repository', 'inputSchema': {'type': 'object', 'required': ['owner', 'repo'], 'properties': {'name': {'type': 'string', 'description': 'The name of the forked repository, default is the same as the original repository'}, 'path': {'type': 'string', 'description': 'The path of the forked repository, default is the same as the original repository'}, 'repo': {'type': 'string', 'description': 'The path of the repository'}, 'owner': {'type': 'string', 'description': 'The space address to which the repository belongs (the address path of the enterprise, organization or individual)'}, 'organization': {'type': 'string', 'description': 'The full address of the organization space to which the repository belongs, default for current user'}}}}, {'name': 'get_file_content', 'description': 'Get the content of the specified file in the repository', 'inputSchema': {'type': 'object', 'required': ['owner', 'repo', 'path'], 'properties': {'ref': {'type': 'string', 'description': 'The branch name or commit ID'}, 'path': {'type': 'string', 'description': 'The path of the file'}, 'repo': {'type': 'string', 'description': 'The path of the repository'}, 'owner': {'type': 'string', 'description': 'The space address to which the repository belongs (the address path of the enterprise, organization or individual)'}}}}, {'name': 'get_pull_detail', 'description': 'Get a pull request detail', 'inputSchema': {'type': 'object', 'required': ['owner', 'repo', 'number'], 'properties': {'repo': {'type': 'string', 'description': 'The path of the repository'}, 'owner': {'type': 'string', 'description': 'The space address to which the repository belongs (the address path of the enterprise, organization or individual)'}, 'number': {'type': 'number', 'description': 'The number of the pull request, must be an integer, not a float'}}}}, {'name': 'get_repo_issue_detail', 'description': 'Get the detail of an issue', 'inputSchema': {'type': 'object', 'required': ['number', 'owner', 'repo'], 'properties': {'repo': {'type': 'string', 'description': 'The path of the repository'}, 'owner': {'type': 'string', 'description': 'The space address to which the repository belongs (the address path of the enterprise, organization or individual)'}, 'number': {'type': 'string', 'description': 'Issue number (case sensitive, no # prefix needed)'}}}}, {'name': 'get_user_info', 'description': 'This is a tool from the gitee MCP server.\nGet information about the authenticated user', 'inputSchema': {'type': 'object'}}, {'name': 'list_issue_comments', 'description': 'Get all comments for a repository issue', 'inputSchema': {'type': 'object', 'required': ['owner', 'repo', 'number'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Current page number'}, 'repo': {'type': 'string', 'description': 'The path of the repository'}, 'order': {'type': 'string', 'default': 'asc', 'description': 'Sort direction: asc(default), desc'}, 'owner': {'type': 'string', 'description': 'The space address to which the repository belongs (the address path of the enterprise, organization or individual)'}, 'since': {'type': 'string', 'description': 'Only comments updated at or after this time are returned. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ'}, 'number': {'type': 'string', 'description': 'Issue number (case sensitive, no # prefix needed)'}, 'per_page': {'type': 'number', 'default': 20, 'description': 'Number of results per page, maximum 100'}}}}, {'name': 'list_pull_comments', 'description': 'List all comments for a pull request', 'inputSchema': {'type': 'object', 'required': ['owner', 'repo', 'number'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Current page number'}, 'repo': {'type': 'string', 'description': 'The path of the repository'}, 'order': {'type': 'string', 'default': 'asc', 'description': 'Sort direction: asc(default), desc'}, 'owner': {'type': 'string', 'description': 'The space address to which the repository belongs (the address path of the enterprise, organization or individual)'}, 'since': {'type': 'string', 'description': 'Only comments updated at or after this time are returned. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ'}, 'number': {'type': 'number', 'description': 'The number of the pull request, must be an integer, not a float'}, 'per_page': {'type': 'number', 'default': 20, 'description': 'Number of results per page, maximum 100'}}}}, {'name': 'list_releases', 'description': 'List repository releases', 'inputSchema': {'type': 'object', 'required': ['owner', 'repo'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Current page number'}, 'repo': {'type': 'string', 'description': 'The path of the repository'}, 'owner': {'type': 'string', 'description': 'The space address to which the repository belongs (the address path of the enterprise, organization or individual)'}, 'per_page': {'type': 'number', 'default': 20, 'description': 'Number of results per page, maximum 100'}, 'direction': {'enum': ['asc', 'desc'], 'type': 'string', 'description': 'Optional. Ascending/descending. Not filled in is ascending'}}}}, {'name': 'list_repo_issues', 'description': 'List all issues in a repository', 'inputSchema': {'type': 'object', 'required': ['owner', 'repo'], 'properties': {'q': {'type': 'string', 'description': 'Search keywords'}, 'page': {'type': 'number', 'default': 1, 'description': 'Current page number'}, 'repo': {'type': 'string', 'description': 'Repository path'}, 'sort': {'enum': ['created', 'updated'], 'type': 'string', 'description': 'Sort field: creation time (created), update time (updated). Default: created'}, 'owner': {'type': 'string', 'description': "Repository owner's namespace (enterprise, organization or personal path)"}, 'since': {'type': 'string', 'description': 'Start update time in ISO 8601 format'}, 'state': {'enum': ['open', 'progressing', 'closed', 'rejected', 'all'], 'type': 'string', 'description': 'Issue state: open, progressing, closed, rejected'}, 'filter': {'enum': ['assigned', 'created', 'all'], 'type': 'string', 'description': 'Filter parameter: assigned to authorized user (assigned), created by authorized user (created), all issues involving authorized user (all). Default: assigned'}, 'labels': {'type': 'string', 'description': 'Comma-separated labels. Example: bug,performance'}, 'deadline': {'type': 'string', 'description': 'Planned completion date in format: 2006-01-02T15:04:05Z'}, 'per_page': {'type': 'number', 'default': 20, 'description': 'Number of items per page, maximum 100'}, 'schedule': {'type': 'string', 'description': 'Planned start date in format: 2006-01-02T15:04:05Z'}, 'direction': {'enum': ['asc', 'desc'], 'type': 'string', 'description': 'Sort direction: ascending (asc) or descending (desc)'}, 'created_at': {'type': 'string', 'description': 'Issue creation time in format: 2006-01-02T15:04:05Z'}, 'finished_at': {'type': 'string', 'description': 'Issue completion time in format: 2006-01-02T15:04:05Z'}}}}, {'name': 'list_repo_pulls', 'description': 'List repository pulls', 'inputSchema': {'type': 'object', 'required': ['owner', 'repo'], 'properties': {'base': {'type': 'string', 'description': 'Target branch name for the pull request'}, 'head': {'type': 'string', 'description': 'Source branch of the PR. Format: branch or username:branch'}, 'page': {'type': 'number', 'default': 1, 'description': 'Current page number'}, 'repo': {'type': 'string', 'description': 'Repository namespace'}, 'sort': {'enum': ['created', 'updated', 'popularity', 'long-running'], 'type': 'string', 'description': 'Sort field, default by creation time'}, 'owner': {'type': 'string', 'description': "Repository owner's namespace"}, 'since': {'type': 'string', 'description': 'Start update time in ISO 8601 format'}, 'state': {'enum': ['open', 'closed', 'merged', 'all'], 'type': 'string', 'description': 'State of the pull request'}, 'author': {'type': 'string', 'description': "PR creator's username"}, 'labels': {'type': 'string', 'description': 'Comma-separated labels, e.g.: bug,performance'}, 'tester': {'type': 'string', 'description': "Tester's username"}, 'assignee': {'type': 'string', 'description': "Reviewer's username"}, 'per_page': {'type': 'number', 'default': 20, 'description': 'Items per page (max 100)'}, 'direction': {'enum': ['asc', 'desc'], 'type': 'string', 'description': 'Ascending/descending order'}, 'milestone_number': {'type': 'number', 'description': 'Milestone number (ID)'}}}}, {'name': 'list_user_notifications', 'description': 'List all notifications for authorized user', 'inputSchema': {'type': 'object', 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number'}, 'type': {'enum': ['all', 'event', 'referer'], 'type': 'string', 'default': 'all', 'description': 'Filter notifications of a specified type, all: all, event: event notification, referer: @ notification'}, 'since': {'type': 'string', 'description': 'Only list notifications updated after the given time, requiring the time format to be ISO 8601'}, 'before': {'type': 'string', 'description': 'Only list notifications updated before the given time, requiring the time format to be ISO 8601'}, 'unread': {'type': 'boolean', 'default': False, 'description': 'Only list unread notifications'}, 'per_page': {'type': 'number', 'default': 20, 'description': 'Number of results per page'}, 'participating': {'type': 'boolean', 'default': False, 'description': 'Only list notifications where the user is directly participating or mentioned'}}}}, {'name': 'list_user_repos', 'description': 'List user authorized repositories', 'inputSchema': {'type': 'object', 'properties': {'q': {'type': 'string', 'description': 'Search keywords'}, 'page': {'type': 'number', 'default': 1, 'description': 'Page number'}, 'sort': {'enum': ['created', 'updated', 'pushed', 'full_name'], 'type': 'string', 'default': 'full_name', 'description': 'Sorting method: creation time (created), update time (updated), last push time (pushed), warehouse ownership and name (full_name). Default: full_name'}, 'type': {'enum': ['all', 'owner', 'personal', 'member', 'public', 'private'], 'type': 'string', 'description': 'Filter user repositories: their creation (owner), personal (personal), their membership (member), public (public), private (private), cannot be used together with visibility or affiliation parameters, otherwise a 422 error will be reported'}, 'per_page': {'type': 'number', 'default': 20, 'description': 'Number of results per page'}, 'direction': {'enum': ['asc', 'desc'], 'type': 'string', 'default': 'asc', 'description': 'Sorting direction: ascending (asc), descending (desc). Default: asc'}, 'visibility': {'enum': ['public', 'private', 'all'], 'type': 'string', 'description': 'Visibility of repository'}, 'affiliation': {'enum': ['owner', 'collaborator', 'organization_member', 'enterprise_member', 'admin'], 'type': 'string', 'description': 'Affiliation between user and repository'}}}}, {'name': 'merge_pull', 'description': 'Merge a pull request', 'inputSchema': {'type': 'object', 'required': ['owner', 'repo', 'number'], 'properties': {'repo': {'type': 'string', 'description': 'The path of the repository'}, 'owner': {'type': 'string', 'description': 'The space address to which the repository belongs (the address path of the enterprise, organization or individual)'}, 'title': {'type': 'string', 'description': 'The title of the merge commit'}, 'number': {'type': 'number', 'description': 'The number of the pull request'}, 'description': {'type': 'string', 'description': 'The description of the merge commit'}, 'merge_method': {'enum': ['merge', 'squash', 'rebase'], 'type': 'string', 'default': 'merge', 'description': 'The merge method to use'}, 'close_related_issue': {'type': 'boolean', 'description': 'Whether to close the related issue after merging'}, 'prune_source_branch': {'type': 'boolean', 'description': 'Whether to delete the source branch after merging'}}}}, {'name': 'search_open_source_repositories', 'description': 'Search open source repositories on Gitee', 'inputSchema': {'type': 'object', 'required': ['q'], 'properties': {'q': {'type': 'string', 'description': 'Search keywords'}, 'from': {'type': 'number', 'default': 0, 'description': 'Search starting position'}, 'size': {'type': 'number', 'default': 20, 'description': 'Page size'}, 'sort_by_f': {'enum': ['star', 'last_push_at'], 'type': 'string', 'description': 'Sorting field'}}}}, {'name': 'search_users', 'description': 'Search users on Gitee', 'inputSchema': {'type': 'object', 'required': ['q'], 'properties': {'q': {'type': 'string', 'description': 'Search keywords'}, 'page': {'type': 'number', 'default': 1, 'description': 'Page number'}, 'per_page': {'type': 'number', 'default': 20, 'description': 'Number of results per page'}}}}, {'name': 'update_issue', 'description': 'Update an issue', 'inputSchema': {'type': 'object', 'required': ['number', 'owner', 'repo', 'title'], 'properties': {'body': {'type': 'string', 'description': 'The description of the issue'}, 'repo': {'type': 'string', 'description': 'The path of the repository'}, 'owner': {'type': 'string', 'description': 'The space address to which the repository belongs (the address path of the enterprise, organization or individual)'}, 'state': {'enum': ['open', 'progressing', 'closed'], 'type': 'string', 'description': 'The state of the issue'}, 'title': {'type': 'string', 'description': 'The title of the issue'}, 'labels': {'type': 'string', 'description': 'Comma-separated labels, name requirements are between 2-20 in length and non-special characters. Example: bug,performance'}, 'number': {'type': 'string', 'description': 'The number of the issue'}, 'program': {'type': 'string', 'description': 'Project ID'}, 'assignee': {'type': 'string', 'description': 'The personal space address of the issue assignee'}, 'milestone': {'type': 'string', 'description': 'The milestone number'}, 'issue_type': {'type': 'string', 'description': "Enterprise custom task type, non-enterprise users must consider it as 'task'"}, 'collaborators': {'type': 'string', 'description': 'The personal space addresses of issue collaborators, separated by commas'}}}}, {'name': 'update_pull', 'description': 'Update a pull request', 'inputSchema': {'type': 'object', 'required': ['owner', 'repo', 'number'], 'properties': {'body': {'type': 'string', 'description': 'The body of the pull request'}, 'repo': {'type': 'string', 'description': 'The path of the repository'}, 'draft': {'type': 'boolean', 'description': 'Whether to set the pull request as draft'}, 'issue': {'type': 'string', 'description': 'The issue of the pull request'}, 'owner': {'type': 'string', 'description': 'The space address to which the repository belongs (the address path of the enterprise, organization or individual)'}, 'state': {'enum': ['closed', 'open'], 'type': 'string', 'description': 'The state of the pull request'}, 'title': {'type': 'string', 'description': 'The title of the pull request'}, 'labels': {'type': 'string', 'description': 'The labels of the pull request. example: bug,performance'}, 'number': {'type': 'number', 'description': 'The number of the pull request'}, 'testers': {'type': 'string', 'description': 'The testers of the pull request, example: (username1,username2)'}, 'assignees': {'type': 'string', 'description': 'The assignees of the pull request, example: (username1,username2)'}, 'testers_number': {'type': 'number', 'description': 'The min number of testers need accept of the pull request'}, 'assignees_number': {'type': 'number', 'description': 'The min number of assignees need accept of the pull request'}, 'milestone_number': {'type': 'string', 'description': 'The milestone number of the pull request'}}}}] |
@joelhooks/logseq-mcp-tools | Logseq Tools | Integrate your Logseq knowledge graph with AI assistants. Retrieve, analyze, and manage your notes and journal entries effortlessly. Enhance your productivity by exploring connections and generating insights from your data. | 2025-03-15T08:02:03.450Z | 0 | https://smithery.ai/server/@joelhooks/logseq-mcp-tools | true | null | null | [{'name': 'getAllPages', 'inputSchema': {'type': 'object'}}, {'name': 'getPage', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pageName'], 'properties': {'pageName': {'type': 'string', 'description': 'Name of the Logseq page to retrieve'}}, 'additionalProperties': False}}, {'name': 'getJournalSummary', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['dateRange'], 'properties': {'dateRange': {'type': 'string', 'description': 'Date range like "today", "this week", "last month", "this year", "year to date", etc.'}}, 'additionalProperties': False}}, {'name': 'createPage', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pageName'], 'properties': {'content': {'type': 'string', 'description': 'Initial content for the page (optional)'}, 'pageName': {'type': 'string', 'description': 'Name for the new Logseq page'}}, 'additionalProperties': False}}, {'name': 'searchPages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query to filter pages by name'}}, 'additionalProperties': False}}, {'name': 'getBacklinks', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pageName'], 'properties': {'pageName': {'type': 'string', 'description': 'The page name for which to find backlinks'}}, 'additionalProperties': False}}, {'name': 'addJournalEntry', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'date': {'type': 'string', 'description': 'Optional date format (e.g., "mar 14th, 2025"). Defaults to today'}, 'asBlock': {'type': 'boolean', 'description': 'Whether to add as a single block (default: true)'}, 'content': {'type': 'string', 'description': "Content to add to today's journal or a specified date"}}, 'additionalProperties': False}}, {'name': 'analyzeGraph', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'daysThreshold': {'type': 'number', 'description': 'Number of days to look back for "recent" content (default: 30)'}}, 'additionalProperties': False}}, {'name': 'findKnowledgeGaps', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'includeOrphans': {'type': 'boolean', 'description': 'Include orphaned pages in analysis (default: true)'}, 'minReferenceCount': {'type': 'number', 'description': 'Minimum references to consider (default: 3)'}}, 'additionalProperties': False}}, {'name': 'analyzeJournalPatterns', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'timeframe': {'type': 'string', 'description': 'Time period to analyze (e.g., "last 30 days", "this year")'}, 'includeMood': {'type': 'boolean', 'description': 'Analyze mood patterns if present (default: true)'}, 'includeTopics': {'type': 'boolean', 'description': 'Analyze topic patterns (default: true)'}}, 'additionalProperties': False}}, {'name': 'smartQuery', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['request'], 'properties': {'request': {'type': 'string', 'description': 'Natural language description of what you want to find'}, 'advanced': {'type': 'boolean', 'description': 'Use advanced analysis features'}, 'includeQuery': {'type': 'boolean', 'description': 'Include the generated Datalog query in results'}}, 'additionalProperties': False}}, {'name': 'suggestConnections', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'focusArea': {'type': 'string', 'description': 'Optional topic or area to focus suggestions around'}, 'minConfidence': {'type': 'number', 'description': 'Minimum confidence score for suggestions (0-1, default: 0.6)'}, 'maxSuggestions': {'type': 'number', 'description': 'Maximum number of suggestions to return (default: 10)'}}, 'additionalProperties': False}}, {'name': 'addJournalBlock', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'date': {'type': 'string', 'description': 'Optional journal date (e.g., "mar 14th, 2025"). Defaults to today'}, 'content': {'type': 'string', 'description': 'Content to add as a single block to a journal page'}, 'preserveFormatting': {'type': 'boolean', 'description': 'Whether to preserve markdown formatting (default: true)'}}, 'additionalProperties': False}}, {'name': 'addJournalContent', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'date': {'type': 'string', 'description': 'Optional date format (e.g., "mar 14th, 2025"). Defaults to today'}, 'content': {'type': 'string', 'description': 'Content to add to the journal page (preserves formatting)'}}, 'additionalProperties': False}}, {'name': 'addNoteContent', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pageName', 'content'], 'properties': {'content': {'type': 'string', 'description': 'Content to add to the page, with Markdown formatting'}, 'pageName': {'type': 'string', 'description': 'The name of the page to add content to'}, 'createIfNotExist': {'type': 'boolean', 'default': True, 'description': 'Whether to create the page if it does not exist'}}, 'additionalProperties': False}}, {'name': 'getBlock', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['blockId'], 'properties': {'blockId': {'type': 'string', 'description': 'The UUID of the block to fetch (without the double parentheses)'}, 'includeChildren': {'type': 'boolean', 'default': True, 'description': 'Whether to include children blocks'}}, 'additionalProperties': False}}] |
@hugohow/mcp-music-analysis | Music Analysis | Analyze audio files to extract features like beat, duration, and MFCCs. Enhance your projects with powerful audio analysis capabilities using this easy-to-install MCP. Transform your audio data into actionable insights effortlessly. | 2025-03-16T17:00:58.926Z | 0 | https://smithery.ai/server/@hugohow/mcp-music-analysis | true | null | null | [{'name': 'load', 'description': '\n Loads an audio file and returns the path to the audio time series\n Offset and duration are optional, in seconds.\n Be careful, you will never know the name of the song.\n ', 'inputSchema': {'type': 'object', 'title': 'loadArguments', 'required': ['file_path'], 'properties': {'offset': {'type': 'number', 'title': 'Offset', 'default': 0}, 'duration': {'type': 'number', 'title': 'Duration', 'default': None}, 'file_path': {'type': 'string', 'title': 'File Path'}}}}, {'name': 'get_duration', 'description': '\n Returns the total duration (in seconds) of the given audio time series.\n ', 'inputSchema': {'type': 'object', 'title': 'get_durationArguments', 'required': ['path_audio_time_series_y'], 'properties': {'path_audio_time_series_y': {'type': 'string', 'title': 'Path Audio Time Series Y'}}}}, {'name': 'tempo', 'description': '\n Estimates the tempo (in BPM) of the given audio time series using librosa.\n Offset and duration are optional, in seconds.\n ', 'inputSchema': {'type': 'object', 'title': 'tempoArguments', 'required': ['path_audio_time_series_y'], 'properties': {'ac_size': {'type': 'number', 'title': 'Ac Size', 'default': 8}, 'std_bpm': {'type': 'number', 'title': 'Std Bpm', 'default': 1}, 'max_tempo': {'type': 'number', 'title': 'Max Tempo', 'default': 320}, 'start_bpm': {'type': 'number', 'title': 'Start Bpm', 'default': 120}, 'hop_length': {'type': 'integer', 'title': 'Hop Length', 'default': 512}, 'path_audio_time_series_y': {'type': 'string', 'title': 'Path Audio Time Series Y'}}}}, {'name': 'chroma_cqt', 'description': "\n Computes the chroma CQT of the given audio time series using librosa.\n The chroma CQT is a representation of the audio signal in terms of its\n chromatic content, which is useful for music analysis.\n The chroma CQT is computed using the following parameters:\n - path_audio_time_series_y: The path to the audio time series (CSV file).\n It's sometimes better to take harmonics only\n - hop_length: The number of samples between frames.\n - fmin: The minimum frequency of the chroma feature.\n - n_chroma: The number of chroma bins (default is 12).\n - n_octaves: The number of octaves to include in the chroma feature.\n The chroma CQT is saved to a CSV file with the following columns:\n - note: The note name (C, C#, D, etc.).\n - time: The time position of the note in seconds.\n - amplitude: The amplitude of the note at that time.\n The path to the CSV file is returned.\n ", 'inputSchema': {'type': 'object', 'title': 'chroma_cqtArguments', 'required': ['path_audio_time_series_y'], 'properties': {'fmin': {'type': 'number', 'title': 'Fmin', 'default': None}, 'n_chroma': {'type': 'integer', 'title': 'N Chroma', 'default': 12}, 'n_octaves': {'type': 'integer', 'title': 'N Octaves', 'default': 7}, 'hop_length': {'type': 'integer', 'title': 'Hop Length', 'default': 512}, 'path_audio_time_series_y': {'type': 'string', 'title': 'Path Audio Time Series Y'}}}}, {'name': 'mfcc', 'description': "\n Computes the MFCC of the given audio time series using librosa.\n The MFCC is a representation of the audio signal in terms of its\n spectral content, which is useful for music analysis.\n The MFCC is computed using the following parameters:\n - path_audio_time_series_y: The path to the audio time series (CSV file).\n It's sometimes better to take harmonics only\n ", 'inputSchema': {'type': 'object', 'title': 'mfccArguments', 'required': ['path_audio_time_series_y'], 'properties': {'path_audio_time_series_y': {'type': 'string', 'title': 'Path Audio Time Series Y'}}}}, {'name': 'beat_track', 'description': '\n Computes the beat track of the given audio time series using librosa.\n The beat track is a representation of the audio signal in terms of its\n rhythmic content, which is useful for music analysis.\n The beat track is computed using the following parameters:\n - hop_length: The number of samples between frames.\n - start_bpm: The initial estimate of the tempo (in BPM).\n - tightness: The tightness of the beat tracking (default is 100).\n - units: The units of the beat track (default is "frames"). It can be frames, samples, time.\n ', 'inputSchema': {'type': 'object', 'title': 'beat_trackArguments', 'required': ['path_audio_time_series_y'], 'properties': {'units': {'type': 'string', 'title': 'Units', 'default': 'frames'}, 'start_bpm': {'type': 'number', 'title': 'Start Bpm', 'default': 120}, 'tightness': {'type': 'integer', 'title': 'Tightness', 'default': 100}, 'hop_length': {'type': 'integer', 'title': 'Hop Length', 'default': 512}, 'path_audio_time_series_y': {'type': 'string', 'title': 'Path Audio Time Series Y'}}}}, {'name': 'download_from_url', 'description': '\n Downloads a file from a given URL and returns the path to the downloaded file.\n Be careful, you will never know the name of the song.\n ', 'inputSchema': {'type': 'object', 'title': 'download_from_urlArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url'}}}}, {'name': 'download_from_youtube', 'description': '\n Downloads a file from a given youtube URL and returns the path to the downloaded file.\n Be careful, you will never know the name of the song.\n ', 'inputSchema': {'type': 'object', 'title': 'download_from_youtubeArguments', 'required': ['youtube_url'], 'properties': {'youtube_url': {'type': 'string', 'title': 'Youtube Url'}}}}] |
@f-is-h/mcp-easy-copy | Easy Copy Service | Provide a convenient MCP server that lists all available MCP services configured in Claude Desktop for easy reference and copying. Simplify the process of discovering and specifying MCP services without searching through configuration files. Keep the list dynamically updated and accessible at the top of the tools menu for quick selection. | 2025-04-18T05:00:38.685Z | 0 | https://smithery.ai/server/@f-is-h/mcp-easy-copy | true | null | null | [{'name': '_________available_mcp_services_for_easy_copy_________', 'description': 'List all MCP services available in this Claude instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}] |
@aiuluna/knowledge-graph-mcp | Knowledge Graph Server | Manage, analyze, and visualize knowledge graphs with support for multiple graph types including topologies, timelines, and ontologies. Seamlessly integrate with MCP-compatible AI assistants to query and manipulate knowledge graph data. Benefit from comprehensive resource management and version status tracking to enhance your knowledge workflows. | 2025-04-16T06:15:25.564Z | 0 | https://smithery.ai/server/@aiuluna/knowledge-graph-mcp | true | null | {
"scanPassed": true
} | [{'name': 'create_graph', 'description': '创建新的知识图谱。支持多种图谱类型,如拓扑结构、时间线、变更日志、需求文档等。各图谱类型设计指南:\n- topology(组件拓扑结构图):用于表示系统组件、模块间的依赖关系,建议先创建主要模块节点,再添加组件节点,最后通过边表示调用、依赖、包含等关系\n- timeline(时间线图谱):用于记录项目重要事件和决策,建议按时间顺序添加事件节点,并链接相关人员和决策\n- changelog(变更日志图谱):用于追踪功能和组件的变更历史,建议为每个重要变更创建节点,标记变更类型和影响范围\n- requirement(需求文档图谱):用于需求管理和追踪,建议先创建高层需求,再分解为具体功能点,最后关联到负责人和迭代\n- knowledge_base(知识库图谱):用于构建领域知识体系,建议从核心概念开始,逐步扩展相关概念和关系\n- ontology(本体论图谱):用于定义领域概念和关系的形式化表示,适合构建标准化的知识模型', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string'}, 'type': {'enum': ['topology', 'timeline', 'changelog', 'requirement', 'knowledge_base', 'ontology'], 'type': 'string', 'description': '图谱类型。topology:组件拓扑结构图,timeline:时间线图谱,changelog:变更日志图谱,requirement:需求文档图谱,knowledge_base:知识库图谱,ontology:本体论图谱'}, 'description': {'type': 'string'}}}}, {'name': 'add_node', 'description': '向知识图谱添加节点。节点是图谱的基本单元,不同类型的图谱支持不同类型的节点。', 'inputSchema': {'type': 'object', 'required': ['graphId', 'type', 'name'], 'properties': {'name': {'type': 'string'}, 'type': {'enum': ['component', 'module', 'service', 'data', 'api', 'concept', 'resource', 'event', 'change', 'requirement', 'feature', 'iteration', 'decision', 'person'], 'type': 'string', 'description': '节点类型。组件拓扑图:component/module/service/data/api/concept/resource, 时间线图谱:event/decision/iteration/person, 变更日志:change/feature/component/iteration/person, 需求文档:requirement/feature/component/iteration/person/decision'}, 'graphId': {'type': 'string'}, 'filePath': {'type': 'string'}, 'metadata': {'type': 'object'}, 'description': {'type': 'string'}}}}, {'name': 'add_edge', 'description': '在知识图谱中添加边,连接两个节点以构建关系网络。边表示节点之间的关系类型,如依赖、包含、关联等。\n使用前提:\n1. 必须先创建图谱(使用create_graph)\n2. 必须已经创建了源节点和目标节点\n3. 边的类型必须与图谱类型匹配\n\n使用建议:\n1. 先使用list_graphs获取图谱和节点信息\n2. 确认源节点和目标节点都存在且类型匹配\n3. 根据图谱类型选择合适的边类型\n4. 为边添加有意义的标签,帮助理解关系\n5. 如果关系有强弱之分,可以通过weight参数表示\n\n返回数据:\n- data: 新创建的边信息\n * id: 边ID\n * type: 边类型\n * sourceId: 源节点ID\n * targetId: 目标节点ID\n * label: 边标签\n * weight: 边权重', 'inputSchema': {'type': 'object', 'required': ['graphId', 'type', 'sourceId', 'targetId'], 'properties': {'type': {'enum': ['depends_on', 'imports', 'extends', 'implements', 'calls', 'references', 'contains', 'associated_with', 'precedes', 'transforms_to', 'leads_to', 'implements_req', 'created_by', 'modified_by', 'part_of'], 'type': 'string', 'description': '边类型。组件拓扑图:depends_on/imports/extends/implements/calls/references/contains/associated_with, 时间线图谱:precedes/leads_to/created_by/modified_by, 变更日志:precedes/transforms_to/created_by/modified_by/part_of, 需求文档:implements_req/depends_on/part_of/created_by/modified_by'}, 'label': {'type': 'string'}, 'weight': {'type': 'number'}, 'graphId': {'type': 'string'}, 'sourceId': {'type': 'string'}, 'targetId': {'type': 'string'}}}}, {'name': 'publish_graph', 'description': '发布知识图谱,将图谱状态从草稿变更为已发布。发布后的图谱仍然可以修改,但建议通过版本管理跟踪重要变更。\n使用前提:\n1. 图谱必须存在且处于草稿状态\n2. 建议在发布前确保图谱内容完整\n3. 确保所有必要的节点和边都已添加\n\n使用建议:\n1. 先使用list_graphs检查图谱的当前状态\n2. 使用get_node_details检查关键节点的完整性\n3. 在发布前对图谱结构进行最后审查\n4. 记录发布时间,用于版本管理\n5. 发布后及时通知相关团队成员\n\n返回数据:\n- data: 发布后的图谱信息\n * id: 图谱ID\n * name: 图谱名称\n * type: 图谱类型\n * status: 已发布\n * publishedAt: 发布时间', 'inputSchema': {'type': 'object', 'required': ['graphId'], 'properties': {'graphId': {'type': 'string'}}}}, {'name': 'list_graphs', 'description': '列出所有知识图谱,支持按状态和类型筛选。这是获取已有图谱信息的主要工具,也是获取节点ID的重要途径。\n使用场景:\n1. 查看所有可用的图谱及其基本信息\n2. 获取特定图谱的节点列表,用于后续的边添加或节点详情查询\n3. 按状态筛选图谱,如查看所有草稿或已发布的图谱\n4. 按类型筛选图谱,如只查看拓扑图或时间线图谱\n\n使用建议:\n1. 首先调用此工具获取图谱列表和节点信息\n2. 从返回的数据中获取需要的图谱ID和节点ID\n3. 使用这些ID调用其他工具(如add_edge、get_node_details)\n4. 建议在进行任何节点或边操作前,先用此工具确认目标图谱的状态\n\n返回数据:\n- data: 图谱列表,每个图谱包含:\n * id: 图谱ID(用于其他工具的graphId参数)\n * name: 图谱名称\n * description: 图谱描述\n * type: 图谱类型\n * status: 图谱状态\n * nodesCount: 节点数量\n * edgesCount: 边数量\n * createdAt: 创建时间\n * updatedAt: 更新时间\n * publishedAt: 发布时间(如果已发布)\n * nodes: 节点列表,每个节点包含:\n - id: 节点ID(用于add_edge和get_node_details等工具)\n - name: 节点名称\n - type: 节点类型', 'inputSchema': {'type': 'object', 'properties': {'type': {'enum': ['topology', 'timeline', 'changelog', 'requirement', 'knowledge_base', 'ontology'], 'type': 'string', 'description': '图谱类型筛选:\n- topology: 组件拓扑结构图\n- timeline: 时间线图谱\n- changelog: 变更日志图谱\n- requirement: 需求文档图谱\n- knowledge_base: 知识库图谱\n- ontology: 本体论图谱'}, 'status': {'enum': ['draft', 'published', 'archived'], 'type': 'string', 'description': '图谱状态筛选:\n- draft: 草稿状态,可以自由修改\n- published: 已发布状态,建议通过版本管理跟踪变更\n- archived: 已归档状态,不建议修改'}}}}, {'name': 'get_node_details', 'description': '获取图谱中特定节点的详细信息。此工具需要配合list_graphs工具使用,因为nodeId必须从list_graphs的返回结果中获取。\n使用场景:\n1. 查看节点的完整属性信息\n2. 检查节点关联的资源(SVG/Markdown)\n3. 分析节点与其他节点的关系网络\n4. 在修改节点前查看当前状态\n\n使用建议:\n1. 先调用list_graphs获取目标图谱的节点列表\n2. 从返回的nodes数组中获取需要的nodeId\n3. 使用获取到的graphId和nodeId调用本工具\n4. 检查返回的关系数据,确定是否需要进一步操作\n\n返回数据:\n- data: 节点详细信息\n * id: 节点ID\n * name: 节点名称\n * type: 节点类型\n * description: 节点描述\n * filePath: 关联文件路径\n * metadata: 节点元数据\n * resources: 关联资源列表\n - id: 资源ID\n - type: 资源类型(svg/markdown)\n - title: 资源标题\n * relationships: 关系列表\n - id: 边ID\n - type: 边类型\n - targetNode: 目标节点信息', 'inputSchema': {'type': 'object', 'required': ['graphId', 'nodeId'], 'properties': {'nodeId': {'type': 'string', 'description': '节点ID,必须从list_graphs返回的nodes数组中获取'}, 'graphId': {'type': 'string', 'description': '图谱ID,必须从list_graphs的返回数据中获取'}}}}, {'name': 'get_creation_guidelines', 'description': '获取SVG图形和Markdown文档的创建规范和指南。此工具是save_resource工具的前置工具,必须在创建和保存任何资源前调用。\n使用场景:\n1. 创建SVG可视化图形前获取绘制规范\n2. 创建Markdown文档前获取格式要求\n3. 批量创建资源前获取完整规范\n\n使用建议:\n1. 在开始任何资源创建前,先调用此工具获取规范\n2. 仔细阅读并遵循规范中的命名规则和目录结构\n3. 根据规范创建资源后,使用save_resource工具保存\n4. 建议将规范保存下来,供团队成员参考\n\n返回数据:\n- data: 规范内容\n * guidelines: 规范文本内容\n - 文件命名规则\n - 目录结构要求\n - 格式规范\n - 样式指南\n * type: 规范类型(svg/markdown/all)\n * version: 规范版本', 'inputSchema': {'type': 'object', 'required': ['type'], 'properties': {'type': {'enum': ['svg', 'markdown', 'all'], 'type': 'string', 'description': '规范类型:\n- svg: SVG图形创建规范,包含绘制风格、命名规则等\n- markdown: Markdown文档规范,包含格式要求、目录结构等\n- all: 获取所有规范(推荐)'}}}}, {'name': 'save_resource', 'description': '保存AI创建的SVG图形或Markdown文档到知识图谱。此工具需要配合get_creation_guidelines和list_graphs工具使用。\n使用场景:\n1. 保存图谱的SVG可视化表示\n2. 保存节点相关的Markdown文档\n3. 批量保存多个资源文件\n\n使用建议:\n1. 先调用get_creation_guidelines获取资源创建规范\n2. 使用list_graphs获取目标图谱ID和节点ID(如需关联到节点)\n3. 按规范创建资源内容\n4. 使用本工具保存资源\n5. 保存后可使用get_node_details查看资源关联状态\n\n返回数据:\n- data: 保存的资源信息\n * id: 资源ID\n * type: 资源类型(svg/markdown)\n * title: 资源标题\n * description: 资源描述\n * nodeId: 关联的节点ID(如果有)\n * createdAt: 创建时间', 'inputSchema': {'type': 'object', 'required': ['graphId', 'resourceType', 'title', 'content'], 'properties': {'title': {'type': 'string', 'description': '资源标题,必须符合get_creation_guidelines中的命名规范'}, 'nodeId': {'type': 'string', 'description': '关联的节点ID(可选),如果提供则必须从list_graphs的nodes数组中获取'}, 'content': {'type': 'string', 'description': '资源内容,必须符合get_creation_guidelines中的格式规范'}, 'graphId': {'type': 'string', 'description': '图谱ID,必须从list_graphs的返回数据中获取'}, 'description': {'type': 'string', 'description': '资源描述(可选)'}, 'resourceType': {'enum': ['svg', 'markdown'], 'type': 'string', 'description': '资源类型:\n- svg: SVG图形文件\n- markdown: Markdown文档'}}}}, {'name': 'update_node', 'description': '修改知识图谱中的节点。此工具需要配合list_graphs和get_node_details工具使用。\n使用场景:\n1. 更新节点的基本信息(名称、描述等)\n2. 更新节点关联的文件路径\n3. 更新节点的元数据信息\n\n使用建议:\n1. 先调用list_graphs获取目标图谱和节点ID\n2. 使用get_node_details查看节点当前状态\n3. 只更新需要修改的字段,其他字段保持不变\n4. 更新后可再次调用get_node_details确认修改\n\n返回数据:\n- data: 更新后的节点信息\n * id: 节点ID\n * name: 节点名称\n * type: 节点类型\n * description: 节点描述\n * filePath: 关联文件路径\n * metadata: 节点元数据\n * updatedAt: 更新时间', 'inputSchema': {'type': 'object', 'required': ['graphId', 'nodeId'], 'properties': {'name': {'type': 'string', 'description': '新的节点名称(可选)'}, 'nodeId': {'type': 'string', 'description': '节点ID,必须从list_graphs的nodes数组中获取'}, 'graphId': {'type': 'string', 'description': '图谱ID,必须从list_graphs的返回数据中获取'}, 'filePath': {'type': 'string', 'description': '新的关联文件路径(可选)'}, 'metadata': {'type': 'object', 'description': '新的节点元数据(可选)'}, 'description': {'type': 'string', 'description': '新的节点描述(可选)'}}}}, {'name': 'update_edge', 'description': '修改知识图谱中的边。此工具需要配合list_graphs和get_node_details工具使用。\n使用场景:\n1. 更新边的标签信息\n2. 调整边的权重值\n3. 更新边的元数据信息\n\n使用建议:\n1. 先调用list_graphs获取目标图谱信息\n2. 使用get_node_details查看相关节点的边列表\n3. 只更新需要修改的字段,其他字段保持不变\n4. 更新后可再次调用get_node_details确认修改\n\n返回数据:\n- data: 更新后的边信息\n * id: 边ID\n * type: 边类型\n * sourceId: 源节点ID\n * targetId: 目标节点ID\n * label: 边标签\n * weight: 边权重\n * metadata: 边元数据\n * updatedAt: 更新时间', 'inputSchema': {'type': 'object', 'required': ['graphId', 'edgeId'], 'properties': {'label': {'type': 'string', 'description': '新的边标签(可选)'}, 'edgeId': {'type': 'string', 'description': '边ID,必须从get_node_details的relationships数组中获取'}, 'weight': {'type': 'number', 'description': '新的边权重(可选),用于表示关系的强弱程度'}, 'graphId': {'type': 'string', 'description': '图谱ID,必须从list_graphs的返回数据中获取'}, 'metadata': {'type': 'object', 'description': '新的边元数据(可选)'}}}}, {'name': 'delete_node', 'description': '删除知识图谱中的节点。此工具需要配合list_graphs工具使用,且操作不可撤销。\n使用场景:\n1. 删除错误创建的节点\n2. 删除不再需要的节点\n3. 重构图谱结构时删除冗余节点\n\n使用建议:\n1. 先调用list_graphs获取目标图谱和节点信息\n2. 使用get_node_details检查节点的关联资源和关系\n3. 确认删除不会影响其他重要节点\n4. 设置confirmDelete为true以确认删除\n5. 建议在删除前备份重要数据\n\n注意事项:\n- 删除节点会同时删除与该节点相关的所有边\n- 如果节点有关联的资源,资源不会被删除,但会解除关联\n\n返回数据:\n- data: 删除结果\n * id: 被删除的节点ID\n * name: 节点名称\n * type: 节点类型\n * deletedAt: 删除时间', 'inputSchema': {'type': 'object', 'required': ['graphId', 'nodeId', 'confirmDelete'], 'properties': {'nodeId': {'type': 'string', 'description': '节点ID,必须从list_graphs的nodes数组中获取'}, 'graphId': {'type': 'string', 'description': '图谱ID,必须从list_graphs的返回数据中获取'}, 'confirmDelete': {'type': 'boolean', 'description': '确认删除,必须设置为true,这是一个安全措施,防止误删除'}}}}, {'name': 'delete_edge', 'description': '删除知识图谱中的边。此工具需要配合list_graphs和get_node_details工具使用,且操作不可撤销。\n使用场景:\n1. 删除错误创建的关系\n2. 更新节点之间的关系结构\n3. 重构图谱时清理冗余关系\n\n使用建议:\n1. 先调用list_graphs获取目标图谱信息\n2. 使用get_node_details获取边的详细信息\n3. 确认删除不会破坏重要的关系结构\n4. 设置confirmDelete为true以确认删除\n\n注意事项:\n- 删除边不会影响相关的节点\n- 删除后需要重新调用get_node_details查看更新后的关系\n\n返回数据:\n- data: 删除结果\n * id: 被删除的边ID\n * deletedAt: 删除时间', 'inputSchema': {'type': 'object', 'required': ['graphId', 'edgeId', 'confirmDelete'], 'properties': {'edgeId': {'type': 'string', 'description': '边ID,必须从get_node_details的relationships数组中获取'}, 'graphId': {'type': 'string', 'description': '图谱ID,必须从list_graphs的返回数据中获取'}, 'confirmDelete': {'type': 'boolean', 'description': '确认删除,必须设置为true,这是一个安全措施,防止误删除'}}}}, {'name': 'update_resource', 'description': '更新知识图谱中的资源信息。此工具需要配合list_graphs和get_node_details工具使用。\n使用场景:\n1. 修改资源的标题或描述\n2. 更新资源的元数据信息\n3. 完善资源的文档说明\n\n使用建议:\n1. 先调用list_graphs获取目标图谱信息\n2. 使用get_node_details查看资源当前信息\n3. 只更新需要修改的字段\n4. 保持资源命名的一致性\n\n返回数据:\n- data: 更新后的资源信息\n * id: 资源ID\n * name: 资源名称\n * title: 资源标题\n * description: 资源描述\n * updatedAt: 更新时间', 'inputSchema': {'type': 'object', 'required': ['graphId', 'resourceId'], 'properties': {'name': {'type': 'string', 'description': '新的资源名称(可选)'}, 'title': {'type': 'string', 'description': '新的资源标题(可选)'}, 'graphId': {'type': 'string', 'description': '图谱ID,必须从list_graphs的返回数据中获取'}, 'resourceId': {'type': 'string', 'description': '资源ID,必须从get_node_details的resources数组中获取'}, 'description': {'type': 'string', 'description': '新的资源描述(可选)'}}}}, {'name': 'delete_resource', 'description': '删除知识图谱中的资源。此工具需要配合list_graphs和get_node_details工具使用,且操作不可撤销。\n使用场景:\n1. 删除过时的资源文件\n2. 清理不再需要的文档\n3. 移除错误创建的资源\n\n使用建议:\n1. 先调用list_graphs获取目标图谱信息\n2. 使用get_node_details确认资源的关联关系\n3. 确认删除不会影响其他节点\n4. 设置confirmDelete为true以确认删除\n5. 建议在删除前备份重要资源\n\n注意事项:\n- 删除资源会同时删除物理文件\n- 会自动解除与所有节点的关联\n- 此操作不可恢复\n\n返回数据:\n- data: 删除结果\n * id: 被删除的资源ID\n * type: 资源类型\n * deletedAt: 删除时间', 'inputSchema': {'type': 'object', 'required': ['graphId', 'resourceId', 'confirmDelete'], 'properties': {'graphId': {'type': 'string', 'description': '图谱ID,必须从list_graphs的返回数据中获取'}, 'resourceId': {'type': 'string', 'description': '资源ID,必须从get_node_details的resources数组中获取'}, 'confirmDelete': {'type': 'boolean', 'description': '确认删除,必须设置为true,这是一个安全措施,防止误删除'}}}}, {'name': 'unlink_resource', 'description': '解除资源与节点的关联关系。此工具需要配合list_graphs和get_node_details工具使用。\n使用场景:\n1. 调整资源的关联关系\n2. 移除错误的资源关联\n3. 重组节点的资源结构\n\n使用建议:\n1. 先调用list_graphs获取目标图谱信息\n2. 使用get_node_details查看节点的资源关联\n3. 确认解除关联不会影响其他功能\n4. 记录变更以便需要时重新关联\n\n注意事项:\n- 只解除关联,不删除资源\n- 资源仍然可以被其他节点使用\n- 可以随时重新建立关联\n\n返回数据:\n- data: 操作结果\n * resourceId: 资源ID\n * nodeId: 节点ID\n * unlinkedAt: 解除关联时间', 'inputSchema': {'type': 'object', 'required': ['graphId', 'nodeId', 'resourceId'], 'properties': {'nodeId': {'type': 'string', 'description': '节点ID,必须从list_graphs的nodes数组中获取'}, 'graphId': {'type': 'string', 'description': '图谱ID,必须从list_graphs的返回数据中获取'}, 'resourceId': {'type': 'string', 'description': '要解除关联的资源ID,必须从get_node_details的resources数组中获取'}}}}] |
@richardblythman/automcp-example-openai | OpenAI Agent MCP Server | Enable your OpenAI agents to interact with external tools and resources through a standardized MCP server interface. Facilitate dynamic integration of AI models with real-world data and actions to enhance agent capabilities. Simplify building intelligent agents that can call tools, read resources, and use prompt templates seamlessly. | 2025-04-17T17:35:17.758Z | 0 | https://smithery.ai/server/@richardblythman/automcp-example-openai | true | null | null | [{'name': 'Translator_Agent', 'description': "Translate the user's message to Spanish, French, and Italian", 'inputSchema': {'type': 'object', 'title': 'Translator_AgentArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}] |
@kukapay/hf-trending-mcp | Trending Model Tracker | Fetch and analyze the latest trending models, datasets, and spaces on Hugging Face. Stay updated with the most popular AI resources and enhance your projects with current trends. Perfect for developers, researchers, and AI enthusiasts looking to leverage trending content. | 2025-04-03T20:01:21.634Z | 0 | https://smithery.ai/server/@kukapay/hf-trending-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_trending_models', 'description': '\n Get trending models from Hugging Face.\n \n Parameters:\n limit (int): Number of trending models to return (default: 10)\n ctx (Context): MCP context providing access to lifespan resources (automatically injected)\n ', 'inputSchema': {'type': 'object', 'title': 'get_trending_modelsArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}}}}, {'name': 'get_trending_datasets', 'description': '\n Get trending datasets from Hugging Face.\n \n Parameters:\n limit (int): Number of trending datasets to return (default: 10)\n ctx (Context): MCP context providing access to lifespan resources (automatically injected)\n ', 'inputSchema': {'type': 'object', 'title': 'get_trending_datasetsArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}}}}, {'name': 'get_trending_spaces', 'description': '\n Get trending spaces from Hugging Face.\n \n Parameters:\n limit (int): Number of trending spaces to return (default: 10)\n ctx (Context): MCP context providing access to lifespan resources (automatically injected)\n ', 'inputSchema': {'type': 'object', 'title': 'get_trending_spacesArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}}}}, {'name': 'search_trending', 'description': "\n Search trending items on Hugging Face with a query.\n \n Parameters:\n query (str): Search term to filter trending items\n type (str): Type of items to search ('models', 'datasets', or 'spaces', default: 'models')\n limit (int): Number of results to return (default: 5)\n ctx (Context): MCP context providing access to lifespan resources (automatically injected)\n ", 'inputSchema': {'type': 'object', 'title': 'search_trendingArguments', 'required': ['query'], 'properties': {'type': {'type': 'string', 'title': 'Type', 'default': 'models'}, 'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'query': {'type': 'string', 'title': 'Query'}}}}] |
@Artemis-xyz/artemis-mcp | Artemis MCP Server | Connect with the Artemis API to retrieve crypto data and generate ART formulas. Simplify your digital finance operations by leveraging powerful tools for data validation and retrieval. Enhance your crypto analysis with easy access to metrics and formulas. | 2025-04-03T09:01:13.138Z | 0 | https://smithery.ai/server/@Artemis-xyz/artemis-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_artemis_data', 'description': ' Get Crypto data from the Artemis API for the given symbols and metrics.\n\n Args:\n symbols: List of symbols to call the API for\n metrics: List of metrics to call the API for\n start_date: start date for the API make sure to use the format YYYY-MM-DD no other format will work\n end_date: end date for the API make sure to use the format YYYY-MM-DD no other format will work\n ', 'inputSchema': {'type': 'object', 'title': 'get_artemis_dataArguments', 'required': ['symbols', 'metrics', 'start_date', 'end_date'], 'properties': {'metrics': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Metrics'}, 'symbols': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Symbols'}, 'end_date': {'type': 'string', 'title': 'End Date'}, 'start_date': {'type': 'string', 'title': 'Start Date'}}}}, {'name': 'get_artemis_supported_metrics_for_symbol', 'description': ' Get Metrics that Artemis Supports for a given symbol and their descriptions + sources.\n\n Args:\n symbol: can only take one symbol at a time to get the list of supported metrics for that symbol\n ', 'inputSchema': {'type': 'object', 'title': 'get_artemis_supported_metrics_for_symbolArguments', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol'}}}}, {'name': 'validate_artemis_api_key', 'description': ' Validate the Artemis API Key.\n\n ', 'inputSchema': {'type': 'object', 'title': 'validate_artemis_api_keyArguments', 'properties': {}}}, {'name': 'generate_art_formula', 'description': 'Generate an ART formula for Artemis Sheets.\n\n This tool creates properly formatted ART formulas for time-series data retrieval\n such as prices, fees, revenue, and other historical data.\n\n Important notes:\n - Dates must be in YYYY-MM-DD format (e.g., "2025-02-28")\n - For relative dates, calculate the actual date before passing it to this tool\n - Order can be "ASC" (default) or "DESC"\n - Common metrics include: PRICE, VOLUME, MC (market cap), SUPPLY, TVL, etc.\n ', 'inputSchema': {'type': 'object', 'title': 'generate_art_formulaArguments', 'required': ['symbols', 'metrics'], 'properties': {'order': {'type': 'string', 'title': 'Order', 'default': 'ASC'}, 'metrics': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Metrics'}, 'symbols': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Symbols'}, 'end_date': {'type': 'string', 'title': 'End Date', 'default': ''}, 'show_dates': {'type': 'boolean', 'title': 'Show Dates', 'default': False}, 'start_date': {'type': 'string', 'title': 'Start Date', 'default': ''}, 'hide_weekends': {'type': 'boolean', 'title': 'Hide Weekends', 'default': False}}}}, {'name': 'generate_artinfo_formula', 'description': 'Generate an ARTINFO formula for Artemis Sheets.\n\n This tool creates properly formatted ARTINFO formulas for retrieving asset information,\n classifications, available metrics, market cap rankings, and other metadata.\n\n For market rankings:\n - To get top N assets by market cap, use top_n=N (e.g., top_n=25)\n - This will generate =ARTINFO("ALL", "TOPn-SYMBOLS")\n\n For asset information:\n - Use parameter1="SYMBOL" (e.g., "BTC") and parameter2="INFO_TYPE"\n (e.g., "ASSET-NAME", "MC-RANK", etc.)\n ', 'inputSchema': {'type': 'object', 'title': 'generate_artinfo_formulaArguments', 'properties': {'top_n': {'type': 'integer', 'title': 'Top N', 'default': 0}, 'parameter1': {'type': 'string', 'title': 'Parameter1', 'default': 'ALL'}, 'parameter2': {'type': 'string', 'title': 'Parameter2', 'default': ''}}}}] |
@jxnl/python-apple-mcp | Python Apple MCP | Interact with macOS applications seamlessly using AppleScript. Enhance your productivity by automating tasks across Contacts, Notes, Mail, Messages, Reminders, Calendar, and Maps with a type-safe and modular design. | 2025-04-05T01:01:13.926Z | 0 | https://smithery.ai/server/@jxnl/python-apple-mcp | true | null | null | [{'name': 'find_contact', 'description': 'Search for contacts by name. If no name is provided, returns all contacts.', 'inputSchema': {'type': 'object', 'title': 'find_contactArguments', 'properties': {'name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Name', 'default': None}}}}, {'name': 'create_note', 'description': 'Create a new note in Apple Notes', 'inputSchema': {'type': 'object', '$defs': {'Note': {'type': 'object', 'title': 'Note', 'required': ['title', 'content'], 'properties': {'title': {'type': 'string', 'title': 'Title'}, 'folder': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Folder', 'default': 'Claude'}, 'content': {'type': 'string', 'title': 'Content'}}}}, 'title': 'create_noteArguments', 'required': ['note'], 'properties': {'note': {'$ref': '#/$defs/Note'}}}}, {'name': 'search_notes', 'description': 'Search for notes containing the given text', 'inputSchema': {'type': 'object', 'title': 'search_notesArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'send_message', 'description': 'Send an iMessage', 'inputSchema': {'type': 'object', '$defs': {'Message': {'type': 'object', 'title': 'Message', 'required': ['to', 'content'], 'properties': {'to': {'type': 'string', 'title': 'To'}, 'content': {'type': 'string', 'title': 'Content'}, 'scheduled_time': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Scheduled Time', 'default': None}}}}, 'title': 'send_messageArguments', 'required': ['message'], 'properties': {'message': {'$ref': '#/$defs/Message'}}}}, {'name': 'read_messages', 'description': 'Read recent messages from a specific contact', 'inputSchema': {'type': 'object', 'title': 'read_messagesArguments', 'required': ['phone_number'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'phone_number': {'type': 'string', 'title': 'Phone Number'}}}}, {'name': 'send_email', 'description': 'Send an email using Apple Mail', 'inputSchema': {'type': 'object', '$defs': {'Email': {'type': 'object', 'title': 'Email', 'required': ['to', 'subject', 'body'], 'properties': {'cc': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Cc', 'default': None}, 'to': {'type': 'string', 'title': 'To'}, 'bcc': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Bcc', 'default': None}, 'body': {'type': 'string', 'title': 'Body'}, 'subject': {'type': 'string', 'title': 'Subject'}}}}, 'title': 'send_emailArguments', 'required': ['email'], 'properties': {'email': {'$ref': '#/$defs/Email'}}}}, {'name': 'search_emails', 'description': 'Search emails containing the given text', 'inputSchema': {'type': 'object', 'title': 'search_emailsArguments', 'required': ['query'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'create_reminder', 'description': 'Create a new reminder', 'inputSchema': {'type': 'object', '$defs': {'Reminder': {'type': 'object', 'title': 'Reminder', 'required': ['title'], 'properties': {'notes': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Notes', 'default': None}, 'title': {'type': 'string', 'title': 'Title'}, 'due_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Due Date', 'default': None}, 'list_name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'List Name', 'default': None}}}}, 'title': 'create_reminderArguments', 'required': ['reminder'], 'properties': {'reminder': {'$ref': '#/$defs/Reminder'}}}}, {'name': 'search_reminders', 'description': 'Search for reminders containing the given text', 'inputSchema': {'type': 'object', 'title': 'search_remindersArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'create_event', 'description': 'Create a new calendar event', 'inputSchema': {'type': 'object', '$defs': {'CalendarEvent': {'type': 'object', 'title': 'CalendarEvent', 'required': ['title', 'start_date', 'end_date'], 'properties': {'notes': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Notes', 'default': None}, 'title': {'type': 'string', 'title': 'Title'}, 'end_date': {'type': 'string', 'title': 'End Date'}, 'location': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Location', 'default': None}, 'is_all_day': {'type': 'boolean', 'title': 'Is All Day', 'default': False}, 'start_date': {'type': 'string', 'title': 'Start Date'}, 'calendar_name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Calendar Name', 'default': None}}}}, 'title': 'create_eventArguments', 'required': ['event'], 'properties': {'event': {'$ref': '#/$defs/CalendarEvent'}}}}, {'name': 'search_events', 'description': 'Search for calendar events', 'inputSchema': {'type': 'object', 'title': 'search_eventsArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'to_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'To Date', 'default': None}, 'from_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'From Date', 'default': None}}}}, {'name': 'search_locations', 'description': 'Search for locations in Apple Maps', 'inputSchema': {'type': 'object', 'title': 'search_locationsArguments', 'required': ['query'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 5}, 'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'get_directions', 'description': 'Get directions between two locations', 'inputSchema': {'type': 'object', 'title': 'get_directionsArguments', 'required': ['from_address', 'to_address'], 'properties': {'to_address': {'type': 'string', 'title': 'To Address'}, 'from_address': {'type': 'string', 'title': 'From Address'}, 'transport_type': {'type': 'string', 'title': 'Transport Type', 'default': 'driving'}}}}] |
@arjunkmrm/lta-mcp | Singapore LTA DataMall Server | Provide real-time transportation data from Singapore's Land Transport Authority including bus arrivals, train service alerts, carpark availability, and traffic incidents. Access up-to-date information on MRT/LRT station crowding and travel times on expressways. Enable seamless integration of Singapore transport data into your applications for enhanced travel planning and monitoring. | 2025-04-29T03:12:56.674Z | 0 | https://smithery.ai/server/@arjunkmrm/lta-mcp | true | null | {
"scanPassed": true
} | [{'name': 'bus_arrival', 'description': 'Get real-time bus arrival information for a specific bus stop and optionally a specific service number. Returns estimated arrival times, bus locations, and crowding levels.', 'inputSchema': {'type': 'object', 'required': ['busStopCode'], 'properties': {'serviceNo': {'type': 'string', 'description': 'Optional bus service number to filter results'}, 'busStopCode': {'type': 'string', 'description': 'The unique 5-digit bus stop code'}}}}, {'name': 'station_crowding', 'description': 'Get real-time MRT/LRT station crowdedness level for a particular train network line. Updates every 10 minutes.', 'inputSchema': {'type': 'object', 'required': ['trainLine'], 'properties': {'trainLine': {'enum': ['CCL', 'CEL', 'CGL', 'DTL', 'EWL', 'NEL', 'NSL', 'BPL', 'SLRT', 'PLRT', 'TEL'], 'type': 'string', 'description': 'Code of train network line (CCL, CEL, CGL, DTL, EWL, NEL, NSL, BPL, SLRT, PLRT, TEL)'}}}}, {'name': 'train_alerts', 'description': 'Get real-time train service alerts including service disruptions and shuttle services. Updates when there are changes.', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'carpark_availability', 'description': 'Get real-time availability of parking lots for HDB, LTA, and URA carparks. Updates every minute.', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'travel_times', 'description': 'Get estimated travel times on expressway segments. Updates every 5 minutes.', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'traffic_incidents', 'description': 'Get current road incidents including accidents, roadworks, and heavy traffic. Updates every 2 minutes.', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'station_crowd_forecast', 'description': 'Get forecasted MRT/LRT station crowdedness levels in 30-minute intervals.', 'inputSchema': {'type': 'object', 'required': ['trainLine'], 'properties': {'trainLine': {'enum': ['CCL', 'CEL', 'CGL', 'DTL', 'EWL', 'NEL', 'NSL', 'BPL', 'SLRT', 'PLRT', 'TEL'], 'type': 'string', 'description': 'Code of train network line (CCL, CEL, CGL, DTL, EWL, NEL, NSL, BPL, SLRT, PLRT, TEL)'}}}}] |
hny-mcp | Honeycomb MCP Server | A server for interacting with Honeycomb observability data, enabling LLMs to analyze and query datasets. | 2024-12-22T03:30:42.376Z | 0 | https://smithery.ai/server/hny-mcp | true | null | {
"scanPassed": true
} | [{'name': 'list_datasets', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['environment'], 'properties': {'environment': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get_columns', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['environment', 'dataset'], 'properties': {'dataset': {'type': 'string', 'description': 'The dataset to fetch columns from'}, 'environment': {'type': 'string', 'description': 'The Honeycomb environment'}}, 'additionalProperties': False}}, {'name': 'run_query', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['environment', 'dataset', 'calculations'], 'properties': {'limit': {'type': 'number'}, 'having': {'type': 'array', 'items': {'type': 'object', 'required': ['calculate_op', 'op', 'value'], 'properties': {'op': {'enum': ['=', '!=', '>', '>=', '<', '<='], 'type': 'string'}, 'value': {'type': 'number'}, 'column': {'type': 'string'}, 'calculate_op': {'enum': ['COUNT', 'CONCURRENCY', 'SUM', 'AVG', 'COUNT_DISTINCT', 'MAX', 'MIN', 'P001', 'P01', 'P05', 'P10', 'P20', 'P25', 'P50', 'P75', 'P80', 'P90', 'P95', 'P99', 'P999', 'RATE_AVG', 'RATE_SUM', 'RATE_MAX'], 'type': 'string'}}, 'additionalProperties': False}}, 'orders': {'type': 'array', 'items': {'type': 'object', 'required': ['op', 'order'], 'properties': {'op': {'type': 'string'}, 'order': {'enum': ['ascending', 'descending'], 'type': 'string'}, 'column': {'type': 'string'}}, 'additionalProperties': False}}, 'dataset': {'type': 'string'}, 'filters': {'type': 'array', 'items': {'type': 'object', 'required': ['column', 'op'], 'properties': {'op': {'enum': ['=', '!=', '>', '>=', '<', '<=', 'starts-with', 'does-not-start-with', 'ends-with', 'does-not-end-with', 'exists', 'does-not-exist', 'contains', 'does-not-contain', 'in', 'not-in'], 'type': 'string'}, 'value': {'anyOf': [{'type': 'string'}, {'type': 'number'}, {'type': 'boolean'}, {'type': 'array', 'items': {'type': 'string'}}, {'type': 'array', 'items': {'type': 'number'}}]}, 'column': {'type': 'string'}}, 'additionalProperties': False}}, 'end_time': {'type': 'number'}, 'breakdowns': {'type': 'array', 'items': {'type': 'string'}}, 'start_time': {'type': 'number'}, 'time_range': {'type': 'number'}, 'environment': {'type': 'string'}, 'granularity': {'type': 'number'}, 'calculations': {'type': 'array', 'items': {'type': 'object', 'required': ['op'], 'properties': {'op': {'enum': ['COUNT', 'CONCURRENCY', 'SUM', 'AVG', 'COUNT_DISTINCT', 'MAX', 'MIN', 'P001', 'P01', 'P05', 'P10', 'P20', 'P25', 'P50', 'P75', 'P80', 'P90', 'P95', 'P99', 'P999', 'RATE_AVG', 'RATE_SUM', 'RATE_MAX', 'HEATMAP'], 'type': 'string'}, 'column': {'type': 'string'}}, 'additionalProperties': False}}, 'filter_combination': {'enum': ['AND', 'OR'], 'type': 'string'}}, 'additionalProperties': False}}, {'name': 'analyze_column', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['environment', 'dataset', 'column'], 'properties': {'column': {'type': 'string'}, 'dataset': {'type': 'string'}, 'timeRange': {'type': 'number'}, 'environment': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'list_boards', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['environment'], 'properties': {'environment': {'type': 'string', 'description': 'The Honeycomb environment'}}, 'additionalProperties': False}}, {'name': 'get_board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['environment', 'boardId'], 'properties': {'boardId': {'type': 'string', 'description': 'The ID of the board to retrieve'}, 'environment': {'type': 'string', 'description': 'The Honeycomb environment'}}, 'additionalProperties': False}}, {'name': 'list_markers', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['environment'], 'properties': {'environment': {'type': 'string', 'description': 'The Honeycomb environment'}}, 'additionalProperties': False}}, {'name': 'list_recipients', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['environment'], 'properties': {'environment': {'type': 'string', 'description': 'The Honeycomb environment'}}, 'additionalProperties': False}}, {'name': 'list_slos', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['environment', 'dataset'], 'properties': {'dataset': {'type': 'string', 'description': 'The dataset to fetch SLOs from'}, 'environment': {'type': 'string', 'description': 'The Honeycomb environment'}}, 'additionalProperties': False}}, {'name': 'get_slo', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['environment', 'dataset', 'sloId'], 'properties': {'sloId': {'type': 'string', 'description': 'The ID of the SLO to retrieve'}, 'dataset': {'type': 'string', 'description': 'The dataset containing the SLO'}, 'environment': {'type': 'string', 'description': 'The Honeycomb environment'}}, 'additionalProperties': False}}, {'name': 'list_triggers', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['environment', 'dataset'], 'properties': {'dataset': {'type': 'string', 'description': 'The dataset to fetch triggers from'}, 'environment': {'type': 'string', 'description': 'The Honeycomb environment'}}, 'additionalProperties': False}}, {'name': 'get_trigger', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['environment', 'dataset', 'triggerId'], 'properties': {'dataset': {'type': 'string', 'description': 'The dataset containing the trigger'}, 'triggerId': {'type': 'string', 'description': 'The ID of the trigger to retrieve'}, 'environment': {'type': 'string', 'description': 'The Honeycomb environment'}}, 'additionalProperties': False}}] |
@RainyCodeWizard/azure-devops-mcp-server | Azure DevOps Integration Server | Integrate seamlessly with Azure DevOps to manage work items, repositories, and pipelines. Enhance your Cline experience by automating tasks and retrieving data directly from Azure DevOps services. Streamline your development workflow with powerful tools at your fingertips. | 2025-04-12T15:43:54.816Z | 0 | https://smithery.ai/server/@RainyCodeWizard/azure-devops-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'get_work_item', 'description': 'Get work items by IDs', 'inputSchema': {'type': 'object', 'required': ['ids'], 'properties': {'ids': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Work item IDs'}, 'asOf': {'type': 'string', 'format': 'date-time', 'description': 'As of a specific date (ISO 8601)'}, 'fields': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Fields to include (e.g., "System.Title", "System.State")'}, '$expand': {'enum': [0, 1, 2, 3, 4], 'type': 'number', 'description': 'Expand options (None=0, Relations=1, Fields=2, Links=3, All=4)'}, 'errorPolicy': {'enum': [1, 2], 'type': 'number', 'description': 'Error policy (Fail=1, Omit=2)'}}}}, {'name': 'list_work_items', 'description': 'List work items from a board', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'WIQL query to filter work items'}}}}, {'name': 'create_work_item', 'description': 'Create a new work item using JSON patch operations', 'inputSchema': {'type': 'object', 'required': ['type', 'document'], 'properties': {'type': {'type': 'string', 'description': 'Work item type (e.g., "Bug", "Task", "User Story")'}, 'document': {'type': 'array', 'items': {'type': 'object', 'required': ['op', 'path'], 'properties': {'op': {'enum': ['add', 'remove', 'replace', 'move', 'copy', 'test'], 'type': 'string', 'description': 'The patch operation to perform'}, 'path': {'type': 'string', 'description': 'The path for the operation (e.g., /fields/System.Title)'}, 'value': {'description': 'The value for the operation'}}}, 'description': 'Array of JSON patch operations to apply'}}}}, {'name': 'update_work_item', 'description': 'Update an existing work item using JSON patch operations', 'inputSchema': {'type': 'object', 'required': ['id', 'document'], 'properties': {'id': {'type': 'number', 'description': 'ID of the work item to update'}, 'document': {'type': 'array', 'items': {'type': 'object', 'required': ['op', 'path'], 'properties': {'op': {'enum': ['add', 'remove', 'replace', 'move', 'copy', 'test'], 'type': 'string', 'description': 'The patch operation to perform'}, 'path': {'type': 'string', 'description': 'The path for the operation (e.g., /fields/System.Title)'}, 'value': {'description': 'The value for the operation'}}}, 'description': 'Array of JSON patch operations to apply'}}}}, {'name': 'get_boards', 'description': 'List available boards in the project', 'inputSchema': {'type': 'object', 'properties': {'team': {'type': 'string', 'description': 'Team name (optional)'}}}}, {'name': 'get_wikis', 'description': 'List all wikis in the project', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_wiki_page', 'description': 'Get a wiki page by path', 'inputSchema': {'type': 'object', 'required': ['wikiIdentifier', 'path'], 'properties': {'path': {'type': 'string', 'description': 'Page path'}, 'version': {'type': 'string', 'description': 'Version (optional, defaults to main)'}, 'includeContent': {'type': 'boolean', 'description': 'Include page content (optional, defaults to true)'}, 'wikiIdentifier': {'type': 'string', 'description': 'Wiki identifier'}}}}, {'name': 'create_wiki', 'description': 'Create a new wiki', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Wiki name'}, 'projectId': {'type': 'string', 'description': 'Project ID (optional, defaults to current project)'}, 'mappedPath': {'type': 'string', 'description': 'Mapped path (optional, defaults to /)'}}}}, {'name': 'update_wiki_page', 'description': 'Create or update a wiki page', 'inputSchema': {'type': 'object', 'required': ['wikiIdentifier', 'path', 'content'], 'properties': {'path': {'type': 'string', 'description': 'Page path'}, 'comment': {'type': 'string', 'description': 'Comment for the update (optional)'}, 'content': {'type': 'string', 'description': 'Page content in markdown format'}, 'wikiIdentifier': {'type': 'string', 'description': 'Wiki identifier'}}}}, {'name': 'list_projects', 'description': 'List all projects in the Azure DevOps organization', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'list_pipelines', 'description': 'List all pipelines in the project', 'inputSchema': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'Filter pipelines by name (optional)'}, 'folder': {'type': 'string', 'description': 'Filter pipelines by folder path (optional)'}}}}, {'name': 'trigger_pipeline', 'description': 'Trigger a pipeline run', 'inputSchema': {'type': 'object', 'required': ['pipelineId'], 'properties': {'branch': {'type': 'string', 'description': 'Branch to run the pipeline on (optional, defaults to default branch)'}, 'variables': {'type': 'object', 'description': 'Pipeline variables to override (optional)', 'additionalProperties': {'type': 'string'}}, 'pipelineId': {'type': 'number', 'description': 'Pipeline ID to trigger'}}}}, {'name': 'list_pull_requests', 'description': 'List all pull requests in the project', 'inputSchema': {'type': 'object', 'required': ['repositoryId'], 'properties': {'status': {'enum': ['active', 'completed', 'abandoned'], 'type': 'string', 'description': 'Filter by PR status (active, completed, abandoned)'}, 'creatorId': {'type': 'string', 'description': 'Filter by creator ID (optional)'}, 'repositoryId': {'type': 'string', 'description': 'Filter by repository ID'}}}}, {'name': 'get_pull_request', 'description': 'Get a specific pull request by ID', 'inputSchema': {'type': 'object', 'required': ['pullRequestId'], 'properties': {'pullRequestId': {'type': 'number', 'description': 'Pull Request ID to retrieve'}}}}, {'name': 'create_pull_request', 'description': 'Create a new pull request', 'inputSchema': {'type': 'object', 'required': ['repositoryId', 'sourceRefName', 'targetRefName', 'title'], 'properties': {'title': {'type': 'string', 'description': 'Pull request title'}, 'reviewers': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of reviewer IDs (optional)'}, 'description': {'type': 'string', 'description': 'Pull request description'}, 'repositoryId': {'type': 'string', 'description': 'Repository ID'}, 'sourceRefName': {'type': 'string', 'description': 'Source branch name (e.g. refs/heads/feature)'}, 'targetRefName': {'type': 'string', 'description': 'Target branch name (e.g. refs/heads/main)'}}}}, {'name': 'update_pull_request', 'description': 'Update an existing pull request', 'inputSchema': {'type': 'object', 'required': ['pullRequestId'], 'properties': {'title': {'type': 'string', 'description': 'New title (optional)'}, 'status': {'enum': ['active', 'abandoned', 'completed'], 'type': 'string', 'description': 'New status (active, abandoned, completed)'}, 'description': {'type': 'string', 'description': 'New description (optional)'}, 'mergeStrategy': {'enum': ['squash', 'rebase', 'merge'], 'type': 'string', 'description': 'Merge strategy (optional)'}, 'pullRequestId': {'type': 'number', 'description': 'Pull Request ID'}}}}, {'name': 'list_repositories', 'description': 'List all Git repositories in the project', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_file', 'description': 'Get the content of a specific file from the repository', 'inputSchema': {'type': 'object', 'required': ['repositoryId', 'path'], 'properties': {'path': {'type': 'string', 'description': 'Path to the file in the repository (e.g., "src/index.ts")'}, 'branch': {'type': 'string', 'description': 'Branch name to get the file from (optional, defaults to main)'}, 'version': {'type': 'string', 'description': 'Specific version (commit ID) to get the file from (optional)'}, 'repositoryId': {'type': 'string', 'description': 'ID of the repository'}}}}, {'name': 'compare_branches', 'description': 'Compare two branches and get commit history between them', 'inputSchema': {'type': 'object', 'required': ['repositoryId', 'sourceBranch', 'targetBranch'], 'properties': {'maxCommits': {'type': 'number', 'description': 'Maximum number of commits to return (optional, defaults to 100)'}, 'historyMode': {'enum': ['simplified', 'first-parent', 'full', 'full-simplify-merges'], 'type': 'string', 'description': 'Git history mode to use (optional, defaults to simplified)'}, 'repositoryId': {'type': 'string', 'description': 'ID of the repository to compare branches in'}, 'sourceBranch': {'type': 'string', 'description': 'Source branch name (e.g., develop)'}, 'targetBranch': {'type': 'string', 'description': 'Target branch name (e.g., main)'}, 'includeDetails': {'type': 'boolean', 'description': 'Include detailed commit information including full message and changes (optional, defaults to false)'}}}}] |
@Flux159/mcp-server-modal | Server Modal | Deploy Python scripts effortlessly to Modal. Generate and share your modal applications directly from Claude with just a few commands. | 2025-03-09T22:00:35.477Z | 0 | https://smithery.ai/server/@Flux159/mcp-server-modal | true | null | {
"scanPassed": true
} | [{'name': 'deploy', 'description': 'some description', 'inputSchema': {'type': 'object', 'required': ['message'], 'properties': {'modal_path': {'type': 'string'}}}}] |
@Kirandawadi/volatility3-mcp | Volatility3 MCP Server | Analyze memory dumps and detect malware using natural language. Empower your investigations with automated forensic workflows and insights from memory forensics without needing specialized knowledge. Make memory analysis accessible and user-friendly for everyone. | 2025-04-07T18:00:56.828Z | 0 | https://smithery.ai/server/@Kirandawadi/volatility3-mcp | true | null | null | [{'name': 'initialize_memory_file', 'description': "Initialize Volatility3 with a memory dump file. This tool MUST be called first before any other\n memory analysis tools. Use this tool when:\n - You're starting a new memory forensics investigation\n - You want to switch to analyzing a different memory dump\n - You need to reset the analysis environment\n The tool accepts a file path to the memory dump and validates that the file exists and is accessible.\n Successful initialization is required for all other tools to function properly.", 'inputSchema': {'type': 'object', 'title': 'initialize_memory_fileArguments', 'required': ['file_path'], 'properties': {'file_path': {'type': 'string', 'title': 'File Path'}}}}, {'name': 'detect_os', 'description': "Detect the operating system type from the memory dump. Use this tool when:\n - You need to identify the OS of the memory dump before further analysis\n - You want to determine which OS-specific plugins are applicable\n - You're starting an investigation and need to establish the basic system information\n - You need to verify the OS type to select appropriate analysis techniques\n The tool attempts to identify if the memory dump is from Windows or Linux by\n running OS-specific plugins and analyzing their output. This information is crucial for\n selecting the appropriate analysis plugins and interpreting the results correctly.", 'inputSchema': {'type': 'object', 'title': 'detect_osArguments', 'properties': {}}}, {'name': 'list_plugins', 'description': "List all available Volatility3 plugins that can be used for memory analysis. Use this tool when:\n - You want to explore what analysis capabilities are available\n - You need to find a specific plugin for a particular analysis task\n - You're unsure which plugin to use for a specific investigation goal\n The tool returns a comprehensive list of plugin names that can be used with the run_plugin tool.\n This is useful for discovering available analysis options before diving into specific analyses.", 'inputSchema': {'type': 'object', 'title': 'list_pluginsArguments', 'properties': {}}}, {'name': 'get_plugin_info', 'description': "Get detailed information about a specific Volatility3 plugin. Use this tool when:\n - You need to understand what a plugin does before using it\n - You want to learn about the requirements and parameters for a plugin\n - You're deciding which plugin is most appropriate for your analysis needs\n The tool provides the plugin's description and required parameters, helping you understand\n its purpose and how to use it effectively in your investigation.", 'inputSchema': {'type': 'object', 'title': 'get_plugin_infoArguments', 'required': ['plugin_name'], 'properties': {'plugin_name': {'type': 'string', 'title': 'Plugin Name'}}}}, {'name': 'run_plugin', 'description': "Run any Volatility3 plugin with custom arguments. This is the most flexible analysis tool that\n gives you access to the full range of Volatility3 capabilities. Use this tool when:\n - You need to run a specific plugin not covered by the specialized tools\n - You want to provide custom arguments to a plugin\n - You're performing advanced analysis that requires specific plugin configurations\n - You need access to plugins that don't have dedicated wrapper functions\n The tool accepts the plugin name and an optional dictionary of arguments specific to that plugin.\n Results are returned as structured data that can be further analyzed and interpreted.", 'inputSchema': {'type': 'object', 'title': 'run_pluginArguments', 'required': ['plugin_name'], 'properties': {'args': {'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}], 'title': 'Args', 'default': None}, 'plugin_name': {'type': 'string', 'title': 'Plugin Name'}}}}, {'name': 'get_processes', 'description': "Get a comprehensive list of all processes from the memory dump. This tool should be used when:\n - You need to identify running processes at the time of memory capture\n - You're looking for suspicious or unexpected processes\n - You need process IDs for further analysis of specific processes\n - You want to establish a baseline of system activity\n The tool returns detailed information about each process including name, PID, PPID, start time,\n and memory information. This is often one of the first analyses to perform when investigating\n a memory dump to understand what was running on the system.", 'inputSchema': {'type': 'object', 'title': 'get_processesArguments', 'properties': {}}}, {'name': 'get_network_connections', 'description': "Retrieve all network connections from the memory dump. Use this tool when:\n - You're investigating potential command and control (C2) communications\n - You need to identify data exfiltration or unauthorized connections\n - You want to map process-to-network activity\n - You're looking for suspicious IPs, ports, or connection states\n The tool returns comprehensive information about each connection including local/remote addresses,\n ports, connection state, and the associated process. This is crucial for identifying malicious\n network activity and understanding how processes were communicating externally.", 'inputSchema': {'type': 'object', 'title': 'get_network_connectionsArguments', 'properties': {}}}, {'name': 'list_process_open_handles', 'description': "List open handles for a specific process. Use this tool when:\n - You need to investigate which files, registry keys, or other resources a process has open\n - You're analyzing potential data exfiltration by examining file handles\n - You want to understand inter-process communication by examining shared handles\n - You're investigating malware behavior by examining its interaction with system resources\n - You need to determine if a process has access to sensitive system objects\n\n This tool works differently depending on the operating system:\n - On Windows: Lists file handles, registry keys, mutexes, events, and other Windows-specific objects\n - On Linux: Lists open files, sockets, pipes, and other file descriptors\n\n The output provides detailed information about each handle, including its type, permissions, and the\n object it references. This can be crucial for understanding process behavior and identifying suspicious activity.", 'inputSchema': {'type': 'object', 'title': 'list_process_open_handlesArguments', 'required': ['pid'], 'properties': {'pid': {'type': 'integer', 'title': 'Pid'}}}}, {'name': 'scan_with_yara', 'description': "Scan memory with YARA rules to detect malware signatures. This tool should be used when:\n - You need to identify known malware patterns in memory\n - You want to check for specific threat indicators\n - You're investigating potential compromise using signature-based detection\n - You have custom YARA rules for specific threats you're hunting\n Results include detailed match information with process context and rule metadata.\n This scanning usually takes a lot of time because we are scanning with extensive Yara rules list", 'inputSchema': {'type': 'object', 'title': 'scan_with_yaraArguments', 'properties': {}}}] |
@puran1218/arcgis-location-services-mcp | ArcGIS Location Services | Leverage powerful geocoding, reverse geocoding, and routing capabilities to enhance your applications. Access detailed location data and nearby points of interest seamlessly. Integrate with ArcGIS Location Services to provide users with accurate and efficient location-based solutions. | 2025-03-27T13:26:25.320Z | 0 | https://smithery.ai/server/@puran1218/arcgis-location-services-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_basemap_tile', 'description': 'Access static basemap tiles service with different styles.\n\n Args:\n version: API version (default: v1)\n style_base: The base style category (default: arcgis)\n style_name: Map style name (e.g., navigation, streets, satellite)\n row: Tile row coordinate\n level: Zoom level\n column: Tile column coordinate\n ', 'inputSchema': {'type': 'object', 'title': 'get_basemap_tileArguments', 'properties': {'row': {'type': 'integer', 'title': 'Row', 'default': 17}, 'level': {'type': 'integer', 'title': 'Level', 'default': 52333}, 'column': {'type': 'integer', 'title': 'Column', 'default': 22866}, 'version': {'type': 'string', 'title': 'Version', 'default': 'v1'}, 'style_base': {'type': 'string', 'title': 'Style Base', 'default': 'arcgis'}, 'style_name': {'type': 'string', 'title': 'Style Name', 'default': 'navigation'}}}}, {'name': 'find_nearby_places', 'description': 'Find nearby places and points of interest with optional detailed information.\n\n Args:\n x: Longitude of the center point (e.g., -122.4194)\n y: Latitude of the center point (e.g., 37.7749)\n pageSize: Number of results to return (default: 20)\n categories: Optional category filter (e.g., "restaurant", "hotel", "coffee")\n radius: Search radius in meters (default: 5000)\n includeDetails: Whether to include full details for each place (default: False)\n detailsLimit: Maximum number of places to get details for when includeDetails=True (default: 3)\n ', 'inputSchema': {'type': 'object', 'title': 'find_nearby_placesArguments', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'title': 'X'}, 'y': {'type': 'number', 'title': 'Y'}, 'radius': {'type': 'integer', 'title': 'Radius', 'default': 5000}, 'pageSize': {'type': 'integer', 'title': 'Pagesize', 'default': 10}, 'categories': {'type': 'string', 'title': 'Categories', 'default': ''}, 'detailsLimit': {'type': 'integer', 'title': 'Detailslimit', 'default': 1}, 'includeDetails': {'type': 'boolean', 'title': 'Includedetails', 'default': False}}}}, {'name': 'geocode', 'description': 'Search for an address, place or point of interest.\n\n Args:\n singleLine: Complete address in a single string (e.g., "1600 Pennsylvania Ave NW, DC")\n address: Place name or address (e.g., "Starbucks" or "380 New York St")\n location: Optional point to search near, as "longitude,latitude" (e.g., "-122.4194,37.7749")\n category: Optional POI category to search for (e.g., "gas station")\n outFields: Fields to return in the response (default: all fields)\n ', 'inputSchema': {'type': 'object', 'title': 'geocodeArguments', 'properties': {'address': {'type': 'string', 'title': 'Address', 'default': ''}, 'category': {'type': 'string', 'title': 'Category', 'default': ''}, 'location': {'type': 'string', 'title': 'Location', 'default': ''}, 'outFields': {'type': 'string', 'title': 'Outfields', 'default': '*'}, 'singleLine': {'type': 'string', 'title': 'Singleline', 'default': ''}}}}, {'name': 'reverse_geocode', 'description': 'Convert geographic coordinates to an address.\n\n Args:\n location: Location as "longitude,latitude" (e.g., "-79.3871,43.6426")\n outFields: Fields to include in the response (default: all fields)\n ', 'inputSchema': {'type': 'object', 'title': 'reverse_geocodeArguments', 'required': ['location'], 'properties': {'location': {'type': 'string', 'title': 'Location'}, 'outFields': {'type': 'string', 'title': 'Outfields', 'default': '*'}}}}, {'name': 'get_directions', 'description': 'Get detailed turn-by-turn directions between locations.\n\n Args:\n stops: Two or more locations as a semicolon-separated list of "longitude,latitude" pairs\n (e.g., "-122.68782,45.51238;-122.690176,45.522054")\n ', 'inputSchema': {'type': 'object', 'title': 'get_directionsArguments', 'required': ['stops'], 'properties': {'stops': {'type': 'string', 'title': 'Stops'}}}}, {'name': 'get_elevation', 'description': 'Get elevation for locations on land or water.\n\n Args:\n lon: Longitude of a single point (e.g., -117.195)\n lat: Latitude of a single point (e.g., 34.065)\n coordinates: JSON array of [lon, lat] pairs for multiple points (e.g., "[[-117.182, 34.0555],[-117.185, 34.057]]")\n relativeTo: Reference point for elevation measurement (e.g., "meanSeaLevel", "ellipsoid")\n ', 'inputSchema': {'type': 'object', 'title': 'get_elevationArguments', 'properties': {'lat': {'type': 'number', 'title': 'Lat', 'default': None}, 'lon': {'type': 'number', 'title': 'Lon', 'default': None}, 'relativeTo': {'type': 'string', 'title': 'Relativeto', 'default': None}, 'coordinates': {'type': 'string', 'title': 'Coordinates', 'default': None}}}}] |
mcp-server-motherduck | MotherDuck | Connect and query MotherDuck and local DuckDB databases. | 2025-01-10T16:04:59.188Z | 0 | https://smithery.ai/server/mcp-server-motherduck | true | null | {
"scanPassed": true
} | [{'name': 'initialize-connection', 'description': 'Create a connection to either a local DuckDB or MotherDuck and retrieve available databases', 'inputSchema': {'type': 'object', 'required': ['type'], 'properties': {'type': {'type': 'string', 'description': "Type of the database, either 'DuckDB' or 'MotherDuck'"}}}}, {'name': 'read-schemas', 'description': 'Get table schemas from a specific DuckDB/MotherDuck database', 'inputSchema': {'type': 'object', 'required': ['database_name'], 'properties': {'type': {'description': 'name of the database', 'database_name': 'string'}}}}, {'name': 'execute-query', 'description': 'Execute a query on the MotherDuck (DuckDB) database', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'SQL query to execute'}}}}] |
@asleep-ai/ast-mcp | AST Model Context Protocol Server | Integrate your applications with advanced language models to access real-time data and perform actions seamlessly. Enhance your workflows by leveraging tools and resources dynamically, ensuring a more interactive and efficient experience. Empower your agents with the ability to manipulate and reference real-world data effortlessly. | 2025-04-01T01:35:59.423Z | 0 | https://smithery.ai/server/@asleep-ai/ast-mcp | true | null | {
"scanPassed": true
} | [{'name': 'deep_insight', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}] |
@ferdousbhai/wsb-analyst-mcp | WSB Analyst | Provide real-time WallStreetBets data analysis to discover trending stocks, analyze posts, and gather external resources. Use ready-to-use prompt templates and tools to gain market insights directly within your LLM client. Enhance your market research with detailed post and comment extraction, plus progress reporting during data collection. | 2025-04-28T07:00:52.687Z | 0 | https://smithery.ai/server/@ferdousbhai/wsb-analyst-mcp | true | null | null | [{'name': 'find_top_posts', 'description': '\nFetch and filter WSB posts based on criteria. Caches results for 5 minutes.\n\nArgs:\n min_score: Minimum score (upvotes) required\n min_comments: Minimum number of comments required\n limit: Maximum number of posts to return\n excluded_flairs: List of post flairs to exclude. Defaults to ["Meme", "Shitpost", "Gain", "Loss"].\n\nReturns:\n A dictionary with filtered posts data\n', 'inputSchema': {'type': 'object', 'title': 'find_top_postsArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'min_score': {'type': 'integer', 'title': 'Min Score', 'default': 100}, 'min_comments': {'type': 'integer', 'title': 'Min Comments', 'default': 10}, 'excluded_flairs': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Excluded Flairs', 'default': ['Meme', 'Shitpost', 'Gain', 'Loss']}}}}, {'name': 'fetch_post_details', 'description': '\nFetch detailed information about a specific WSB post including top comments. Caches results for 5 minutes.\n\nArgs:\n post_id: Reddit post ID\n\nReturns:\n Detailed post data including comments and extracted links\n', 'inputSchema': {'type': 'object', 'title': 'fetch_post_detailsArguments', 'required': ['post_id'], 'properties': {'post_id': {'type': 'string', 'title': 'Post Id'}}}}, {'name': 'fetch_batch_post_details', 'description': '\nFetch details for multiple posts efficiently.\n\nArgs:\n post_ids: List of Reddit post IDs\n\nReturns:\n Dictionary with details for all requested posts\n', 'inputSchema': {'type': 'object', 'title': 'fetch_batch_post_detailsArguments', 'required': ['post_ids'], 'properties': {'post_ids': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Post Ids'}}}}, {'name': 'fetch_detailed_wsb_posts', 'description': '\nFetch and filter WSB posts, then get detailed information including top comments and links for each.\n\nArgs:\n min_score: Minimum score (upvotes) required\n min_comments: Minimum number of comments required\n limit: Maximum number of posts to return\n excluded_flairs: List of post flairs to exclude. Defaults to ["Meme", "Shitpost", "Gain", "Loss"].\n\nReturns:\n A dictionary with detailed data for the filtered posts.\n', 'inputSchema': {'type': 'object', 'title': 'fetch_detailed_wsb_postsArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'min_score': {'type': 'integer', 'title': 'Min Score', 'default': 100}, 'min_comments': {'type': 'integer', 'title': 'Min Comments', 'default': 10}, 'excluded_flairs': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Excluded Flairs', 'default': ['Meme', 'Shitpost', 'Gain', 'Loss']}}}}, {'name': 'get_top_trending_tickers', 'description': "\nFetch top trending stock tickers from ApeWisdom, filtered by valid NASDAQ symbols.\n\nArgs:\n num_stocks: Number of top stocks to consider based on upvotes and mentions. Defaults to 20.\n filter: ApeWisdom filter category (e.g., 'wallstreetbets', 'all'). Defaults to 'wallstreetbets'.\n\nReturns:\n A list of valid, trending tickers.\n", 'inputSchema': {'type': 'object', 'title': 'get_top_trending_tickersArguments', 'properties': {'filter': {'type': 'string', 'title': 'Filter', 'default': 'wallstreetbets'}, 'num_stocks': {'type': 'integer', 'title': 'Num Stocks', 'default': 20}}}}, {'name': 'get_external_links', 'description': '\nGet all external links from top WSB posts.\n\nArgs:\n min_score: Minimum score (upvotes) required\n min_comments: Minimum number of comments required\n limit: Maximum number of posts to scan\n\nReturns:\n Dictionary with all unique external links found\n', 'inputSchema': {'type': 'object', 'title': 'get_external_linksArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'min_score': {'type': 'integer', 'title': 'Min Score', 'default': 100}, 'min_comments': {'type': 'integer', 'title': 'Min Comments', 'default': 10}}}}] |
@Codeshark-NET/climate-triage-mcp | ClimateTriage | Search for open source issues related to climate change and sustainability. Filter and sort issues by various criteria to find the most relevant projects to contribute to. Enhance your development efforts with targeted insights into climate-related challenges. | 2025-04-10T00:00:35.682Z | 0 | https://smithery.ai/server/@Codeshark-NET/climate-triage-mcp | true | null | {
"scanPassed": true
} | [{'name': 'search_climate_triage_issues', 'description': 'Searches for open source issues related to climate change, sustainability and more. Use this tool to find opportunities to contribute to projects addressing climate challenges, explore issues in specific programming languages, or discover projects in various sustainability categories. Returns information about issues including project details, descriptions, and links. Supports filtering, pagination, and sorting to help find relevant issues.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Pagination page number (starts at 1)'}, 'sort': {'enum': ['created_at', 'updated_at', 'stars'], 'type': 'string', 'default': 'created_at', 'description': 'Field to sort by (default: created_at). Use created_at for most recent issues first.'}, 'order': {'enum': ['asc', 'desc'], 'type': 'string', 'default': 'desc', 'description': 'Sort order (asc or desc) (default: desc for most recent first)'}, 'keyword': {'type': 'string', 'description': "Filter issues by project keyword (e.g., 'bug', 'help wanted', 'enhancement')"}, 'category': {'enum': ['Climate Change', 'Energy Systems', 'Emissions', 'Consumption', 'Biosphere', 'Hydrosphere', 'Sustainable Development'], 'type': 'string', 'description': 'Filter issues by project category'}, 'language': {'enum': ['JavaScript', 'TypeScript', 'Python', 'Java', 'C#', 'C++', 'C', 'Ruby', 'Go', 'Rust', 'Swift', 'Kotlin', 'PHP', 'HTML', 'CSS', 'Shell', 'Dart', 'Scala', 'R', 'Elixir', 'Clojure'], 'type': 'string', 'description': 'Filter issues by programming language'}, 'per_page': {'type': 'integer', 'default': 10, 'minimum': 1, 'description': 'Number of records per page (default: 10)'}}, 'additionalProperties': False}}] |
@dragon88888888888/ejemplo-mcp | Ejemplo MCP Server | Provide a lightweight MCP server implementation using Bun runtime to enable integration of LLMs with external tools and resources. Simplify running and testing MCP servers with minimal setup and dependencies. Facilitate rapid development of MCP-compliant services with TypeScript and modern JavaScript tooling. | 2025-04-18T00:32:47.506Z | 6 | https://smithery.ai/server/@dragon88888888888/ejemplo-mcp | true | null | null | [{'name': 'add', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['a', 'b'], 'properties': {'a': {'type': 'number'}, 'b': {'type': 'number'}}, 'additionalProperties': False}}] |
@currents-dev/currents-mcp | Currents Test Results Context Server | Provide AI agents with detailed test results context by connecting them to Currents. Enable your AI to analyze, fix, or optimize failing tests in continuous integration workflows. Seamlessly integrate with development tools to enhance test reliability and debugging efficiency. | 2025-04-23T04:00:20.923Z | 0 | https://smithery.ai/server/@currents-dev/currents-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get-run', 'description': 'Get run details for a defined run ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['runId'], 'properties': {'runId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get-spec-file-attempts-and-errors', 'description': 'Get spec file attempts and errors', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'instanceId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get-api-config', 'description': 'Get Currents API config currently used for Currents API requests', 'inputSchema': {'type': 'object'}}] |
@currents-dev/currents-mcp | Currents Test Results Context Server | Provide AI agents with detailed test results context by connecting them to Currents. Enable your AI to analyze, fix, or optimize failing tests in continuous integration workflows. Seamlessly integrate with development tools to enhance test reliability and debugging efficiency. | 2025-04-23T04:00:20.923Z | 0 | https://smithery.ai/server/@currents-dev/currents-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get-run', 'description': 'Get run details for a defined run ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['runId'], 'properties': {'runId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get-spec-file-attempts-and-errors', 'description': 'Get spec file attempts and errors', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'instanceId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get-api-config', 'description': 'Get Currents API config currently used for Currents API requests', 'inputSchema': {'type': 'object'}}] |
@alaturqua/mcp-trino-python | Trino Server | Integrate with Trino and Iceberg for advanced data exploration and querying. Automate table maintenance and optimize your data workflows seamlessly. Build AI-powered tools that interact with your Trino databases effortlessly. | 2025-04-13T19:01:23.424Z | 0 | https://smithery.ai/server/@alaturqua/mcp-trino-python | true | {
"scanPassed": true
} | [{'name': 'show_create_table', 'description': 'Show the CREATE TABLE statement for a specific table', 'inputSchema': {'type': 'object', 'title': 'show_create_tableArguments', 'required': ['table'], 'properties': {'table': {'type': 'string', 'title': 'Table'}, 'schema': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Schema', 'default': None}, 'catalog': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Catalog', 'default': None}}}}, {'name': 'show_create_view', 'description': 'Show the CREATE VIEW statement for a specific view', 'inputSchema': {'type': 'object', 'title': 'show_create_viewArguments', 'required': ['view'], 'properties': {'view': {'type': 'string', 'title': 'View'}, 'schema': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Schema', 'default': None}, 'catalog': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Catalog', 'default': None}}}}, {'name': 'execute_query', 'description': 'Execute a SQL query and return results in a readable format', 'inputSchema': {'type': 'object', 'title': 'execute_queryArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'optimize', 'description': "Optimize an Iceberg table's data files", 'inputSchema': {'type': 'object', 'title': 'optimizeArguments', 'required': ['table'], 'properties': {'table': {'type': 'string', 'title': 'Table'}, 'schema': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Schema', 'default': None}, 'catalog': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Catalog', 'default': None}}}}, {'name': 'optimize_manifests', 'description': 'Optimize manifest files for an Iceberg table', 'inputSchema': {'type': 'object', 'title': 'optimize_manifestsArguments', 'required': ['table'], 'properties': {'table': {'type': 'string', 'title': 'Table'}, 'schema': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Schema', 'default': None}, 'catalog': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Catalog', 'default': None}}}}, {'name': 'expire_snapshots', 'description': 'Remove old snapshots from an Iceberg table', 'inputSchema': {'type': 'object', 'title': 'expire_snapshotsArguments', 'required': ['table'], 'properties': {'table': {'type': 'string', 'title': 'Table'}, 'schema': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Schema', 'default': None}, 'catalog': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Catalog', 'default': None}, 'retention_threshold': {'type': 'string', 'title': 'Retention Threshold', 'default': '7d'}}}}, {'name': 'show_stats', 'description': 'Show statistics for a table', 'inputSchema': {'type': 'object', 'title': 'show_statsArguments', 'required': ['table'], 'properties': {'table': {'type': 'string', 'title': 'Table'}, 'schema': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Schema', 'default': None}, 'catalog': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Catalog', 'default': None}}}}, {'name': 'show_query_history', 'description': 'Get the history of executed queries', 'inputSchema': {'type': 'object', 'title': 'show_query_historyArguments', 'properties': {'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}}}}, {'name': 'show_catalog_tree', 'description': 'Show a hierarchical tree view of catalogs, schemas, and tables', 'inputSchema': {'type': 'object', 'title': 'show_catalog_treeArguments', 'properties': {}}}] |
|
@hexitex/MCP-Backup-Server | Backup Server | Create instant, targeted backups with context for your AI agents and code editing tools. Simplify your backup process and preserve your thought process during critical changes without the complexity of traditional version control systems. Ensure safety and restore capabilities with minimal effort before making significant edits. | 2025-03-12T15:00:52.159Z | 0 | https://smithery.ai/server/@hexitex/MCP-Backup-Server | true | null | null | [{'name': 'backup_create', 'description': 'Create a backup of a file before making big changes. The backup includes timestamp information and maintains the original directory structure.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['file_path'], 'properties': {'file_path': {'type': 'string', 'description': 'Absolute path to the file to backup. This file must exist and be accessible.'}, 'agent_context': {'type': 'string', 'description': 'Optional agent conversational context to store with the backup metadata. Agents should include the last relevant user instruction or context that explains why this backup is being created.'}}, 'additionalProperties': False}}, {'name': 'backup_list', 'description': 'List all available backups for a file, including their timestamps and locations. Useful for finding specific versions to restore.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['file_path'], 'properties': {'file_path': {'type': 'string', 'description': 'Absolute path to the file whose backups you want to list.'}}, 'additionalProperties': False}}, {'name': 'backup_restore', 'description': 'Restore a file from a previous backup using its timestamp. Use this to revert changes or recover previous versions.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['file_path', 'timestamp'], 'properties': {'file_path': {'type': 'string', 'description': 'Absolute path to the file to restore.'}, 'timestamp': {'type': 'string', 'description': 'Timestamp of the backup version to restore (format: YYYYMMDD-HHMMSS-mmm).'}, 'create_emergency_backup': {'type': 'boolean', 'default': True, 'description': 'Whether to create an emergency backup of the current file before restoring.'}}, 'additionalProperties': False}}, {'name': 'backup_folder_create', 'description': 'Create a backup of a folder before making structural changes. The backup includes timestamp information and maintains the original directory structure.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['folder_path'], 'properties': {'folder_path': {'type': 'string', 'description': 'Absolute path to the folder to backup. This folder must exist and be accessible.'}, 'agent_context': {'type': 'string', 'description': 'Optional agent conversational context to store with the backup metadata. Agents should include the last relevant user instruction or context that explains why this backup is being created.'}, 'exclude_pattern': {'type': 'string', 'description': 'Optional glob pattern to exclude specific files (e.g., "node_modules/**")'}, 'include_pattern': {'type': 'string', 'description': 'Optional glob pattern to include specific files (e.g., "*.js")'}}, 'additionalProperties': False}}, {'name': 'backup_folder_list', 'description': 'List all available backups for a folder, including their timestamps and locations. Useful for finding specific versions to restore.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['folder_path'], 'properties': {'folder_path': {'type': 'string', 'description': 'Absolute path to the folder whose backups you want to list.'}}, 'additionalProperties': False}}, {'name': 'backup_folder_restore', 'description': 'Restore a folder from a previous backup using its timestamp. Use this to revert changes or recover previous versions.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['folder_path', 'timestamp'], 'properties': {'timestamp': {'type': 'string', 'description': 'Timestamp of the backup version to restore (format: YYYYMMDD-HHMMSS-mmm).'}, 'folder_path': {'type': 'string', 'description': 'Absolute path to the folder to restore.'}, 'create_emergency_backup': {'type': 'boolean', 'default': True, 'description': 'Whether to create an emergency backup of the current folder before restoring.'}}, 'additionalProperties': False}}, {'name': 'backup_list_all', 'description': 'List all backup files in both the main backup directory and emergency backup directory.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'exclude_pattern': {'type': 'string', 'description': 'Optional glob pattern to exclude backup files (e.g., "node_modules/**")'}, 'include_pattern': {'type': 'string', 'description': 'Optional glob pattern to filter backup files (e.g., "*.js")'}, 'include_emergency': {'type': 'boolean', 'default': True, 'description': 'Whether to include emergency backups in the results.'}}, 'additionalProperties': False}}, {'name': 'mcp_cancel', 'description': 'Cancel an ongoing backup or restore operation. Use this to stop long-running operations safely.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['operationId'], 'properties': {'operationId': {'type': 'string', 'description': 'ID of the operation to cancel.'}}, 'additionalProperties': False}}] |
@vitaldb/medcalc | Medical Calculation Server | Perform medical calculations efficiently with this server. Enable your applications to access a variety of medical computation tools seamlessly. Improve healthcare data processing by integrating reliable calculation capabilities. | 2025-04-24T10:57:09.056Z | 0 | https://smithery.ai/server/@vitaldb/medcalc | true | null | {
"scanPassed": true
} | [{'name': 'egfr_epi_cr_cys', 'description': '\n Estimated Glomerular Filtration Rate (eGFR) using the 2021 CKD-EPI Creatinine-Cystatin C equation\n Reference: N Engl J Med. 2021 Nov 4;385(19):1737-1749\n \n Parameters:\n -----------\n scr : float\n Serum creatinine level in mg/dL\n scys : float\n Serum cystatin C level in mg/L\n age : int\n Age in years\n male : bool\n True if patient is male, False if female\n \n Returns:\n --------\n dict\n Dictionary containing eGFR result and calculation parameters\n ', 'inputSchema': {'type': 'object', 'title': 'egfr_epi_cr_cysArguments', 'required': ['scr', 'scys', 'age', 'male'], 'properties': {'age': {'type': 'integer', 'title': 'Age'}, 'scr': {'type': 'number', 'title': 'Scr'}, 'male': {'type': 'boolean', 'title': 'Male'}, 'scys': {'type': 'number', 'title': 'Scys'}}}}, {'name': 'egfr_epi', 'description': '\n Estimated Glomerular Filtration Rate (eGFR) using the EPI formula (version 2021)\n Reference: N Engl J Med. 2021 Nov 4;385(19):1737-1749\n \n Parameters:\n -----------\n scr : float\n serum creatinine level in mg/dL\n age : int\n Age in years\n male : bool\n true if Male\n \n Returns:\n --------\n float\n Estimated GFR in mL/min/1.73m^2\n ', 'inputSchema': {'type': 'object', 'title': 'egfr_epiArguments', 'required': ['scr', 'age', 'male'], 'properties': {'age': {'type': 'integer', 'title': 'Age'}, 'scr': {'type': 'number', 'title': 'Scr'}, 'male': {'type': 'boolean', 'title': 'Male'}}}}, {'name': 'bp_children', 'description': "\n 혈압 센타일(percentile)을 계산하는 함수\n \n Parameters:\n -----------\n years : int\n 나이(년)\n months : int\n 나이(월)\n height : int\n 키(cm)\n sex : str\n 성별 ('male' 또는 'female')\n systolic : int\n 수축기 혈압(mmHg)\n diastolic : int\n 이완기 혈압(mmHg)\n \n Returns:\n --------\n dict\n 수축기 및 이완기 혈압 센타일 결과를 포함하는 딕셔너리\n ", 'inputSchema': {'type': 'object', 'title': 'bp_childrenArguments', 'required': ['years', 'months', 'height', 'sex', 'systolic', 'diastolic'], 'properties': {'sex': {'type': 'string', 'title': 'Sex'}, 'years': {'type': 'integer', 'title': 'Years'}, 'height': {'type': 'integer', 'title': 'Height'}, 'months': {'type': 'integer', 'title': 'Months'}, 'systolic': {'type': 'integer', 'title': 'Systolic'}, 'diastolic': {'type': 'integer', 'title': 'Diastolic'}}}}, {'name': 'bmi_bsa_calculator', 'description': "\n Calculates Body Mass Index (BMI) and Body Surface Area (BSA)\n \n Parameters:\n -----------\n weight : float\n Weight in kilograms\n height : float\n Height in centimeters (default) or meters\n height_unit : str\n Unit of height measurement ('cm' or 'm', default is 'cm')\n \n Returns:\n --------\n dict\n Dictionary containing BMI, BSA, and classification\n ", 'inputSchema': {'type': 'object', 'title': 'bmi_bsa_calculatorArguments', 'required': ['weight', 'height'], 'properties': {'height': {'type': 'number', 'title': 'Height'}, 'weight': {'type': 'number', 'title': 'Weight'}, 'height_unit': {'type': 'string', 'title': 'Height Unit', 'default': 'cm'}}}}, {'name': 'crcl_cockcroft_gault', 'description': "\n Calculate Creatinine Clearance using the Cockcroft-Gault formula\n \n Parameters:\n -----------\n age : int\n Age in years\n weight : float\n Actual body weight in kg\n height : float\n Height in inches\n scr : float\n Serum creatinine in mg/dL\n sex : str\n Gender ('male' or 'female')\n \n Returns:\n --------\n dict\n Dictionary containing creatinine clearance result and weight calculations\n ", 'inputSchema': {'type': 'object', 'title': 'crcl_cockcroft_gaultArguments', 'required': ['age', 'weight', 'height', 'scr', 'sex'], 'properties': {'age': {'type': 'integer', 'title': 'Age'}, 'scr': {'type': 'number', 'title': 'Scr'}, 'sex': {'type': 'string', 'title': 'Sex'}, 'height': {'type': 'number', 'title': 'Height'}, 'weight': {'type': 'number', 'title': 'Weight'}}}}, {'name': 'map_calculator', 'description': '\n Calculate Mean Arterial Pressure (MAP)\n \n Parameters:\n -----------\n sbp : int\n Systolic Blood Pressure in mmHg\n dbp : int\n Diastolic Blood Pressure in mmHg\n \n Returns:\n --------\n dict\n Dictionary containing MAP result and input values\n ', 'inputSchema': {'type': 'object', 'title': 'map_calculatorArguments', 'required': ['sbp', 'dbp'], 'properties': {'dbp': {'type': 'integer', 'title': 'Dbp'}, 'sbp': {'type': 'integer', 'title': 'Sbp'}}}}, {'name': 'chads2_vasc_score', 'description': '\n Calculate CHA₂DS₂-VASc Score for Atrial Fibrillation Stroke Risk\n \n Parameters:\n -----------\n age : int\n Age in years\n female : bool\n True if patient is female, False if male\n chf : bool\n True if patient has history of congestive heart failure\n hypertension : bool\n True if patient has history of hypertension\n stroke_history : bool\n True if patient has history of stroke, TIA, or thromboembolism\n vascular_disease : bool\n True if patient has history of vascular disease (prior MI, peripheral artery disease, or aortic plaque)\n diabetes : bool\n True if patient has history of diabetes mellitus\n \n Returns:\n --------\n dict\n Dictionary containing CHA₂DS₂-VASc score and risk factors\n ', 'inputSchema': {'type': 'object', 'title': 'chads2_vasc_scoreArguments', 'required': ['age', 'female', 'chf', 'hypertension', 'stroke_history', 'vascular_disease', 'diabetes'], 'properties': {'age': {'type': 'integer', 'title': 'Age'}, 'chf': {'type': 'boolean', 'title': 'Chf'}, 'female': {'type': 'boolean', 'title': 'Female'}, 'diabetes': {'type': 'boolean', 'title': 'Diabetes'}, 'hypertension': {'type': 'boolean', 'title': 'Hypertension'}, 'stroke_history': {'type': 'boolean', 'title': 'Stroke History'}, 'vascular_disease': {'type': 'boolean', 'title': 'Vascular Disease'}}}}, {'name': 'prevent_cvd_risk', 'description': '\n Predicting Risk of Cardiovascular Disease EVENTs (PREVENT)\n Predicts 10-year risk of CVD in patients aged 30-79 without known CVD.\n \n Parameters:\n -----------\n age : int\n Age in years (30-79)\n female : bool\n True if patient is female, False if male\n tc : float\n Total cholesterol in mmol/L\n hdl : float\n HDL cholesterol in mmol/L\n sbp : int\n Systolic blood pressure in mmHg\n diabetes : bool\n True if patient has diabetes\n current_smoker : bool\n True if patient is a current smoker\n egfr : float\n Estimated glomerular filtration rate in mL/min/1.73m²\n using_antihtn : bool\n True if patient is using antihypertensive drugs\n using_statins : bool\n True if patient is using statins\n \n Returns:\n --------\n dict\n Dictionary containing 10-year CVD risk and calculation details\n ', 'inputSchema': {'type': 'object', 'title': 'prevent_cvd_riskArguments', 'required': ['age', 'female', 'tc', 'hdl', 'sbp', 'diabetes', 'current_smoker', 'egfr', 'using_antihtn', 'using_statins'], 'properties': {'tc': {'type': 'number', 'title': 'Tc'}, 'age': {'type': 'integer', 'title': 'Age'}, 'hdl': {'type': 'number', 'title': 'Hdl'}, 'sbp': {'type': 'integer', 'title': 'Sbp'}, 'egfr': {'type': 'number', 'title': 'Egfr'}, 'female': {'type': 'boolean', 'title': 'Female'}, 'diabetes': {'type': 'boolean', 'title': 'Diabetes'}, 'using_antihtn': {'type': 'boolean', 'title': 'Using Antihtn'}, 'using_statins': {'type': 'boolean', 'title': 'Using Statins'}, 'current_smoker': {'type': 'boolean', 'title': 'Current Smoker'}}}}, {'name': 'corrected_calcium', 'description': "\n Calcium Correction for Hypoalbuminemia and Hyperalbuminemia\n Calculates a corrected calcium level for patients with abnormal albumin levels.\n \n Parameters:\n -----------\n serum_calcium : float\n Patient's measured serum calcium level in mg/dL\n patient_albumin : float\n Patient's serum albumin level in g/dL\n normal_albumin : float, optional\n Normal/reference albumin level in g/dL, default is 4.0 g/dL\n \n Returns:\n --------\n dict\n Dictionary containing corrected calcium value, interpretation, and calculation details\n \n Formula:\n --------\n Corrected Calcium = (0.8 * (Normal Albumin - Patient's Albumin)) + Serum Calcium\n \n References:\n -----------\n Payne RB, et al. Br Med J. 1973;4(5893):643-646.\n ", 'inputSchema': {'type': 'object', 'title': 'corrected_calciumArguments', 'required': ['serum_calcium', 'patient_albumin'], 'properties': {'serum_calcium': {'type': 'number', 'title': 'Serum Calcium'}, 'normal_albumin': {'type': 'number', 'title': 'Normal Albumin', 'default': 4}, 'patient_albumin': {'type': 'number', 'title': 'Patient Albumin'}}}}, {'name': 'qtc_calculator', 'description': '\n Corrected QT Interval (QTc) Calculator\n Corrects the QT interval for heart rate extremes using various formulas.\n \n Parameters:\n -----------\n qt_interval : float\n Measured QT interval in milliseconds (ms)\n heart_rate : float\n Heart rate in beats per minute (bpm)\n formula : str, optional\n Formula to use for correction (default: "bazett")\n Options: "bazett", "fridericia", "framingham", "hodges", "rautaharju"\n \n Returns:\n --------\n dict\n Dictionary containing QTc value, interpretation, and calculation details\n \n Formulas:\n ---------\n RR interval = 60 / heart_rate (in seconds)\n Bazett: QTc = QT / √(RR)\n Fridericia: QTc = QT / (RR)^(1/3)\n Framingham: QTc = QT + 154 × (1 - RR)\n Hodges: QTc = QT + 1.75 × (heart_rate - 60)\n Rautaharju: QTc = QT × (120 + heart_rate) / 180\n \n References:\n -----------\n Bazett HC. Heart. 1920;7:353-370\n Fridericia LS. Acta Med Scand. 1920;53:469-486\n Sagie A, et al. Am J Cardiol. 1992;70(7):797-801 (Framingham)\n Hodges M, et al. J Electrocardiol. 1983;16(1):17-24\n Rautaharju PM, et al. J Am Coll Cardiol. 2004;44(3):594-600\n ', 'inputSchema': {'type': 'object', 'title': 'qtc_calculatorArguments', 'required': ['qt_interval', 'heart_rate'], 'properties': {'formula': {'type': 'string', 'title': 'Formula', 'default': 'bazett'}, 'heart_rate': {'type': 'number', 'title': 'Heart Rate'}, 'qt_interval': {'type': 'number', 'title': 'Qt Interval'}}}}, {'name': 'wells_pe_criteria', 'description': "\n Wells' Criteria for Pulmonary Embolism\n Objectifies risk of pulmonary embolism based on clinical criteria.\n Reference: Wells PS, et al. Thromb Haemost. 2000;83(3):416-20.\n \n Parameters:\n -----------\n clinical_signs_dvt: bool\n Clinical signs and symptoms of DVT (leg swelling, pain with palpation)\n alternative_diagnosis_less_likely: bool\n Alternative diagnosis less likely than PE\n heart_rate_over_100: bool\n Heart rate > 100 beats per minute\n immobilization_or_surgery: bool\n Immobilization or surgery in the previous four weeks\n previous_dvt_or_pe: bool\n Previous DVT/PE\n hemoptysis: bool\n Hemoptysis\n malignancy: bool\n Malignancy (treatment ongoing, treated in last 6 months, or palliative)\n \n Returns:\n --------\n dict\n Dictionary containing the score, risk category for both three-tier and \n two-tier models, and recommendations\n ", 'inputSchema': {'type': 'object', 'title': 'wells_pe_criteriaArguments', 'properties': {'hemoptysis': {'type': 'boolean', 'title': 'Hemoptysis', 'default': False}, 'malignancy': {'type': 'boolean', 'title': 'Malignancy', 'default': False}, 'clinical_signs_dvt': {'type': 'boolean', 'title': 'Clinical Signs Dvt', 'default': False}, 'previous_dvt_or_pe': {'type': 'boolean', 'title': 'Previous Dvt Or Pe', 'default': False}, 'heart_rate_over_100': {'type': 'boolean', 'title': 'Heart Rate Over 100', 'default': False}, 'immobilization_or_surgery': {'type': 'boolean', 'title': 'Immobilization Or Surgery', 'default': False}, 'alternative_diagnosis_less_likely': {'type': 'boolean', 'title': 'Alternative Diagnosis Less Likely', 'default': False}}}}, {'name': 'ibw_abw_calculator', 'description': '\n Ideal Body Weight and Adjusted Body Weight Calculator\n Calculates ideal body weight (Devine formula) and adjusted body weight.\n \n Parameters:\n -----------\n weight_kg : float\n Actual body weight in kilograms\n height_inches : float\n Height in inches\n male : bool\n True if patient is male, False if female\n \n Returns:\n --------\n dict\n Dictionary containing ideal body weight, adjusted body weight, and calculation details\n \n Formulas:\n ---------\n Ideal Body Weight (IBW) (Devine formula):\n - Men: IBW = 50 kg + 2.3 kg × (height in inches - 60)\n - Women: IBW = 45.5 kg + 2.3 kg × (height in inches - 60)\n \n Adjusted Body Weight (ABW):\n - ABW = IBW + 0.4 × (actual weight - IBW)\n \n References:\n -----------\n Devine BJ. Gentamicin therapy. Drug Intell Clin Pharm. 1974;8:650-655.\n Pai MP. Drug Dosing Based on Weight and Body Surface Area: Mathematical Assumptions and Limitations in Obese Adults. Pharmacotherapy. 2012;32(9):856-868.\n ', 'inputSchema': {'type': 'object', 'title': 'ibw_abw_calculatorArguments', 'required': ['weight_kg', 'height_inches', 'male'], 'properties': {'male': {'type': 'boolean', 'title': 'Male'}, 'weight_kg': {'type': 'number', 'title': 'Weight Kg'}, 'height_inches': {'type': 'number', 'title': 'Height Inches'}}}}, {'name': 'pregnancy_calculator', 'description': '\n Pregnancy Due Dates Calculator\n Calculates pregnancy dates from last period, gestational age, or date of conception.\n \n Parameters:\n -----------\n calculation_method : str\n Method used for calculation: "lmp" (last menstrual period), "conception", or "ultrasound"\n date_value : str\n Date in format \'YYYY-MM-DD\' (date of LMP, conception, or ultrasound)\n cycle_length : int, optional\n Length of menstrual cycle in days (default: 28)\n gestational_age_weeks : int, optional\n Weeks of gestational age at ultrasound (required if calculation_method is "ultrasound")\n gestational_age_days : int, optional\n Days of gestational age at ultrasound (required if calculation_method is "ultrasound")\n \n Returns:\n --------\n dict\n Dictionary containing calculated pregnancy dates and information\n \n Formulas:\n ---------\n - EGA (Estimated Gestational Age) = time since 1st day of LMP\n - EDC (Estimated Date of Conception) = LMP + 2 weeks (adjusted for cycle length)\n - EDD (Estimated Due Date) = LMP + 40 weeks (adjusted for cycle length)\n \n For non-28 day cycles:\n - Adjustment = (cycle_length - 28) days\n - EDD = LMP + 40 weeks + Adjustment\n ', 'inputSchema': {'type': 'object', 'title': 'pregnancy_calculatorArguments', 'required': ['calculation_method', 'date_value'], 'properties': {'date_value': {'type': 'string', 'title': 'Date Value'}, 'cycle_length': {'type': 'integer', 'title': 'Cycle Length', 'default': 28}, 'calculation_method': {'type': 'string', 'title': 'Calculation Method'}, 'gestational_age_days': {'type': 'integer', 'title': 'Gestational Age Days', 'default': None}, 'gestational_age_weeks': {'type': 'integer', 'title': 'Gestational Age Weeks', 'default': None}}}}, {'name': 'revised_cardiac_risk_index', 'description': '\n Revised Cardiac Risk Index for Pre-Operative Risk\n Estimates risk of cardiac complications after noncardiac surgery.\n \n Parameters:\n -----------\n high_risk_surgery : bool\n Intraperitoneal, intrathoracic, or suprainguinal vascular surgery\n ischemic_heart_disease : bool\n History of MI, positive exercise test, current chest pain considered due to myocardial \n ischemia, use of nitrate therapy, or ECG with pathological Q waves\n congestive_heart_failure : bool\n Pulmonary edema, bilateral rales, S3 gallop, paroxysmal nocturnal dyspnea, or \n CXR showing pulmonary vascular redistribution\n cerebrovascular_disease : bool\n Prior transient ischemic attack (TIA) or stroke\n insulin_treatment : bool\n Pre-operative treatment with insulin\n creatinine_over_2mg : bool\n Pre-operative creatinine >2 mg/dL (176.8 µmol/L)\n \n Returns:\n --------\n dict\n Dictionary containing RCRI score and risk interpretation\n \n References:\n -----------\n Lee TH, et al. Circulation. 1999;100(10):1043-1049.\n Canadian Cardiovascular Society (CCS) Guidelines, 2017.\n European Society of Cardiology (ESC) Guidelines, 2022.\n ', 'inputSchema': {'type': 'object', 'title': 'revised_cardiac_risk_indexArguments', 'properties': {'high_risk_surgery': {'type': 'boolean', 'title': 'High Risk Surgery', 'default': False}, 'insulin_treatment': {'type': 'boolean', 'title': 'Insulin Treatment', 'default': False}, 'creatinine_over_2mg': {'type': 'boolean', 'title': 'Creatinine Over 2Mg', 'default': False}, 'ischemic_heart_disease': {'type': 'boolean', 'title': 'Ischemic Heart Disease', 'default': False}, 'cerebrovascular_disease': {'type': 'boolean', 'title': 'Cerebrovascular Disease', 'default': False}, 'congestive_heart_failure': {'type': 'boolean', 'title': 'Congestive Heart Failure', 'default': False}}}}, {'name': 'child_pugh_score', 'description': '\n Calculates the Child-Pugh Score for cirrhosis mortality assessment.\n\n Parameters:\n -----------\n bilirubin : float\n Total bilirubin in mg/dL.\n albumin : float\n Albumin in g/dL.\n inr : float\n International Normalized Ratio (INR) for prothrombin time.\n ascites : str\n One of: "absent", "slight", "moderate".\n encephalopathy_grade : int\n Hepatic encephalopathy grade: 0 (none), 1-2 (mild), 3-4 (severe).\n\n Returns:\n --------\n int\n Total Child-Pugh score (5–15).\n ', 'inputSchema': {'type': 'object', 'title': 'child_pugh_scoreArguments', 'required': ['bilirubin', 'albumin', 'inr', 'ascites', 'encephalopathy_grade'], 'properties': {'inr': {'type': 'number', 'title': 'Inr'}, 'albumin': {'type': 'number', 'title': 'Albumin'}, 'ascites': {'type': 'string', 'title': 'Ascites'}, 'bilirubin': {'type': 'number', 'title': 'Bilirubin'}, 'encephalopathy_grade': {'type': 'integer', 'title': 'Encephalopathy Grade'}}}}, {'name': 'steroid_conversion', 'description': "\n Converts corticosteroid dosages using standard equivalencies.\n\n Parameters:\n -----------\n from_steroid : str\n Name of the original steroid (e.g., 'prednisone', 'dexamethasone').\n from_dose_mg : float\n Dose of the original steroid in mg.\n to_steroid : str\n Name of the steroid to convert to.\n\n Returns:\n --------\n float\n Equivalent dose in mg of the target steroid.\n ", 'inputSchema': {'type': 'object', 'title': 'steroid_conversionArguments', 'required': ['from_steroid', 'from_dose_mg', 'to_steroid'], 'properties': {'to_steroid': {'type': 'string', 'title': 'To Steroid'}, 'from_dose_mg': {'type': 'number', 'title': 'From Dose Mg'}, 'from_steroid': {'type': 'string', 'title': 'From Steroid'}}}}, {'name': 'calculate_mme', 'description': "\n Calculates total daily Morphine Milligram Equivalents (MME).\n\n Parameters:\n -----------\n opioid : str\n Name of the opioid (e.g., 'oxycodone', 'fentanyl_patch').\n dose_per_administration : float\n Amount of opioid per dose (mg for most, mcg/hr for fentanyl patch).\n doses_per_day : int\n Number of times the dose is taken per day.\n\n Returns:\n --------\n float\n Total MME/day.\n ", 'inputSchema': {'type': 'object', 'title': 'calculate_mmeArguments', 'required': ['opioid', 'dose_per_administration', 'doses_per_day'], 'properties': {'opioid': {'type': 'string', 'title': 'Opioid'}, 'doses_per_day': {'type': 'integer', 'title': 'Doses Per Day'}, 'dose_per_administration': {'type': 'number', 'title': 'Dose Per Administration'}}}}, {'name': 'maintenance_fluids', 'description': "\n Calculates maintenance IV fluid rate (mL/hr) using the 4-2-1 Rule.\n\n Parameters:\n -----------\n weight_kg : float\n Patient's weight in kilograms.\n\n Returns:\n --------\n float\n Maintenance fluid rate in mL/hr.\n ", 'inputSchema': {'type': 'object', 'title': 'maintenance_fluidsArguments', 'required': ['weight_kg'], 'properties': {'weight_kg': {'type': 'number', 'title': 'Weight Kg'}}}}, {'name': 'corrected_sodium', 'description': '\n Calculates corrected sodium level in the setting of hyperglycemia\n using Katz and Hillier correction formulas.\n\n Parameters:\n -----------\n measured_sodium : float\n Measured serum sodium in mEq/L.\n serum_glucose : float\n Serum glucose in mg/dL.\n\n Returns:\n --------\n dict\n Dictionary with corrected sodium values using Katz and Hillier formulas.\n ', 'inputSchema': {'type': 'object', 'title': 'corrected_sodiumArguments', 'required': ['measured_sodium', 'serum_glucose'], 'properties': {'serum_glucose': {'type': 'number', 'title': 'Serum Glucose'}, 'measured_sodium': {'type': 'number', 'title': 'Measured Sodium'}}}}, {'name': 'meld_3', 'description': '\n Calculates MELD 3.0 Score for liver disease transplant planning.\n\n Parameters:\n -----------\n age : int\n Patient age in years.\n female : bool\n True if patient is female.\n bilirubin : float\n Serum bilirubin in mg/dL.\n inr : float\n INR (International Normalized Ratio).\n creatinine : float\n Serum creatinine in mg/dL.\n albumin : float\n Serum albumin in g/dL.\n sodium : float\n Serum sodium in mEq/L.\n dialysis : bool\n True if patient had ≥2 dialysis sessions or 24h CVVHD in last 7 days.\n\n Returns:\n --------\n int\n MELD 3.0 score, rounded to the nearest whole number.\n ', 'inputSchema': {'type': 'object', 'title': 'meld_3Arguments', 'required': ['age', 'female', 'bilirubin', 'inr', 'creatinine', 'albumin', 'sodium', 'dialysis'], 'properties': {'age': {'type': 'integer', 'title': 'Age'}, 'inr': {'type': 'number', 'title': 'Inr'}, 'female': {'type': 'boolean', 'title': 'Female'}, 'sodium': {'type': 'number', 'title': 'Sodium'}, 'albumin': {'type': 'number', 'title': 'Albumin'}, 'dialysis': {'type': 'boolean', 'title': 'Dialysis'}, 'bilirubin': {'type': 'number', 'title': 'Bilirubin'}, 'creatinine': {'type': 'number', 'title': 'Creatinine'}}}}, {'name': 'framingham_risk_score', 'description': '\n Calculates the Framingham Risk Score for 10-year risk of heart attack (CHD)\n based on the Framingham Heart Study equation (men and women).\n\n Parameters:\n -----------\n age : int\n Age of the patient (30-79 years).\n total_cholesterol : float\n Total cholesterol in mg/dL.\n hdl_cholesterol : float\n HDL cholesterol in mg/dL.\n systolic_bp : float\n Systolic blood pressure in mmHg.\n treated_for_bp : bool\n Whether the patient is treated for high blood pressure (1 if yes, 0 if no).\n smoker : bool\n Whether the patient is a smoker (1 if yes, 0 if no).\n gender : str\n Gender of the patient ("male" or "female").\n\n Returns:\n --------\n float\n 10-year risk of heart attack as a percentage.\n ', 'inputSchema': {'type': 'object', 'title': 'framingham_risk_scoreArguments', 'required': ['age', 'total_cholesterol', 'hdl_cholesterol', 'systolic_bp', 'treated_for_bp', 'smoker', 'gender'], 'properties': {'age': {'type': 'integer', 'title': 'Age'}, 'gender': {'type': 'string', 'title': 'Gender'}, 'smoker': {'type': 'boolean', 'title': 'Smoker'}, 'systolic_bp': {'type': 'number', 'title': 'Systolic Bp'}, 'treated_for_bp': {'type': 'boolean', 'title': 'Treated For Bp'}, 'hdl_cholesterol': {'type': 'number', 'title': 'Hdl Cholesterol'}, 'total_cholesterol': {'type': 'number', 'title': 'Total Cholesterol'}}}}, {'name': 'homa_ir', 'description': '\n Calculates the HOMA-IR score for insulin resistance.\n\n Formula:\n Score = (Fasting insulin (uIU/mL) * Fasting glucose (mg/dL)) / 405\n\n Parameters:\n -----------\n fasting_insulin : float\n Fasting insulin level in micro-units per milliliter (uIU/mL).\n fasting_glucose : float\n Fasting glucose level in milligrams per deciliter (mg/dL).\n\n Returns:\n --------\n float\n HOMA-IR score.\n ', 'inputSchema': {'type': 'object', 'title': 'homa_irArguments', 'required': ['fasting_insulin', 'fasting_glucose'], 'properties': {'fasting_glucose': {'type': 'number', 'title': 'Fasting Glucose'}, 'fasting_insulin': {'type': 'number', 'title': 'Fasting Insulin'}}}}] |
@chroma-core/chroma-mcp | Chroma MCP Server | Integrate vector database capabilities into your LLM applications. Effortlessly manage collections, perform semantic searches, and retrieve data with advanced filtering. Enhance your AI models with powerful data retrieval features for improved context and performance. | 2025-03-14T16:01:14.283Z | 0 | https://smithery.ai/server/@chroma-core/chroma-mcp | true | null | {
"scanPassed": true
} | [{'name': 'chroma_list_collections', 'description': 'List all collection names in the Chroma database with pagination support.\n \n Args:\n limit: Optional maximum number of collections to return\n offset: Optional number of collections to skip before returning results\n \n Returns:\n List of collection names\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_list_collectionsArguments', 'properties': {'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'offset': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Offset', 'default': None}}}}, {'name': 'chroma_create_collection', 'description': "Create a new Chroma collection with configurable HNSW parameters.\n \n Args:\n collection_name: Name of the collection to create\n hnsw_space: Distance function used in HNSW index. Options: 'l2', 'ip', 'cosine'\n hnsw_construction_ef: Size of the dynamic candidate list for constructing the HNSW graph\n hnsw_search_ef: Size of the dynamic candidate list for searching the HNSW graph\n hnsw_M: Number of bi-directional links created for every new element\n hnsw_num_threads: Number of threads to use during HNSW construction\n hnsw_resize_factor: Factor to resize the index by when it's full\n hnsw_batch_size: Number of elements to batch together during index construction\n hnsw_sync_threshold: Number of elements to process before syncing index to disk\n ", 'inputSchema': {'type': 'object', 'title': 'chroma_create_collectionArguments', 'required': ['collection_name'], 'properties': {'hnsw_M': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hnsw M', 'default': None}, 'hnsw_space': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Hnsw Space', 'default': None}, 'hnsw_search_ef': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hnsw Search Ef', 'default': None}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}, 'hnsw_batch_size': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hnsw Batch Size', 'default': None}, 'hnsw_num_threads': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hnsw Num Threads', 'default': None}, 'hnsw_resize_factor': {'anyOf': [{'type': 'number'}, {'type': 'null'}], 'title': 'Hnsw Resize Factor', 'default': None}, 'hnsw_sync_threshold': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hnsw Sync Threshold', 'default': None}, 'hnsw_construction_ef': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hnsw Construction Ef', 'default': None}}}}, {'name': 'chroma_peek_collection', 'description': 'Peek at documents in a Chroma collection.\n \n Args:\n collection_name: Name of the collection to peek into\n limit: Number of documents to peek at\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_peek_collectionArguments', 'required': ['collection_name'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 5}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_get_collection_info', 'description': 'Get information about a Chroma collection.\n \n Args:\n collection_name: Name of the collection to get info about\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_get_collection_infoArguments', 'required': ['collection_name'], 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_get_collection_count', 'description': 'Get the number of documents in a Chroma collection.\n \n Args:\n collection_name: Name of the collection to count\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_get_collection_countArguments', 'required': ['collection_name'], 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_modify_collection', 'description': "Modify a Chroma collection's name or metadata.\n \n Args:\n collection_name: Name of the collection to modify\n new_name: Optional new name for the collection\n new_metadata: Optional new metadata for the collection\n ", 'inputSchema': {'type': 'object', 'title': 'chroma_modify_collectionArguments', 'required': ['collection_name'], 'properties': {'new_name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'New Name', 'default': None}, 'new_metadata': {'anyOf': [{'type': 'object'}, {'type': 'null'}], 'title': 'New Metadata', 'default': None}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_delete_collection', 'description': 'Delete a Chroma collection.\n \n Args:\n collection_name: Name of the collection to delete\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_delete_collectionArguments', 'required': ['collection_name'], 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_add_documents', 'description': 'Add documents to a Chroma collection.\n \n Args:\n collection_name: Name of the collection to add documents to\n documents: List of text documents to add\n metadatas: Optional list of metadata dictionaries for each document\n ids: Optional list of IDs for the documents\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_add_documentsArguments', 'required': ['collection_name', 'documents'], 'properties': {'ids': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Ids', 'default': None}, 'documents': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Documents'}, 'metadatas': {'anyOf': [{'type': 'array', 'items': {'type': 'object'}}, {'type': 'null'}], 'title': 'Metadatas', 'default': None}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_query_documents', 'description': 'Query documents from a Chroma collection with advanced filtering.\n \n Args:\n collection_name: Name of the collection to query\n query_texts: List of query texts to search for\n n_results: Number of results to return per query\n where: Optional metadata filters using Chroma\'s query operators\n Examples:\n - Simple equality: {"metadata_field": "value"}\n - Comparison: {"metadata_field": {"$gt": 5}}\n - Logical AND: {"$and": [{"field1": {"$eq": "value1"}}, {"field2": {"$gt": 5}}]}\n - Logical OR: {"$or": [{"field1": {"$eq": "value1"}}, {"field1": {"$eq": "value2"}}]}\n where_document: Optional document content filters\n include: Optional list of what to include in response. Can contain any of:\n ["documents", "embeddings", "metadatas", "distances"]\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_query_documentsArguments', 'required': ['collection_name', 'query_texts'], 'properties': {'where': {'anyOf': [{'type': 'object'}, {'type': 'null'}], 'title': 'Where', 'default': None}, 'include': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Include', 'default': None}, 'n_results': {'type': 'integer', 'title': 'N Results', 'default': 5}, 'query_texts': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Query Texts'}, 'where_document': {'anyOf': [{'type': 'object'}, {'type': 'null'}], 'title': 'Where Document', 'default': None}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_get_documents', 'description': 'Get documents from a Chroma collection with optional filtering.\n \n Args:\n collection_name: Name of the collection to get documents from\n ids: Optional list of document IDs to retrieve\n where: Optional metadata filters using Chroma\'s query operators\n Examples:\n - Simple equality: {"metadata_field": "value"}\n - Comparison: {"metadata_field": {"$gt": 5}}\n - Logical AND: {"$and": [{"field1": {"$eq": "value1"}}, {"field2": {"$gt": 5}}]}\n - Logical OR: {"$or": [{"field1": {"$eq": "value1"}}, {"field1": {"$eq": "value2"}}]}\n where_document: Optional document content filters\n include: Optional list of what to include in response. Can contain any of:\n ["documents", "embeddings", "metadatas"]\n limit: Optional maximum number of documents to return\n offset: Optional number of documents to skip before returning results\n \n Returns:\n Dictionary containing the matching documents, their IDs, and requested includes\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_get_documentsArguments', 'required': ['collection_name'], 'properties': {'ids': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Ids', 'default': None}, 'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'where': {'anyOf': [{'type': 'object'}, {'type': 'null'}], 'title': 'Where', 'default': None}, 'offset': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Offset', 'default': None}, 'include': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Include', 'default': None}, 'where_document': {'anyOf': [{'type': 'object'}, {'type': 'null'}], 'title': 'Where Document', 'default': None}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_sequential_thinking', 'description': 'A detailed tool for dynamic and reflective problem-solving through thoughts.\n \n This tool helps analyze problems through a flexible thinking process that can adapt and evolve.\n Each thought can build on, question, or revise previous insights as understanding deepens.\n \n Args:\n thought: Do not store code in the thought. It is your current thinking step, which can include:\n * Regular analytical steps\n * Revisions of previous thoughts\n * Questions about previous decisions\n * Realizations about needing more analysis\n * Changes in approach\n * Hypothesis generation\n * Hypothesis verification\n Do not make thoughts superfluous. Do not store code in the thought. \n thoughtNumber: Current thought number\n * The current number in sequence (can go beyond initial total if needed)\n totalThoughts: Estimated total thoughts needed\n * Current estimate of thoughts needed (can be adjusted up/down)\n sessionId: Identifier for the thinking session. Provide if this is not the first thought in the session.\n * A unique identifier for the current thinking session\n nextThoughtNeeded: Whether another thought step is needed\n * True if you need more thinking, even if at what seemed like the end\n isRevision: Whether this revises previous thinking\n * A boolean indicating if this thought revises previous thinking\n revisesThought: Which thought is being reconsidered\n * If isRevision is true, which thought number is being reconsidered\n branchFromThought: Branching point thought number\n * If branching, which thought number is the branching point\n branchId: Branch identifier\n * Identifier for the current branch (if any)\n needsMoreThoughts: If more thoughts are needed\n * If reaching end but realizing more thoughts needed\n sessionSummary: A summary of the current session. Provide when nextThoughtNeeded is false.\n keyThoughts: A list of key thought numbers from the current session. Provide when nextThoughtNeeded is false.\n persist: Whether to persist thoughts in the Chroma database\n \n You should:\n 1. Start with an initial estimate of needed thoughts, but be ready to adjust\n 2. Feel free to question or revise previous thoughts\n 3. Don\'t hesitate to add more thoughts if needed, even at the "end"\n 4. Express uncertainty when present\n 5. Mark thoughts that revise previous thinking or branch into new paths\n 6. Ignore information that is irrelevant to the current step\n 7. Generate a solution hypothesis when appropriate\n 8. Verify the hypothesis based on the Chain of Thought steps\n 9. Repeat the process until satisfied with the solution\n 10. Provide a single, ideally correct answer as the final output\n 11. Only set next_thought_needed to false when truly done and a satisfactory answer is reached`,\n \n Returns:\n Dictionary with thought metadata\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_sequential_thinkingArguments', 'required': ['thought', 'thoughtNumber', 'totalThoughts', 'nextThoughtNeeded'], 'properties': {'persist': {'type': 'boolean', 'title': 'Persist', 'default': True}, 'thought': {'type': 'string', 'title': 'Thought'}, 'branchId': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Branchid', 'default': None}, 'sessionId': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Sessionid', 'default': None}, 'isRevision': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Isrevision', 'default': None}, 'keyThoughts': {'anyOf': [{'type': 'array', 'items': {'type': 'integer'}}, {'type': 'null'}], 'title': 'Keythoughts', 'default': None}, 'thoughtNumber': {'type': 'integer', 'title': 'Thoughtnumber'}, 'totalThoughts': {'type': 'integer', 'title': 'Totalthoughts'}, 'revisesThought': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Revisesthought', 'default': None}, 'sessionSummary': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Sessionsummary', 'default': None}, 'branchFromThought': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Branchfromthought', 'default': None}, 'needsMoreThoughts': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Needsmorethoughts', 'default': None}, 'nextThoughtNeeded': {'type': 'boolean', 'title': 'Nextthoughtneeded'}}}}, {'name': 'chroma_get_similar_sessions', 'description': 'Retrieve the thought history for a specific session.\n \n Args:\n text: The text to search for\n \n Returns:\n Dictionary with the thought history\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_get_similar_sessionsArguments', 'required': ['text'], 'properties': {'text': {'type': 'string', 'title': 'Text'}}}}, {'name': 'chroma_get_thought_history', 'description': 'Retrieve the thought history for a specific session.\n \n Args:\n sessionId: The session identifier\n \n Returns:\n Dictionary with the thought history\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_get_thought_historyArguments', 'required': ['sessionId'], 'properties': {'sessionId': {'type': 'string', 'title': 'Sessionid'}}}}, {'name': 'chroma_get_thought_branches', 'description': 'Get all branches for a specific thinking session.\n \n Args:\n sessionId: The session identifier\n \n Returns:\n Dictionary with branch information\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_get_thought_branchesArguments', 'required': ['sessionId'], 'properties': {'sessionId': {'type': 'string', 'title': 'Sessionid'}}}}, {'name': 'chroma_continue_thought_chain', 'description': 'Get the latest state of a thought chain to continue it.\n \n Args:\n sessionId: The session identifier\n branchId: Optional branch identifier to continue a specific branch\n \n Returns:\n Dictionary with the latest state of the thought chain\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_continue_thought_chainArguments', 'required': ['sessionId'], 'properties': {'branchId': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Branchid', 'default': None}, 'sessionId': {'type': 'string', 'title': 'Sessionid'}}}}] |
@chroma-core/chroma-mcp | Chroma MCP Server | Integrate vector database capabilities into your LLM applications. Effortlessly manage collections, perform semantic searches, and retrieve data with advanced filtering. Enhance your AI models with powerful data retrieval features for improved context and performance. | 2025-03-14T16:01:14.283Z | 0 | https://smithery.ai/server/@chroma-core/chroma-mcp | true | null | {
"scanPassed": true
} | [{'name': 'chroma_list_collections', 'description': 'List all collection names in the Chroma database with pagination support.\n \n Args:\n limit: Optional maximum number of collections to return\n offset: Optional number of collections to skip before returning results\n \n Returns:\n List of collection names\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_list_collectionsArguments', 'properties': {'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'offset': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Offset', 'default': None}}}}, {'name': 'chroma_create_collection', 'description': "Create a new Chroma collection with configurable HNSW parameters.\n \n Args:\n collection_name: Name of the collection to create\n hnsw_space: Distance function used in HNSW index. Options: 'l2', 'ip', 'cosine'\n hnsw_construction_ef: Size of the dynamic candidate list for constructing the HNSW graph\n hnsw_search_ef: Size of the dynamic candidate list for searching the HNSW graph\n hnsw_M: Number of bi-directional links created for every new element\n hnsw_num_threads: Number of threads to use during HNSW construction\n hnsw_resize_factor: Factor to resize the index by when it's full\n hnsw_batch_size: Number of elements to batch together during index construction\n hnsw_sync_threshold: Number of elements to process before syncing index to disk\n ", 'inputSchema': {'type': 'object', 'title': 'chroma_create_collectionArguments', 'required': ['collection_name'], 'properties': {'hnsw_M': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hnsw M', 'default': None}, 'hnsw_space': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Hnsw Space', 'default': None}, 'hnsw_search_ef': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hnsw Search Ef', 'default': None}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}, 'hnsw_batch_size': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hnsw Batch Size', 'default': None}, 'hnsw_num_threads': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hnsw Num Threads', 'default': None}, 'hnsw_resize_factor': {'anyOf': [{'type': 'number'}, {'type': 'null'}], 'title': 'Hnsw Resize Factor', 'default': None}, 'hnsw_sync_threshold': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hnsw Sync Threshold', 'default': None}, 'hnsw_construction_ef': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hnsw Construction Ef', 'default': None}}}}, {'name': 'chroma_peek_collection', 'description': 'Peek at documents in a Chroma collection.\n \n Args:\n collection_name: Name of the collection to peek into\n limit: Number of documents to peek at\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_peek_collectionArguments', 'required': ['collection_name'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 5}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_get_collection_info', 'description': 'Get information about a Chroma collection.\n \n Args:\n collection_name: Name of the collection to get info about\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_get_collection_infoArguments', 'required': ['collection_name'], 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_get_collection_count', 'description': 'Get the number of documents in a Chroma collection.\n \n Args:\n collection_name: Name of the collection to count\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_get_collection_countArguments', 'required': ['collection_name'], 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_modify_collection', 'description': "Modify a Chroma collection's name or metadata.\n \n Args:\n collection_name: Name of the collection to modify\n new_name: Optional new name for the collection\n new_metadata: Optional new metadata for the collection\n ", 'inputSchema': {'type': 'object', 'title': 'chroma_modify_collectionArguments', 'required': ['collection_name'], 'properties': {'new_name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'New Name', 'default': None}, 'new_metadata': {'anyOf': [{'type': 'object'}, {'type': 'null'}], 'title': 'New Metadata', 'default': None}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_delete_collection', 'description': 'Delete a Chroma collection.\n \n Args:\n collection_name: Name of the collection to delete\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_delete_collectionArguments', 'required': ['collection_name'], 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_add_documents', 'description': 'Add documents to a Chroma collection.\n \n Args:\n collection_name: Name of the collection to add documents to\n documents: List of text documents to add\n metadatas: Optional list of metadata dictionaries for each document\n ids: Optional list of IDs for the documents\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_add_documentsArguments', 'required': ['collection_name', 'documents'], 'properties': {'ids': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Ids', 'default': None}, 'documents': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Documents'}, 'metadatas': {'anyOf': [{'type': 'array', 'items': {'type': 'object'}}, {'type': 'null'}], 'title': 'Metadatas', 'default': None}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_query_documents', 'description': 'Query documents from a Chroma collection with advanced filtering.\n \n Args:\n collection_name: Name of the collection to query\n query_texts: List of query texts to search for\n n_results: Number of results to return per query\n where: Optional metadata filters using Chroma\'s query operators\n Examples:\n - Simple equality: {"metadata_field": "value"}\n - Comparison: {"metadata_field": {"$gt": 5}}\n - Logical AND: {"$and": [{"field1": {"$eq": "value1"}}, {"field2": {"$gt": 5}}]}\n - Logical OR: {"$or": [{"field1": {"$eq": "value1"}}, {"field1": {"$eq": "value2"}}]}\n where_document: Optional document content filters\n include: Optional list of what to include in response. Can contain any of:\n ["documents", "embeddings", "metadatas", "distances"]\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_query_documentsArguments', 'required': ['collection_name', 'query_texts'], 'properties': {'where': {'anyOf': [{'type': 'object'}, {'type': 'null'}], 'title': 'Where', 'default': None}, 'include': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Include', 'default': None}, 'n_results': {'type': 'integer', 'title': 'N Results', 'default': 5}, 'query_texts': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Query Texts'}, 'where_document': {'anyOf': [{'type': 'object'}, {'type': 'null'}], 'title': 'Where Document', 'default': None}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_get_documents', 'description': 'Get documents from a Chroma collection with optional filtering.\n \n Args:\n collection_name: Name of the collection to get documents from\n ids: Optional list of document IDs to retrieve\n where: Optional metadata filters using Chroma\'s query operators\n Examples:\n - Simple equality: {"metadata_field": "value"}\n - Comparison: {"metadata_field": {"$gt": 5}}\n - Logical AND: {"$and": [{"field1": {"$eq": "value1"}}, {"field2": {"$gt": 5}}]}\n - Logical OR: {"$or": [{"field1": {"$eq": "value1"}}, {"field1": {"$eq": "value2"}}]}\n where_document: Optional document content filters\n include: Optional list of what to include in response. Can contain any of:\n ["documents", "embeddings", "metadatas"]\n limit: Optional maximum number of documents to return\n offset: Optional number of documents to skip before returning results\n \n Returns:\n Dictionary containing the matching documents, their IDs, and requested includes\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_get_documentsArguments', 'required': ['collection_name'], 'properties': {'ids': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Ids', 'default': None}, 'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'where': {'anyOf': [{'type': 'object'}, {'type': 'null'}], 'title': 'Where', 'default': None}, 'offset': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Offset', 'default': None}, 'include': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Include', 'default': None}, 'where_document': {'anyOf': [{'type': 'object'}, {'type': 'null'}], 'title': 'Where Document', 'default': None}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_sequential_thinking', 'description': 'A detailed tool for dynamic and reflective problem-solving through thoughts.\n \n This tool helps analyze problems through a flexible thinking process that can adapt and evolve.\n Each thought can build on, question, or revise previous insights as understanding deepens.\n \n Args:\n thought: Do not store code in the thought. It is your current thinking step, which can include:\n * Regular analytical steps\n * Revisions of previous thoughts\n * Questions about previous decisions\n * Realizations about needing more analysis\n * Changes in approach\n * Hypothesis generation\n * Hypothesis verification\n Do not make thoughts superfluous. Do not store code in the thought. \n thoughtNumber: Current thought number\n * The current number in sequence (can go beyond initial total if needed)\n totalThoughts: Estimated total thoughts needed\n * Current estimate of thoughts needed (can be adjusted up/down)\n sessionId: Identifier for the thinking session. Provide if this is not the first thought in the session.\n * A unique identifier for the current thinking session\n nextThoughtNeeded: Whether another thought step is needed\n * True if you need more thinking, even if at what seemed like the end\n isRevision: Whether this revises previous thinking\n * A boolean indicating if this thought revises previous thinking\n revisesThought: Which thought is being reconsidered\n * If isRevision is true, which thought number is being reconsidered\n branchFromThought: Branching point thought number\n * If branching, which thought number is the branching point\n branchId: Branch identifier\n * Identifier for the current branch (if any)\n needsMoreThoughts: If more thoughts are needed\n * If reaching end but realizing more thoughts needed\n sessionSummary: A summary of the current session. Provide when nextThoughtNeeded is false.\n keyThoughts: A list of key thought numbers from the current session. Provide when nextThoughtNeeded is false.\n persist: Whether to persist thoughts in the Chroma database\n \n You should:\n 1. Start with an initial estimate of needed thoughts, but be ready to adjust\n 2. Feel free to question or revise previous thoughts\n 3. Don\'t hesitate to add more thoughts if needed, even at the "end"\n 4. Express uncertainty when present\n 5. Mark thoughts that revise previous thinking or branch into new paths\n 6. Ignore information that is irrelevant to the current step\n 7. Generate a solution hypothesis when appropriate\n 8. Verify the hypothesis based on the Chain of Thought steps\n 9. Repeat the process until satisfied with the solution\n 10. Provide a single, ideally correct answer as the final output\n 11. Only set next_thought_needed to false when truly done and a satisfactory answer is reached`,\n \n Returns:\n Dictionary with thought metadata\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_sequential_thinkingArguments', 'required': ['thought', 'thoughtNumber', 'totalThoughts', 'nextThoughtNeeded'], 'properties': {'persist': {'type': 'boolean', 'title': 'Persist', 'default': True}, 'thought': {'type': 'string', 'title': 'Thought'}, 'branchId': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Branchid', 'default': None}, 'sessionId': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Sessionid', 'default': None}, 'isRevision': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Isrevision', 'default': None}, 'keyThoughts': {'anyOf': [{'type': 'array', 'items': {'type': 'integer'}}, {'type': 'null'}], 'title': 'Keythoughts', 'default': None}, 'thoughtNumber': {'type': 'integer', 'title': 'Thoughtnumber'}, 'totalThoughts': {'type': 'integer', 'title': 'Totalthoughts'}, 'revisesThought': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Revisesthought', 'default': None}, 'sessionSummary': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Sessionsummary', 'default': None}, 'branchFromThought': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Branchfromthought', 'default': None}, 'needsMoreThoughts': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Needsmorethoughts', 'default': None}, 'nextThoughtNeeded': {'type': 'boolean', 'title': 'Nextthoughtneeded'}}}}, {'name': 'chroma_get_similar_sessions', 'description': 'Retrieve the thought history for a specific session.\n \n Args:\n text: The text to search for\n \n Returns:\n Dictionary with the thought history\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_get_similar_sessionsArguments', 'required': ['text'], 'properties': {'text': {'type': 'string', 'title': 'Text'}}}}, {'name': 'chroma_get_thought_history', 'description': 'Retrieve the thought history for a specific session.\n \n Args:\n sessionId: The session identifier\n \n Returns:\n Dictionary with the thought history\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_get_thought_historyArguments', 'required': ['sessionId'], 'properties': {'sessionId': {'type': 'string', 'title': 'Sessionid'}}}}, {'name': 'chroma_get_thought_branches', 'description': 'Get all branches for a specific thinking session.\n \n Args:\n sessionId: The session identifier\n \n Returns:\n Dictionary with branch information\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_get_thought_branchesArguments', 'required': ['sessionId'], 'properties': {'sessionId': {'type': 'string', 'title': 'Sessionid'}}}}, {'name': 'chroma_continue_thought_chain', 'description': 'Get the latest state of a thought chain to continue it.\n \n Args:\n sessionId: The session identifier\n branchId: Optional branch identifier to continue a specific branch\n \n Returns:\n Dictionary with the latest state of the thought chain\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_continue_thought_chainArguments', 'required': ['sessionId'], 'properties': {'branchId': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Branchid', 'default': None}, 'sessionId': {'type': 'string', 'title': 'Sessionid'}}}}] |
@chroma-core/chroma-mcp | Chroma MCP Server | Integrate vector database capabilities into your LLM applications. Effortlessly manage collections, perform semantic searches, and retrieve data with advanced filtering. Enhance your AI models with powerful data retrieval features for improved context and performance. | 2025-03-14T16:01:14.283Z | 0 | https://smithery.ai/server/@chroma-core/chroma-mcp | true | null | {
"scanPassed": true
} | [{'name': 'chroma_list_collections', 'description': 'List all collection names in the Chroma database with pagination support.\n \n Args:\n limit: Optional maximum number of collections to return\n offset: Optional number of collections to skip before returning results\n \n Returns:\n List of collection names\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_list_collectionsArguments', 'properties': {'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'offset': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Offset', 'default': None}}}}, {'name': 'chroma_create_collection', 'description': "Create a new Chroma collection with configurable HNSW parameters.\n \n Args:\n collection_name: Name of the collection to create\n hnsw_space: Distance function used in HNSW index. Options: 'l2', 'ip', 'cosine'\n hnsw_construction_ef: Size of the dynamic candidate list for constructing the HNSW graph\n hnsw_search_ef: Size of the dynamic candidate list for searching the HNSW graph\n hnsw_M: Number of bi-directional links created for every new element\n hnsw_num_threads: Number of threads to use during HNSW construction\n hnsw_resize_factor: Factor to resize the index by when it's full\n hnsw_batch_size: Number of elements to batch together during index construction\n hnsw_sync_threshold: Number of elements to process before syncing index to disk\n ", 'inputSchema': {'type': 'object', 'title': 'chroma_create_collectionArguments', 'required': ['collection_name'], 'properties': {'hnsw_M': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hnsw M', 'default': None}, 'hnsw_space': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Hnsw Space', 'default': None}, 'hnsw_search_ef': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hnsw Search Ef', 'default': None}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}, 'hnsw_batch_size': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hnsw Batch Size', 'default': None}, 'hnsw_num_threads': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hnsw Num Threads', 'default': None}, 'hnsw_resize_factor': {'anyOf': [{'type': 'number'}, {'type': 'null'}], 'title': 'Hnsw Resize Factor', 'default': None}, 'hnsw_sync_threshold': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hnsw Sync Threshold', 'default': None}, 'hnsw_construction_ef': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hnsw Construction Ef', 'default': None}}}}, {'name': 'chroma_peek_collection', 'description': 'Peek at documents in a Chroma collection.\n \n Args:\n collection_name: Name of the collection to peek into\n limit: Number of documents to peek at\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_peek_collectionArguments', 'required': ['collection_name'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 5}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_get_collection_info', 'description': 'Get information about a Chroma collection.\n \n Args:\n collection_name: Name of the collection to get info about\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_get_collection_infoArguments', 'required': ['collection_name'], 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_get_collection_count', 'description': 'Get the number of documents in a Chroma collection.\n \n Args:\n collection_name: Name of the collection to count\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_get_collection_countArguments', 'required': ['collection_name'], 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_modify_collection', 'description': "Modify a Chroma collection's name or metadata.\n \n Args:\n collection_name: Name of the collection to modify\n new_name: Optional new name for the collection\n new_metadata: Optional new metadata for the collection\n ", 'inputSchema': {'type': 'object', 'title': 'chroma_modify_collectionArguments', 'required': ['collection_name'], 'properties': {'new_name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'New Name', 'default': None}, 'new_metadata': {'anyOf': [{'type': 'object'}, {'type': 'null'}], 'title': 'New Metadata', 'default': None}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_delete_collection', 'description': 'Delete a Chroma collection.\n \n Args:\n collection_name: Name of the collection to delete\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_delete_collectionArguments', 'required': ['collection_name'], 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_add_documents', 'description': 'Add documents to a Chroma collection.\n \n Args:\n collection_name: Name of the collection to add documents to\n documents: List of text documents to add\n metadatas: Optional list of metadata dictionaries for each document\n ids: Optional list of IDs for the documents\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_add_documentsArguments', 'required': ['collection_name', 'documents'], 'properties': {'ids': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Ids', 'default': None}, 'documents': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Documents'}, 'metadatas': {'anyOf': [{'type': 'array', 'items': {'type': 'object'}}, {'type': 'null'}], 'title': 'Metadatas', 'default': None}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_query_documents', 'description': 'Query documents from a Chroma collection with advanced filtering.\n \n Args:\n collection_name: Name of the collection to query\n query_texts: List of query texts to search for\n n_results: Number of results to return per query\n where: Optional metadata filters using Chroma\'s query operators\n Examples:\n - Simple equality: {"metadata_field": "value"}\n - Comparison: {"metadata_field": {"$gt": 5}}\n - Logical AND: {"$and": [{"field1": {"$eq": "value1"}}, {"field2": {"$gt": 5}}]}\n - Logical OR: {"$or": [{"field1": {"$eq": "value1"}}, {"field1": {"$eq": "value2"}}]}\n where_document: Optional document content filters\n include: Optional list of what to include in response. Can contain any of:\n ["documents", "embeddings", "metadatas", "distances"]\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_query_documentsArguments', 'required': ['collection_name', 'query_texts'], 'properties': {'where': {'anyOf': [{'type': 'object'}, {'type': 'null'}], 'title': 'Where', 'default': None}, 'include': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Include', 'default': None}, 'n_results': {'type': 'integer', 'title': 'N Results', 'default': 5}, 'query_texts': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Query Texts'}, 'where_document': {'anyOf': [{'type': 'object'}, {'type': 'null'}], 'title': 'Where Document', 'default': None}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_get_documents', 'description': 'Get documents from a Chroma collection with optional filtering.\n \n Args:\n collection_name: Name of the collection to get documents from\n ids: Optional list of document IDs to retrieve\n where: Optional metadata filters using Chroma\'s query operators\n Examples:\n - Simple equality: {"metadata_field": "value"}\n - Comparison: {"metadata_field": {"$gt": 5}}\n - Logical AND: {"$and": [{"field1": {"$eq": "value1"}}, {"field2": {"$gt": 5}}]}\n - Logical OR: {"$or": [{"field1": {"$eq": "value1"}}, {"field1": {"$eq": "value2"}}]}\n where_document: Optional document content filters\n include: Optional list of what to include in response. Can contain any of:\n ["documents", "embeddings", "metadatas"]\n limit: Optional maximum number of documents to return\n offset: Optional number of documents to skip before returning results\n \n Returns:\n Dictionary containing the matching documents, their IDs, and requested includes\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_get_documentsArguments', 'required': ['collection_name'], 'properties': {'ids': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Ids', 'default': None}, 'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'where': {'anyOf': [{'type': 'object'}, {'type': 'null'}], 'title': 'Where', 'default': None}, 'offset': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Offset', 'default': None}, 'include': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Include', 'default': None}, 'where_document': {'anyOf': [{'type': 'object'}, {'type': 'null'}], 'title': 'Where Document', 'default': None}, 'collection_name': {'type': 'string', 'title': 'Collection Name'}}}}, {'name': 'chroma_sequential_thinking', 'description': 'A detailed tool for dynamic and reflective problem-solving through thoughts.\n \n This tool helps analyze problems through a flexible thinking process that can adapt and evolve.\n Each thought can build on, question, or revise previous insights as understanding deepens.\n \n Args:\n thought: Do not store code in the thought. It is your current thinking step, which can include:\n * Regular analytical steps\n * Revisions of previous thoughts\n * Questions about previous decisions\n * Realizations about needing more analysis\n * Changes in approach\n * Hypothesis generation\n * Hypothesis verification\n Do not make thoughts superfluous. Do not store code in the thought. \n thoughtNumber: Current thought number\n * The current number in sequence (can go beyond initial total if needed)\n totalThoughts: Estimated total thoughts needed\n * Current estimate of thoughts needed (can be adjusted up/down)\n sessionId: Identifier for the thinking session. Provide if this is not the first thought in the session.\n * A unique identifier for the current thinking session\n nextThoughtNeeded: Whether another thought step is needed\n * True if you need more thinking, even if at what seemed like the end\n isRevision: Whether this revises previous thinking\n * A boolean indicating if this thought revises previous thinking\n revisesThought: Which thought is being reconsidered\n * If isRevision is true, which thought number is being reconsidered\n branchFromThought: Branching point thought number\n * If branching, which thought number is the branching point\n branchId: Branch identifier\n * Identifier for the current branch (if any)\n needsMoreThoughts: If more thoughts are needed\n * If reaching end but realizing more thoughts needed\n sessionSummary: A summary of the current session. Provide when nextThoughtNeeded is false.\n keyThoughts: A list of key thought numbers from the current session. Provide when nextThoughtNeeded is false.\n persist: Whether to persist thoughts in the Chroma database\n \n You should:\n 1. Start with an initial estimate of needed thoughts, but be ready to adjust\n 2. Feel free to question or revise previous thoughts\n 3. Don\'t hesitate to add more thoughts if needed, even at the "end"\n 4. Express uncertainty when present\n 5. Mark thoughts that revise previous thinking or branch into new paths\n 6. Ignore information that is irrelevant to the current step\n 7. Generate a solution hypothesis when appropriate\n 8. Verify the hypothesis based on the Chain of Thought steps\n 9. Repeat the process until satisfied with the solution\n 10. Provide a single, ideally correct answer as the final output\n 11. Only set next_thought_needed to false when truly done and a satisfactory answer is reached`,\n \n Returns:\n Dictionary with thought metadata\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_sequential_thinkingArguments', 'required': ['thought', 'thoughtNumber', 'totalThoughts', 'nextThoughtNeeded'], 'properties': {'persist': {'type': 'boolean', 'title': 'Persist', 'default': True}, 'thought': {'type': 'string', 'title': 'Thought'}, 'branchId': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Branchid', 'default': None}, 'sessionId': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Sessionid', 'default': None}, 'isRevision': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Isrevision', 'default': None}, 'keyThoughts': {'anyOf': [{'type': 'array', 'items': {'type': 'integer'}}, {'type': 'null'}], 'title': 'Keythoughts', 'default': None}, 'thoughtNumber': {'type': 'integer', 'title': 'Thoughtnumber'}, 'totalThoughts': {'type': 'integer', 'title': 'Totalthoughts'}, 'revisesThought': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Revisesthought', 'default': None}, 'sessionSummary': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Sessionsummary', 'default': None}, 'branchFromThought': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Branchfromthought', 'default': None}, 'needsMoreThoughts': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Needsmorethoughts', 'default': None}, 'nextThoughtNeeded': {'type': 'boolean', 'title': 'Nextthoughtneeded'}}}}, {'name': 'chroma_get_similar_sessions', 'description': 'Retrieve the thought history for a specific session.\n \n Args:\n text: The text to search for\n \n Returns:\n Dictionary with the thought history\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_get_similar_sessionsArguments', 'required': ['text'], 'properties': {'text': {'type': 'string', 'title': 'Text'}}}}, {'name': 'chroma_get_thought_history', 'description': 'Retrieve the thought history for a specific session.\n \n Args:\n sessionId: The session identifier\n \n Returns:\n Dictionary with the thought history\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_get_thought_historyArguments', 'required': ['sessionId'], 'properties': {'sessionId': {'type': 'string', 'title': 'Sessionid'}}}}, {'name': 'chroma_get_thought_branches', 'description': 'Get all branches for a specific thinking session.\n \n Args:\n sessionId: The session identifier\n \n Returns:\n Dictionary with branch information\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_get_thought_branchesArguments', 'required': ['sessionId'], 'properties': {'sessionId': {'type': 'string', 'title': 'Sessionid'}}}}, {'name': 'chroma_continue_thought_chain', 'description': 'Get the latest state of a thought chain to continue it.\n \n Args:\n sessionId: The session identifier\n branchId: Optional branch identifier to continue a specific branch\n \n Returns:\n Dictionary with the latest state of the thought chain\n ', 'inputSchema': {'type': 'object', 'title': 'chroma_continue_thought_chainArguments', 'required': ['sessionId'], 'properties': {'branchId': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Branchid', 'default': None}, 'sessionId': {'type': 'string', 'title': 'Sessionid'}}}}] |
@fakepixels/base-mcp-server | Base Network MCP Server | Enable LLMs to interact with the Base blockchain through natural language commands. Manage wallets, check balances, and execute transactions seamlessly. Simplify blockchain operations with intuitive commands and secure handling of private keys. | 2025-04-03T18:00:44.377Z | 0 | https://smithery.ai/server/@fakepixels/base-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'process_command', 'description': 'Process a natural language command for Base network operations', 'inputSchema': {'type': 'object', 'required': ['command'], 'properties': {'command': {'type': 'string', 'description': 'Natural language command (e.g., "Send 0.1 ETH to 0x123...")'}}}}, {'name': 'create_wallet', 'description': 'Create a new wallet', 'inputSchema': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'Optional name for the wallet'}}}}, {'name': 'check_balance', 'description': 'Check wallet balance', 'inputSchema': {'type': 'object', 'properties': {'wallet': {'type': 'string', 'description': 'Wallet name or address (defaults to primary wallet)'}}}}, {'name': 'list_wallets', 'description': 'List all available wallets', 'inputSchema': {'type': 'object', 'properties': {}}}] |
@franccesco/hex-mcp | Hex MCP Server | Interact with Hex projects seamlessly. Manage, execute, and summarize your notes and projects with ease using this powerful MCP server. | 2025-03-10T17:00:42.923Z | 0 | https://smithery.ai/server/@franccesco/hex-mcp | true | null | {
"scanPassed": true
} | [{'name': 'list_hex_projects', 'description': 'List all available Hex projects that are in production.\n\n Returns:\n JSON string with list of projects\n ', 'inputSchema': {'type': 'object', 'title': 'list_hex_projectsArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 25}, 'offset': {'type': 'integer', 'title': 'Offset', 'default': 0}}}}, {'name': 'search_hex_projects', 'description': 'Search for Hex projects using regex pattern matching on project titles.\n\n Args:\n search_pattern: Regex pattern to search for in project titles\n limit: Maximum number of projects to return (default: 100)\n offset: Number of projects to skip for pagination (default: 0)\n\n Returns:\n JSON string with matching projects\n ', 'inputSchema': {'type': 'object', 'title': 'search_hex_projectsArguments', 'required': ['search_pattern'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 100}, 'offset': {'type': 'integer', 'title': 'Offset', 'default': 0}, 'search_pattern': {'type': 'string', 'title': 'Search Pattern'}}}}, {'name': 'get_hex_project', 'description': 'Get details about a specific Hex project.\n\n Args:\n project_id: The UUID of the Hex project\n\n Returns:\n JSON string with project details\n ', 'inputSchema': {'type': 'object', 'title': 'get_hex_projectArguments', 'required': ['project_id'], 'properties': {'project_id': {'type': 'string', 'title': 'Project Id'}}}}, {'name': 'get_hex_run_status', 'description': 'Get the status of a project run.\n\n Args:\n project_id: The UUID of the Hex project\n run_id: The UUID of the run\n\n Returns:\n JSON string with run status details\n ', 'inputSchema': {'type': 'object', 'title': 'get_hex_run_statusArguments', 'required': ['project_id', 'run_id'], 'properties': {'run_id': {'type': 'string', 'title': 'Run Id'}, 'project_id': {'type': 'string', 'title': 'Project Id'}}}}, {'name': 'get_hex_project_runs', 'description': 'Get the runs for a specific project.\n\n Args:\n project_id: The UUID of the Hex project\n limit: The number of runs to return\n offset: The number of runs to skip\n\n Returns:\n JSON string with project runs\n ', 'inputSchema': {'type': 'object', 'title': 'get_hex_project_runsArguments', 'required': ['project_id'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 25}, 'offset': {'type': 'integer', 'title': 'Offset', 'default': 0}, 'project_id': {'type': 'string', 'title': 'Project Id'}}}}, {'name': 'run_hex_project', 'description': 'Run a Hex project.\n\n Args:\n project_id: The UUID of the Hex project to run\n input_params: Optional input parameters for the project\n update_published_results: Whether to update published results\n\n Returns:\n JSON string with run details\n ', 'inputSchema': {'type': 'object', 'title': 'run_hex_projectArguments', 'required': ['project_id'], 'properties': {'project_id': {'type': 'string', 'title': 'Project Id'}, 'input_params': {'type': 'object', 'title': 'Input Params', 'default': None, 'additionalProperties': True}, 'update_published_results': {'type': 'boolean', 'title': 'Update Published Results', 'default': False}}}}, {'name': 'cancel_hex_run', 'description': 'Cancel a running project.\n\n Args:\n project_id: The UUID of the Hex project\n run_id: The UUID of the run to cancel\n\n Returns:\n Success message\n ', 'inputSchema': {'type': 'object', 'title': 'cancel_hex_runArguments', 'required': ['project_id', 'run_id'], 'properties': {'run_id': {'type': 'string', 'title': 'Run Id'}, 'project_id': {'type': 'string', 'title': 'Project Id'}}}}] |
@artillect/mtg-mcp-servers | MTG Deck Manager and Scryfall Integration | Manage Magic: The Gathering decks by uploading, drawing cards, handling mulligans, and sideboarding directly through your assistant. Search and retrieve card information using integrated Scryfall API capabilities. Enhance your gameplay experience with seamless deck and card management tools. | 2025-04-22T21:01:05.122Z | 0 | https://smithery.ai/server/@artillect/mtg-mcp-servers | true | null | {
"scanPassed": true
} | [{'name': 'upload_deck', 'description': 'Upload a Magic: The Gathering deck list.\n \n Args:\n deck_list: Text format deck list with "Deck" and "Sideboard" sections\n ', 'inputSchema': {'type': 'object', 'title': 'upload_deckArguments', 'required': ['deck_list'], 'properties': {'deck_list': {'type': 'string', 'title': 'Deck List'}}}}, {'name': 'draw_card', 'description': 'Draw cards from your deck to your hand.\n \n Args:\n count: Number of cards to draw (default: 1)\n ', 'inputSchema': {'type': 'object', 'title': 'draw_cardArguments', 'properties': {'count': {'type': 'integer', 'title': 'Count', 'default': 1}}}}, {'name': 'play_card', 'description': 'Play a card from your hand to the battlefield/stack.\n \n Args:\n card_name: Name of the card to play\n ', 'inputSchema': {'type': 'object', 'title': 'play_cardArguments', 'required': ['card_name'], 'properties': {'card_name': {'type': 'string', 'title': 'Card Name'}}}}, {'name': 'view_hand', 'description': 'View the cards in your hand.', 'inputSchema': {'type': 'object', 'title': 'view_handArguments', 'properties': {}}}, {'name': 'view_deck_stats', 'description': 'View statistics about your current deck.', 'inputSchema': {'type': 'object', 'title': 'view_deck_statsArguments', 'properties': {}}}, {'name': 'mulligan', 'description': 'Perform a mulligan, shuffling your hand into your deck and drawing a new hand.\n \n Args:\n new_hand_size: Number of cards to draw for new hand (default: same as current hand)\n ', 'inputSchema': {'type': 'object', 'title': 'mulliganArguments', 'properties': {'new_hand_size': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'New Hand Size', 'default': None}}}}, {'name': 'sideboard_swap', 'description': 'Swap a card from your deck with a card from your sideboard.\n \n Args:\n remove_card: Name of card to remove from deck\n add_card: Name of card to add from sideboard\n ', 'inputSchema': {'type': 'object', 'title': 'sideboard_swapArguments', 'required': ['remove_card', 'add_card'], 'properties': {'add_card': {'type': 'string', 'title': 'Add Card'}, 'remove_card': {'type': 'string', 'title': 'Remove Card'}}}}, {'name': 'reset_game', 'description': 'Reset the game state completely.', 'inputSchema': {'type': 'object', 'title': 'reset_gameArguments', 'properties': {}}}] |
@rashidazarang/airtable-mcp | Airtable MCP | Connect your AI tools directly to Airtable. Query, create, update, and delete records using natural language. Features include base management, table operations, schema manipulation, record filtering, and data migration—all through a standardized MCP interface compatible with Cursor, Claude Code, Cline, Zed, and other Claude-powered editors. | 2025-03-15T11:51:40.543Z | 0 | https://smithery.ai/server/@rashidazarang/airtable-mcp | true | null | {
"scanPassed": true
} | [{'name': 'list_bases', 'description': 'List all accessible Airtable bases', 'inputSchema': {'type': 'object', 'title': 'list_basesArguments', 'properties': {}}}, {'name': 'list_tables', 'description': 'List all tables in the specified base or the default base', 'inputSchema': {'type': 'object', 'title': 'list_tablesArguments', 'properties': {'base_id_param': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Base Id Param', 'default': None}}}}, {'name': 'list_records', 'description': 'List records from a table with optional filtering', 'inputSchema': {'type': 'object', 'title': 'list_recordsArguments', 'required': ['table_name'], 'properties': {'table_name': {'type': 'string', 'title': 'Table Name'}, 'max_records': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Max Records', 'default': 100}, 'filter_formula': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Filter Formula', 'default': None}}}}, {'name': 'get_record', 'description': 'Get a specific record from a table', 'inputSchema': {'type': 'object', 'title': 'get_recordArguments', 'required': ['table_name', 'record_id'], 'properties': {'record_id': {'type': 'string', 'title': 'Record Id'}, 'table_name': {'type': 'string', 'title': 'Table Name'}}}}, {'name': 'create_records', 'description': 'Create records in a table from JSON string', 'inputSchema': {'type': 'object', 'title': 'create_recordsArguments', 'required': ['table_name', 'records_json'], 'properties': {'table_name': {'type': 'string', 'title': 'Table Name'}, 'records_json': {'type': 'string', 'title': 'Records Json'}}}}, {'name': 'update_records', 'description': 'Update records in a table from JSON string', 'inputSchema': {'type': 'object', 'title': 'update_recordsArguments', 'required': ['table_name', 'records_json'], 'properties': {'table_name': {'type': 'string', 'title': 'Table Name'}, 'records_json': {'type': 'string', 'title': 'Records Json'}}}}, {'name': 'set_base_id', 'description': 'Set the current Airtable base ID', 'inputSchema': {'type': 'object', 'title': 'set_base_idArguments', 'required': ['base_id_param'], 'properties': {'base_id_param': {'type': 'string', 'title': 'Base Id Param'}}}}] |
@antonioevans/railway-mcp | Railway Infrastructure Manager | Manage your Railway.app infrastructure effortlessly through natural language commands. Deploy services, manage environment variables, and monitor deployments seamlessly. Empower AI agents to orchestrate your Railway projects and services with ease. | 2025-05-05T20:05:12.663Z | 0 | https://smithery.ai/server/@antonioevans/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}}] |
@L3-N0X/Minecraft-Wiki-MCP | Minecraft Wiki Server | Browse the official Minecraft Wiki effortlessly. Search for structures, entities, items, and blocks, and access detailed content with ease. Enjoy multi-language support to explore the wiki in your preferred language. | 2025-04-06T05:01:04.803Z | 0 | https://smithery.ai/server/@L3-N0X/Minecraft-Wiki-MCP | true | null | {
"scanPassed": true
} | [{'name': 'MinecraftWiki_searchWiki', 'description': "Search the Minecraft Wiki for a specific structure, entity, item or block. NOTE: Only use for basic search terms like item/block/structure/entity names - complex queries (like 'loot table of X' or 'how to craft Y') will not work. For best results: 1. Search for the basic entity/structure/etc name first, 2. Then use getPageSummary to see available sections, 3. Finally use getPageSection to get specific section content.", 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search term to find on the Minecraft Wiki.'}}}}, {'name': 'MinecraftWiki_getPageSummary', 'description': 'Step 2 of the recommended workflow: After finding a page through search, use this to get both the page summary AND a list of all available sections. This helps determine which specific section to retrieve next using getPageSection.', 'inputSchema': {'type': 'object', 'required': ['title'], 'properties': {'title': {'type': 'string', 'description': 'Title of the Minecraft Wiki page'}}}}, {'name': 'MinecraftWiki_getSectionsInPage', 'description': 'Retrieves an overview of all sections in the page.', 'inputSchema': {'type': 'object', 'required': ['title'], 'properties': {'title': {'type': 'string', 'description': 'Title of the page to retrieve sections for.'}}}}, {'name': 'MinecraftWiki_getPageSection', 'description': 'Get a specific section from a Minecraft Wiki page. Should be used as step 3 after searching for the page and getting its summary. The section index corresponds to the order of sections on the page, starting with 0 for the main content, 1 for the first section, 2 for the second section, etc.', 'inputSchema': {'type': 'object', 'required': ['title', 'sectionIndex'], 'properties': {'title': {'type': 'string', 'description': 'Title of the Minecraft Wiki page'}, 'sectionIndex': {'type': 'number', 'description': 'Index of the section to retrieve (0 = main, 1 = first section, 2 = second section, etc.)'}}}}, {'name': 'MinecraftWiki_getPageContent', 'description': 'Get the raw wikitext content of a specific Minecraft Wiki page.', 'inputSchema': {'type': 'object', 'required': ['title'], 'properties': {'title': {'type': 'string', 'description': 'Title of the Minecraft Wiki page to retrieve the raw wikitext content for.'}}}}, {'name': 'MinecraftWiki_resolveRedirect', 'description': 'Resolve a redirect and return the title of the target page.', 'inputSchema': {'type': 'object', 'required': ['title'], 'properties': {'title': {'type': 'string', 'description': 'Title of the page to resolve the redirect for.'}}}}, {'name': 'MinecraftWiki_listCategoryMembers', 'description': 'List all pages that are members of a specific category on the Minecraft Wiki.', 'inputSchema': {'type': 'object', 'required': ['category'], 'properties': {'limit': {'type': 'number', 'description': 'The maximum number of pages to return (default: 100, max: 500).'}, 'category': {'type': 'string', 'description': "The name of the category to list members from (e.g., 'Items', 'Blocks', 'Entities', 'Structure Blueprints')."}}}}, {'name': 'MinecraftWiki_listAllCategories', 'description': 'List all categories in the Minecraft Wiki.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'limit': {'type': 'number', 'description': 'The maximum number of categories to return (default: 10, max: 500).'}, 'prefix': {'type': 'string', 'description': 'Filters categories by prefix.'}}}}, {'name': 'MinecraftWiki_getCategoriesForPage', 'description': 'Get categories associated with a specific page.', 'inputSchema': {'type': 'object', 'required': ['title'], 'properties': {'title': {'type': 'string', 'description': 'Title of the Minecraft Wiki page'}}}}] |
@bitfollow/mcp-server-example1 | MCP Server Example | Build a functional server that integrates with various LLM clients. Connect your AI models to different data sources and tools seamlessly. Enhance your applications with standardized capabilities for accessing resources, executing tools, and utilizing prompts. | 2025-03-21T02:51:46.827Z | 0 | https://smithery.ai/server/@bitfollow/mcp-server-example1 | true | null | {
"scanPassed": true
} | [{'name': 'get_docs', 'description': '\n Search the latest docs for a given query and library.\n Supports langchain, openai, and llama-index.\n\n Args:\n query: The query to search for (e.g. "Chroma DB")\n library: The library to search in (e.g. "langchain")\n\n Returns:\n Text from the docs\n ', 'inputSchema': {'type': 'object', 'title': 'get_docsArguments', 'required': ['query', 'library'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'library': {'type': 'string', 'title': 'Library'}}}}] |
@lamaalrajih/kicad-mcp | KiCad MCP Server | Set up a server to enhance your KiCad experience. Manage projects, run design rule checks, and visualize PCB layouts seamlessly with any MCP-compliant client. Streamline your PCB design workflow and troubleshoot issues effectively. | 2025-03-21T01:01:07.715Z | 0 | https://smithery.ai/server/@lamaalrajih/kicad-mcp | true | null | {
"scanPassed": true
} | [{'name': 'list_projects', 'description': 'Find and list all KiCad projects on this system.', 'inputSchema': {'type': 'object', 'title': 'list_projectsArguments', 'properties': {}}}, {'name': 'get_project_structure', 'description': 'Get the structure and files of a KiCad project.', 'inputSchema': {'type': 'object', 'title': 'get_project_structureArguments', 'required': ['project_path'], 'properties': {'project_path': {'type': 'string', 'title': 'Project Path'}}}}, {'name': 'open_project', 'description': 'Open a KiCad project in KiCad.', 'inputSchema': {'type': 'object', 'title': 'open_projectArguments', 'required': ['project_path'], 'properties': {'project_path': {'type': 'string', 'title': 'Project Path'}}}}, {'name': 'validate_project', 'description': 'Basic validation of a KiCad project.', 'inputSchema': {'type': 'object', 'title': 'validate_projectArguments', 'required': ['project_path'], 'properties': {'project_path': {'type': 'string', 'title': 'Project Path'}}}}, {'name': 'generate_pcb_thumbnail', 'description': 'Generate a thumbnail image of a KiCad PCB layout using kicad-cli.\n\n Args:\n project_path: Path to the KiCad project file (.kicad_pro)\n ctx: Context for MCP communication\n\n Returns:\n Thumbnail image of the PCB or None if generation failed\n ', 'inputSchema': {'type': 'object', 'title': 'generate_pcb_thumbnailArguments', 'required': ['project_path'], 'properties': {'project_path': {'type': 'string', 'title': 'Project Path'}}}}, {'name': 'generate_project_thumbnail', 'description': "Generate a thumbnail of a KiCad project's PCB layout (Alias for generate_pcb_thumbnail).", 'inputSchema': {'type': 'object', 'title': 'generate_project_thumbnailArguments', 'required': ['project_path'], 'properties': {'project_path': {'type': 'string', 'title': 'Project Path'}}}}, {'name': 'get_drc_history_tool', 'description': 'Get the DRC check history for a KiCad project.\n \n Args:\n project_path: Path to the KiCad project file (.kicad_pro)\n \n Returns:\n Dictionary with DRC history entries\n ', 'inputSchema': {'type': 'object', 'title': 'get_drc_history_toolArguments', 'required': ['project_path'], 'properties': {'project_path': {'type': 'string', 'title': 'Project Path'}}}}, {'name': 'run_drc_check', 'description': 'Run a Design Rule Check on a KiCad PCB file.\n \n Args:\n project_path: Path to the KiCad project file (.kicad_pro)\n ctx: MCP context for progress reporting\n \n Returns:\n Dictionary with DRC results and statistics\n ', 'inputSchema': {'type': 'object', 'title': 'run_drc_checkArguments', 'required': ['project_path'], 'properties': {'project_path': {'type': 'string', 'title': 'Project Path'}}}}, {'name': 'analyze_bom', 'description': "Analyze a KiCad project's Bill of Materials.\n \n This tool will look for BOM files related to a KiCad project and provide\n analysis including component counts, categories, and cost estimates if available.\n \n Args:\n project_path: Path to the KiCad project file (.kicad_pro)\n ctx: MCP context for progress reporting\n \n Returns:\n Dictionary with BOM analysis results\n ", 'inputSchema': {'type': 'object', 'title': 'analyze_bomArguments', 'required': ['project_path'], 'properties': {'project_path': {'type': 'string', 'title': 'Project Path'}}}}, {'name': 'export_bom_csv', 'description': 'Export a Bill of Materials for a KiCad project.\n \n This tool attempts to generate a CSV BOM file for a KiCad project.\n It requires KiCad to be installed with the appropriate command-line tools.\n \n Args:\n project_path: Path to the KiCad project file (.kicad_pro)\n ctx: MCP context for progress reporting\n \n Returns:\n Dictionary with export results\n ', 'inputSchema': {'type': 'object', 'title': 'export_bom_csvArguments', 'required': ['project_path'], 'properties': {'project_path': {'type': 'string', 'title': 'Project Path'}}}}, {'name': 'extract_schematic_netlist', 'description': 'Extract netlist information from a KiCad schematic.\n \n This tool parses a KiCad schematic file and extracts comprehensive\n netlist information including components, connections, and labels.\n \n Args:\n schematic_path: Path to the KiCad schematic file (.kicad_sch)\n ctx: MCP context for progress reporting\n \n Returns:\n Dictionary with netlist information\n ', 'inputSchema': {'type': 'object', 'title': 'extract_schematic_netlistArguments', 'required': ['schematic_path'], 'properties': {'schematic_path': {'type': 'string', 'title': 'Schematic Path'}}}}, {'name': 'extract_project_netlist', 'description': "Extract netlist from a KiCad project's schematic.\n \n This tool finds the schematic associated with a KiCad project\n and extracts its netlist information.\n \n Args:\n project_path: Path to the KiCad project file (.kicad_pro)\n ctx: MCP context for progress reporting\n \n Returns:\n Dictionary with netlist information\n ", 'inputSchema': {'type': 'object', 'title': 'extract_project_netlistArguments', 'required': ['project_path'], 'properties': {'project_path': {'type': 'string', 'title': 'Project Path'}}}}, {'name': 'analyze_schematic_connections', 'description': 'Analyze connections in a KiCad schematic.\n \n This tool provides detailed analysis of component connections,\n including power nets, signal paths, and potential issues.\n \n Args:\n schematic_path: Path to the KiCad schematic file (.kicad_sch)\n ctx: MCP context for progress reporting\n \n Returns:\n Dictionary with connection analysis\n ', 'inputSchema': {'type': 'object', 'title': 'analyze_schematic_connectionsArguments', 'required': ['schematic_path'], 'properties': {'schematic_path': {'type': 'string', 'title': 'Schematic Path'}}}}, {'name': 'find_component_connections', 'description': 'Find all connections for a specific component in a KiCad project.\n \n This tool extracts information about how a specific component\n is connected to other components in the schematic.\n \n Args:\n project_path: Path to the KiCad project file (.kicad_pro)\n component_ref: Component reference (e.g., "R1", "U3")\n ctx: MCP context for progress reporting\n \n Returns:\n Dictionary with component connection information\n ', 'inputSchema': {'type': 'object', 'title': 'find_component_connectionsArguments', 'required': ['project_path', 'component_ref'], 'properties': {'project_path': {'type': 'string', 'title': 'Project Path'}, 'component_ref': {'type': 'string', 'title': 'Component Ref'}}}}, {'name': 'identify_circuit_patterns', 'description': 'Identify common circuit patterns in a KiCad schematic.\n \n This tool analyzes a schematic to recognize common circuit blocks such as:\n - Power supply circuits (linear regulators, switching converters)\n - Amplifier circuits (op-amps, transistor amplifiers)\n - Filter circuits (RC, LC, active filters)\n - Digital interfaces (I2C, SPI, UART)\n - Microcontroller circuits\n - And more\n \n Args:\n schematic_path: Path to the KiCad schematic file (.kicad_sch)\n ctx: MCP context for progress reporting\n \n Returns:\n Dictionary with identified circuit patterns\n ', 'inputSchema': {'type': 'object', 'title': 'identify_circuit_patternsArguments', 'required': ['schematic_path'], 'properties': {'schematic_path': {'type': 'string', 'title': 'Schematic Path'}}}}, {'name': 'analyze_project_circuit_patterns', 'description': "Identify circuit patterns in a KiCad project's schematic.\n \n Args:\n project_path: Path to the KiCad project file (.kicad_pro)\n ctx: MCP context for progress reporting\n \n Returns:\n Dictionary with identified circuit patterns\n ", 'inputSchema': {'type': 'object', 'title': 'analyze_project_circuit_patternsArguments', 'required': ['project_path'], 'properties': {'project_path': {'type': 'string', 'title': 'Project Path'}}}}] |
@lallen30/mcp-remote-server | BluestoneApps Development Standards (Remote) | Access coding standards and code examples for React Native development. Streamline your coding practices and enhance your projects with ready-to-use templates and guidelines. Connect easily via HTTP with secure authentication support. | 2025-03-09T09:01:08.450Z | 0 | https://smithery.ai/server/@lallen30/mcp-remote-server | true | null | {
"scanPassed": true
} | [{'name': 'get_project_structure', 'annotations': {}, 'description': 'Get project structure standards for React Native development', 'inputSchema': {'type': 'object'}}, {'name': 'get_api_communication', 'annotations': {}, 'description': 'Get API communication standards for React Native development', 'inputSchema': {'type': 'object'}}, {'name': 'get_component_design', 'annotations': {}, 'description': 'Get component design standards for React Native development', 'inputSchema': {'type': 'object'}}, {'name': 'get_state_management', 'annotations': {}, 'description': 'Get state management standards for React Native development', 'inputSchema': {'type': 'object'}}, {'name': 'get_component_example', 'description': 'Get a React Native component example', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['component_name'], 'properties': {'component_name': {'type': 'string', 'description': 'Component Name'}}, 'additionalProperties': False}}, {'name': 'get_hook_example', 'description': 'Get a React Native hook example', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['hook_name'], 'properties': {'hook_name': {'type': 'string', 'description': 'Hook Name'}}, 'additionalProperties': False}}, {'name': 'get_service_example', 'description': 'Get a React Native service example', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['service_name'], 'properties': {'service_name': {'type': 'string', 'description': 'Service Name'}}, 'additionalProperties': False}}, {'name': 'get_screen_example', 'description': 'Get a React Native screen example', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['screen_name'], 'properties': {'screen_name': {'type': 'string', 'description': 'Screen Name'}}, 'additionalProperties': False}}, {'name': 'get_theme_example', 'description': 'Get code for a React Native theme', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['theme_name'], 'properties': {'theme_name': {'type': 'string', 'description': 'Theme Name'}}, 'additionalProperties': False}}, {'name': 'list_available_examples', 'annotations': {}, 'description': 'List all available code examples by category', 'inputSchema': {'type': 'object'}}] |
@liorfranko/mcp-chain-of-thought | Chain of Thought | Provide an intelligent task management system that guides AI Agents through structured workflows for systematic programming. Enhance task memory management to avoid redundant coding and improve development efficiency. Enable deep task planning, execution tracking, and project rule initialization to maintain consistency and quality. | 2025-05-05T19:41:40.676Z | 0 | https://smithery.ai/server/@liorfranko/mcp-chain-of-thought | true | null | {
"scanPassed": true
} | [{'name': 'plan_task', 'description': 'Initialize and detail the task flow, establish clear goals and success criteria, optionally reference existing tasks for continuation planning\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['description'], 'properties': {'description': {'type': 'string', 'minLength': 10, 'description': 'Complete detailed task problem description, should include task objectives, background and expected outcomes'}, 'requirements': {'type': 'string', 'description': 'Specific technical requirements, business constraints or quality standards for the task (optional)'}, 'existingTasksReference': {'type': 'boolean', 'default': False, 'description': 'Whether to reference existing tasks as a planning basis, used for task adjustment and continuity planning'}}, 'additionalProperties': False}}, {'name': 'analyze_task', 'description': 'Deeply analyze task requirements and systematically check the codebase, evaluate technical feasibility and potential risks. If code is needed, use pseudocode format providing only high-level logic flow and key steps, avoiding complete code.\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['summary', 'initialConcept'], 'properties': {'summary': {'type': 'string', 'minLength': 10, 'description': 'Structured task summary including task objectives, scope and key technical challenges, minimum 10 characters'}, 'initialConcept': {'type': 'string', 'minLength': 50, 'description': 'At least 50 characters of initial solution concept, including technical solution, architectural design and implementation strategy, if code is needed use pseudocode format and only provide high-level logic flow and key steps avoiding complete code'}, 'previousAnalysis': {'type': 'string', 'description': 'Analysis results from previous iterations, used for continuous improvement of solutions (only required for reanalysis)'}}, 'additionalProperties': False}}, {'name': 'reflect_task', 'description': 'Critically review analysis results, evaluate solution completeness and identify optimization opportunities, ensuring the solution aligns with best practices. If code is needed, use pseudocode format providing only high-level logic flow and key steps, avoiding complete code.\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['summary', 'analysis'], 'properties': {'summary': {'type': 'string', 'minLength': 10, 'description': 'Structured task summary, keeping consistent with the analysis phase to ensure continuity'}, 'analysis': {'type': 'string', 'minLength': 100, 'description': 'Comprehensive technical analysis results, including all technical details, dependent components and implementation plans, if code is needed use pseudocode format and only provide high-level logic flow and key steps avoiding complete code'}}, 'additionalProperties': False}}, {'name': 'split_tasks', 'description': 'Decompose complex tasks into independent subtasks, establishing dependencies and priorities.\n\n## updateMode\n\n- **append**: Keep existing tasks and add new ones\n- **overwrite**: Delete unfinished tasks, keep completed ones\n- **selective**: Intelligently match and update existing tasks based on name\n- **clearAllTasks**: Clear all tasks and create a backup (preferred mode)\n\n## Key Requirements\n\n- **Provide concise pseudocode**: Only provide high-level logic flow and key steps, avoid complete code\n- **Consolidate when necessary**: Simple modifications can be integrated with other tasks to avoid excessive task count\n- **Submit in batches**: If there are too many tasks, use the "split_tasks" tool with parameters not exceeding 5000 characters\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['updateMode', 'tasks'], 'properties': {'tasks': {'type': 'array', 'items': {'type': 'object', 'required': ['name', 'description', 'implementationGuide'], 'properties': {'name': {'type': 'string', 'maxLength': 100, 'description': 'Brief and clear task name, should be able to express the purpose of the task'}, 'notes': {'type': 'string', 'description': 'Supplementary notes, special processing requirements or implementation suggestions (optional)'}, 'description': {'type': 'string', 'minLength': 10, 'description': 'Detailed task description, including implementation points, technical details and acceptance standards'}, 'dependencies': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of previous task IDs or task names this task depends on, supports two referencing methods, name referencing is more intuitive, and is a string array'}, 'relatedFiles': {'type': 'array', 'items': {'type': 'object', 'required': ['path', 'type', 'description'], 'properties': {'path': {'type': 'string', 'minLength': 1, 'description': 'File path, can be a path relative to the project root directory or an absolute path'}, 'type': {'enum': ['TO_MODIFY', 'REFERENCE', 'CREATE', 'DEPENDENCY', 'OTHER'], 'type': 'string', 'description': 'File type (TO_MODIFY: to be modified, REFERENCE: reference material, CREATE: to be created, DEPENDENCY: dependency file, OTHER: other)'}, 'lineEnd': {'type': 'integer', 'description': 'Ending line of the relevant code block (optional)', 'exclusiveMinimum': 0}, 'lineStart': {'type': 'integer', 'description': 'Starting line of the relevant code block (optional)', 'exclusiveMinimum': 0}, 'description': {'type': 'string', 'minLength': 1, 'description': 'File description, used to explain the purpose and content of the file'}}, 'additionalProperties': False}, 'description': 'List of files related to the task, used to record code files, reference materials, files to be created, etc. related to the task (optional)'}, 'implementationGuide': {'type': 'string', 'description': 'Specific implementation method and steps for this task, please refer to previous analysis results and provide simplified pseudocode'}, 'verificationCriteria': {'type': 'string', 'description': 'Verification criteria and inspection methods for this specific task'}}, 'additionalProperties': False}, 'minItems': 1, 'description': 'Structured task list, each task should be atomic and have a clear completion standard, avoid overly simple tasks, simple modifications can be integrated with other tasks, avoid too many tasks'}, 'updateMode': {'enum': ['append', 'overwrite', 'selective', 'clearAllTasks'], 'type': 'string', 'description': "Task update mode selection: 'append' (preserve all existing tasks and add new tasks), 'overwrite' (clear all unfinished tasks and completely replace, preserve completed tasks), 'selective' (intelligent update: match and update existing tasks by name, preserve tasks not in the list, recommended for minor task adjustments), 'clearAllTasks' (clear all tasks and create a backup).\nDefault is 'clearAllTasks' mode, only use other modes when the user requests changes or modifications to the plan content"}, 'globalAnalysisResult': {'type': 'string', 'description': 'Global analysis result: complete analysis result from reflect_task, applicable to the common parts of all tasks'}}, 'additionalProperties': False}}, {'name': 'list_tasks', 'description': 'Generate a structured task list, including complete status tracking, priority, and dependencies\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['status'], 'properties': {'status': {'enum': ['all', 'pending', 'in_progress', 'completed'], 'type': 'string', 'description': "Task status to list, can choose 'all' to list all tasks, or specify specific status"}}, 'additionalProperties': False}}, {'name': 'execute_task', 'description': 'Execute a specific task according to the predefined plan, ensuring the output of each step meets quality standards\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string', 'format': 'uuid', 'description': 'Unique identifier of the task to execute, must be an existing valid task ID in the system'}}, 'additionalProperties': False}}, {'name': 'verify_task', 'description': 'Comprehensively verify task completion, ensuring all requirements and technical standards are met without missing details\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string', 'format': 'uuid', 'description': 'Unique identifier of the task to verify, must be an existing valid task ID in the system'}}, 'additionalProperties': False}}, {'name': 'complete_task', 'description': 'Formally mark a task as completed, generate a detailed completion report, and update the dependency status of related tasks\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string', 'format': 'uuid', 'description': 'Unique identifier of the task to mark as completed, must be a valid unfinished task ID in the status of "in progress"'}, 'summary': {'type': 'string', 'minLength': 30, 'description': 'Task completion summary, concise description of implementation results and important decisions (optional, will be automatically generated if not provided)'}}, 'additionalProperties': False}}, {'name': 'delete_task', 'description': 'Delete unfinished tasks, but does not allow deleting completed tasks, ensuring the integrity of system records\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string', 'format': 'uuid', 'description': 'Unique identifier of the task to delete, must be an existing unfinished task ID in the system'}}, 'additionalProperties': False}}, {'name': 'clear_all_tasks', 'description': 'Clear unfinished tasks and reset the task list\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['confirm'], 'properties': {'confirm': {'type': 'boolean', 'description': 'Confirm to delete all unfinished tasks (this operation is irreversible)'}}, 'additionalProperties': False}}, {'name': 'update_task', 'description': 'Update task content, including name, description and notes, dependent tasks, related files, implementation guide and verification criteria. Completed tasks only allow updating summary and related files\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'name': {'type': 'string', 'description': 'New name for the task (optional)'}, 'notes': {'type': 'string', 'description': 'New supplementary notes for the task (optional)'}, 'taskId': {'type': 'string', 'format': 'uuid', 'description': 'Unique identifier of the task to update, must be an existing and unfinished task ID in the system'}, 'description': {'type': 'string', 'description': 'New description content for the task (optional)'}, 'dependencies': {'type': 'array', 'items': {'type': 'string'}, 'description': 'New dependency relationships for the task (optional)'}, 'relatedFiles': {'type': 'array', 'items': {'type': 'object', 'required': ['path', 'type'], 'properties': {'path': {'type': 'string', 'minLength': 1, 'description': 'File path, can be a path relative to the project root directory or an absolute path'}, 'type': {'enum': ['TO_MODIFY', 'REFERENCE', 'CREATE', 'DEPENDENCY', 'OTHER'], 'type': 'string', 'description': 'Relationship type between the file and task (TO_MODIFY, REFERENCE, CREATE, DEPENDENCY, OTHER)'}, 'lineEnd': {'type': 'integer', 'description': 'Ending line of the relevant code block (optional)', 'exclusiveMinimum': 0}, 'lineStart': {'type': 'integer', 'description': 'Starting line of the relevant code block (optional)', 'exclusiveMinimum': 0}, 'description': {'type': 'string', 'description': 'Supplementary description of the file (optional)'}}, 'additionalProperties': False}, 'description': 'List of files related to the task, used to record code files, reference materials, files to be created, etc. related to the task (optional)'}, 'implementationGuide': {'type': 'string', 'description': 'New implementation guide for the task (optional)'}, 'verificationCriteria': {'type': 'string', 'description': 'New verification criteria for the task (optional)'}}, 'additionalProperties': False}}, {'name': 'query_task', 'description': 'Search tasks by keyword or ID, displaying abbreviated task information\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'isId': {'type': 'boolean', 'default': False, 'description': "Specify whether it's ID query mode, default is no (keyword mode)"}, 'page': {'type': 'integer', 'default': 1, 'description': 'Page number, default is page 1', 'exclusiveMinimum': 0}, 'query': {'type': 'string', 'minLength': 1, 'description': 'Search query text, can be task ID or multiple keywords (space separated)'}, 'pageSize': {'type': 'integer', 'default': 5, 'maximum': 20, 'minimum': 1, 'description': 'Number of tasks to display per page, default is 5, maximum 20', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'get_task_detail', 'description': 'Get the complete detailed information of a task based on its ID, including unabridged implementation guides and verification criteria, etc.\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string', 'minLength': 1, 'description': 'Task ID to view details'}}, 'additionalProperties': False}}, {'name': 'process_thought', 'description': "Engage in a flexible and evolving thinking process by creating, questioning, validating, and refining ideas to progressively deepen understanding and generate effective solutions. When needing to gather data, analyze, or research, prioritize reviewing relevant project code; if such code doesn't exist, search the web rather than speculating. Set nextThoughtNeeded to false when thinking is sufficient, otherwise adjust total_thoughts to extend the process\n", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['thought', 'thought_number', 'total_thoughts', 'next_thought_needed', 'stage'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Thought tags, an array of strings'}, 'stage': {'type': 'string', 'minLength': 1, 'description': 'Thinking stage, available stages include: problem definition, information gathering, research, analysis, synthesis, conclusion, questioning, planning'}, 'thought': {'type': 'string', 'minLength': 1, 'description': 'Thought content'}, 'axioms_used': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Axioms used, an array of strings'}, 'thought_number': {'type': 'integer', 'description': 'Current thought number', 'exclusiveMinimum': 0}, 'total_thoughts': {'type': 'integer', 'description': 'Estimated total number of thoughts, can be changed anytime if more thinking is needed', 'exclusiveMinimum': 0}, 'next_thought_needed': {'type': 'boolean', 'description': 'Whether next thought step is needed'}, 'assumptions_challenged': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Assumptions challenged, an array of strings'}}, 'additionalProperties': False}}, {'name': 'init_project_rules', 'description': 'Initialize project rules. Call this tool when the user requests to generate or initialize the project specification file, or if the user requests to change or update the project specification.\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}] |
@tembo-io/mcp-server-tembo | Tembo Cloud API | Provide a standardized interface for integrating with the Tembo Cloud platform. | 2025-02-04T21:06:22.605Z | 0 | https://smithery.ai/server/@tembo-io/mcp-server-tembo | true | null | {
"scanPassed": true
} | [{'name': 'get_all_apps', 'description': 'Get attributes for all apps', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_app', 'description': 'Get the attributes of a single App', 'inputSchema': {'type': 'object', 'required': ['type'], 'properties': {'type': {'type': 'string', 'description': 'The app type to get details for'}}}}, {'name': 'ask_tembo', 'description': 'Ask a question to Tembo Docs', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The ask query. For example, "how to create a Tembo instance"'}}}}, {'name': 'get_instance_schema', 'description': 'Get the json-schema for an instance', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_all_instances', 'description': 'Get all Tembo instances in an organization', 'inputSchema': {'type': 'object', 'required': ['org_id'], 'properties': {'org_id': {'type': 'string', 'description': 'Organization id for the request'}}}}, {'name': 'create_instance', 'description': 'Create a new Tembo instance', 'inputSchema': {'type': 'object', 'required': ['org_id', 'instance_name', 'stack_type', 'cpu', 'memory', 'storage', 'environment'], 'properties': {'cpu': {'enum': ['0.25', '0.5', '1', '2', '4', '6', '8', '12', '16', '32'], 'type': 'string'}, 'spot': {'type': 'boolean'}, 'memory': {'enum': ['512Mi', '1Gi', '2Gi', '4Gi', '8Gi', '12Gi', '16Gi', '24Gi', '32Gi', '64Gi'], 'type': 'string'}, 'org_id': {'type': 'string', 'description': 'Organization ID that owns the Tembo instance'}, 'storage': {'enum': ['10Gi', '50Gi', '100Gi', '200Gi', '300Gi', '400Gi', '500Gi', '1Ti', '1.5Ti', '2Ti'], 'type': 'string'}, 'replicas': {'type': 'integer'}, 'stack_type': {'enum': ['Analytics', 'Geospatial', 'MachineLearning', 'MessageQueue', 'MongoAlternative', 'OLTP', 'ParadeDB', 'Standard', 'Timeseries', 'VectorDB'], 'type': 'string'}, 'environment': {'enum': ['dev', 'test', 'prod'], 'type': 'string'}, 'instance_name': {'type': 'string'}}}}, {'name': 'get_instance', 'description': 'Get an existing Tembo instance', 'inputSchema': {'type': 'object', 'required': ['org_id', 'instance_id'], 'properties': {'org_id': {'type': 'string', 'description': 'Organization ID that owns the instance'}, 'instance_id': {'type': 'string'}}}}, {'name': 'delete_instance', 'description': 'Delete an existing Tembo instance', 'inputSchema': {'type': 'object', 'required': ['org_id', 'instance_id'], 'properties': {'org_id': {'type': 'string', 'description': 'Organization id of the instance to delete'}, 'instance_id': {'type': 'string', 'description': 'Delete this instance id'}}}}, {'name': 'patch_instance', 'description': 'Update attributes on an existing Tembo instance', 'inputSchema': {'type': 'object', 'required': ['org_id', 'instance_id'], 'properties': {'cpu': {'enum': ['0.25', '0.5', '1', '2', '4', '6', '8', '12', '16', '32'], 'type': 'string'}, 'spot': {'type': 'boolean'}, 'memory': {'enum': ['512Mi', '1Gi', '2Gi', '4Gi', '8Gi', '12Gi', '16Gi', '24Gi', '32Gi', '64Gi'], 'type': 'string'}, 'org_id': {'type': 'string', 'description': 'Organization ID that owns the instance'}, 'storage': {'enum': ['10Gi', '50Gi', '100Gi', '200Gi', '300Gi', '400Gi', '500Gi', '1Ti', '1.5Ti', '2Ti'], 'type': 'string'}, 'replicas': {'type': 'integer'}, 'environment': {'enum': ['dev', 'test', 'prod'], 'type': 'string'}, 'instance_id': {'type': 'string'}, 'instance_name': {'type': 'string'}}}}, {'name': 'restore_instance', 'description': 'Restore a Tembo instance', 'inputSchema': {'type': 'object', 'required': ['org_id', 'instance_name', 'restore'], 'properties': {'org_id': {'type': 'string', 'description': 'Organization ID that owns the Tembo instance'}, 'restore': {'type': 'object', 'required': ['instance_id'], 'properties': {'instance_id': {'type': 'string'}, 'recovery_target_time': {'type': 'string', 'format': 'date-time'}}}, 'instance_name': {'type': 'string'}}}}] |
@adepanges/teamretro-mcp-server | TeamRetro Integration Server | Provide standardized access to TeamRetro's platform by integrating its official API into your applications. Manage users, teams, actions, agreements, health checks, and retrospectives seamlessly through a comprehensive set of tools. Enhance team management and analytics workflows with this easy-to-use MCP server. | 2025-05-05T17:00:26.910Z | 0 | https://smithery.ai/server/@adepanges/teamretro-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'list_users', 'description': 'List users with pagination using offset and limit parameters to control the number of results returned', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'integer', 'default': 1000, 'maximum': 1000, 'minimum': 1, 'description': 'number'}, 'offset': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'number'}}, 'additionalProperties': False}}, {'name': 'add_user', 'description': "Add a new user or update an existing user's information by their email address, specifying optional name and emailAddress", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['email'], 'properties': {'name': {'type': 'string', 'maxLength': 64, 'minLength': 1, 'description': 'string'}, 'email': {'type': 'string', 'format': 'email', 'description': 'email'}}, 'additionalProperties': False}}, {'name': 'update_user', 'description': "Update an existing user's details, such as their name and emailAddress, by providing their current email", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['email', 'emailAddress'], 'properties': {'name': {'type': 'string', 'maxLength': 64, 'minLength': 1, 'description': 'string'}, 'email': {'type': 'string', 'format': 'email', 'description': 'email'}, 'emailAddress': {'type': 'string', 'format': 'email', 'description': 'email'}}, 'additionalProperties': False}}, {'name': 'delete_user', 'description': 'Delete a user by their email address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['email'], 'properties': {'email': {'type': 'string', 'format': 'email', 'description': 'email'}}, 'additionalProperties': False}}, {'name': 'get_user', 'description': 'Retrieve detailed information about a single user by their email address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['email'], 'properties': {'email': {'type': 'string', 'format': 'email', 'description': 'email'}}, 'additionalProperties': False}}, {'name': 'list_teams', 'description': 'List teams from TeamRetro with filtering by tags and IDs, and pagination using offset and limit parameters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'integer', 'default': 1000, 'maximum': 1000, 'minimum': 1, 'description': 'number'}, 'offset': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'number'}, 'teamIds': {'type': 'string', 'pattern': '^([a-zA-Z0-9]{22})?(,[a-zA-Z0-9]{22})*$', 'description': 'id,id,...'}, 'teamTags': {'type': 'string', 'description': 'tag,tag,other tag,...'}}, 'additionalProperties': False}}, {'name': 'detail_team', 'description': 'Retrieve detailed information about a single team by its unique ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}}, 'additionalProperties': False}}, {'name': 'update_team', 'description': "Update an existing team's details, such as its name and associated tags, by providing the team's ID", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'name'], 'properties': {'id': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}, 'name': {'type': 'string', 'maxLength': 64, 'minLength': 1, 'description': 'string'}, 'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 16, 'minLength': 0, 'description': 'string'}, 'description': 'string[]'}}, 'additionalProperties': False}}, {'name': 'create_team', 'description': 'Create a new team with a required name, and optional tags and members', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'maxLength': 64, 'minLength': 1, 'description': 'string'}, 'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 16, 'minLength': 0, 'description': 'string'}, 'description': 'string[]'}, 'members': {'type': 'array', 'items': {'type': 'object', 'required': ['email', 'name'], 'properties': {'name': {'type': 'string', 'maxLength': 64, 'minLength': 1, 'description': 'string'}, 'email': {'type': 'string', 'format': 'email', 'description': 'email'}, 'teamAdmin': {'type': 'boolean', 'default': False, 'description': 'boolean'}}, 'additionalProperties': False}, 'description': '{ email: email, name?: string, teamAdmin: boolean }[]'}}, 'additionalProperties': False}}, {'name': 'delete_team', 'description': 'Delete an existing team by its ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['teamId'], 'properties': {'teamId': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}}, 'additionalProperties': False}}, {'name': 'list_team_members', 'description': 'Retrieve a list of team members for a specified team ID with pagination controls for offset and limit.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['teamId'], 'properties': {'limit': {'type': 'integer', 'default': 1000, 'maximum': 1000, 'minimum': 1, 'description': 'number'}, 'offset': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'number'}, 'teamId': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}}, 'additionalProperties': False}}, {'name': 'get_team_member', 'description': 'Fetch a team member by their email address within a specified team.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['teamId', 'email'], 'properties': {'email': {'type': 'string', 'format': 'email', 'description': 'email'}, 'teamId': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}}, 'additionalProperties': False}}, {'name': 'update_team_member', 'description': "Update a team member's details, such as their name or team admin status, by their email address within a specified team.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['teamId', 'email'], 'properties': {'email': {'type': 'string', 'format': 'email', 'description': 'email'}, 'teamId': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}, 'teamAdmin': {'type': 'boolean', 'default': False, 'description': 'boolean'}}, 'additionalProperties': False}}, {'name': 'remove_team_member', 'description': 'Remove a team member from a team by their email address.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['teamId', 'email'], 'properties': {'email': {'type': 'string', 'format': 'email', 'description': 'email'}, 'teamId': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}}, 'additionalProperties': False}}, {'name': 'add_team_member', 'description': 'Add a new team member to a team by their email address, with optional specification of team admin status.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['teamId', 'email'], 'properties': {'email': {'type': 'string', 'format': 'email', 'description': 'email'}, 'teamId': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}, 'teamAdmin': {'type': 'boolean', 'default': False, 'description': 'boolean'}}, 'additionalProperties': False}}, {'name': 'list_actions', 'description': 'Retrieve a list of actions from TeamRetro with optional filtering by team tags and team IDs, and pagination controls for offset and limit.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'integer', 'default': 1000, 'maximum': 1000, 'minimum': 1, 'description': 'number'}, 'offset': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'number'}, 'teamIds': {'type': 'string', 'pattern': '^([a-zA-Z0-9]{22})?(,[a-zA-Z0-9]{22})*$', 'description': 'id,id,...'}, 'teamTags': {'type': 'string', 'description': 'tag,tag,other tag,...'}}, 'additionalProperties': False}}, {'name': 'create_action', 'description': 'Create a new action in TeamRetro with required details such as team ID, title, due date, completion status, and assigned user.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['teamId', 'title'], 'properties': {'due': {'anyOf': [{'type': 'string', 'format': 'date-time', 'description': 'iso datetime'}, {'type': 'null'}], 'description': 'iso datetime'}, 'title': {'type': 'string', 'maxLength': 10000, 'minLength': 1}, 'teamId': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}, 'complete': {'type': 'string', 'format': 'date-time', 'description': 'iso datetime'}, 'assignedTo': {'type': 'array', 'items': {'type': 'object', 'required': ['email'], 'properties': {'email': {'type': 'string', 'format': 'email', 'description': 'email'}}, 'additionalProperties': False}, 'default': [], 'maxItems': 16, 'description': '{ email: string }[]'}}, 'additionalProperties': False}}, {'name': 'get_action', 'description': 'Fetch a single action by its unique ID from TeamRetro.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}}, 'additionalProperties': False}}, {'name': 'update_action', 'description': 'Update an existing action in TeamRetro with new details such as title, due date, completion status, priority, and assigned user.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['actionId', 'teamId', 'title'], 'properties': {'due': {'anyOf': [{'type': 'string', 'format': 'date-time', 'description': 'iso datetime'}, {'type': 'null'}], 'description': 'iso datetime'}, 'title': {'type': 'string', 'maxLength': 10000, 'minLength': 1}, 'teamId': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}, 'actionId': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}, 'complete': {'type': 'string', 'format': 'date-time', 'description': 'iso datetime'}, 'priority': {'enum': ['low', 'medium', 'high'], 'type': 'string'}, 'assignedTo': {'type': 'array', 'items': {'type': 'object', 'required': ['email'], 'properties': {'email': {'type': 'string', 'format': 'email', 'description': 'email'}}, 'additionalProperties': False}, 'default': [], 'maxItems': 16, 'description': '{ email: string }[]'}}, 'additionalProperties': False}}, {'name': 'delete_action', 'description': 'Delete an existing action from TeamRetro by its action ID.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['actionId'], 'properties': {'actionId': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}}, 'additionalProperties': False}}, {'name': 'list_retrospectives', 'description': 'List retrospectives from TeamRetro with filtering by team tags and IDs, and pagination using offset and limit parameters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'integer', 'default': 1000, 'maximum': 1000, 'minimum': 1, 'description': 'number'}, 'offset': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'number'}, 'teamIds': {'type': 'string', 'pattern': '^([a-zA-Z0-9]{22})?(,[a-zA-Z0-9]{22})*$', 'description': 'id,id,...'}, 'teamTags': {'type': 'string', 'description': 'tag,tag,other tag,...'}}, 'additionalProperties': False}}, {'name': 'get_retrospective', 'description': 'Retrieve detailed information about a single retrospective by its unique ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}}, 'additionalProperties': False}}, {'name': 'delete_retrospective', 'description': 'Delete an existing retrospective by its ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}}, 'additionalProperties': False}}, {'name': 'delete_agreement', 'description': 'Delete an existing agreement by specifying its unique identifier', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}}, 'additionalProperties': False}}, {'name': 'update_agreement', 'description': "Update an existing agreement's details such as its title or associated team. Provide the agreement ID and the fields you wish to update.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'team', 'title'], 'properties': {'id': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}, 'team': {'type': 'object', 'required': ['id', 'name'], 'properties': {'id': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}, 'name': {'type': 'string', 'maxLength': 64, 'minLength': 1, 'description': 'string'}, 'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 16, 'minLength': 0, 'description': 'string'}, 'description': 'string[]'}}, 'additionalProperties': False}, 'title': {'type': 'string', 'maxLength': 10000, 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'get_agreement', 'description': "Retrieve a single agreement by its unique identifier. This will return the agreement's details including its title, associated team, and creation date.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}}, 'additionalProperties': False}}, {'name': 'create_agreement', 'description': 'Create a new agreement in TeamRetro by specifying the team it belongs to and its title. This will return the newly created agreement with its unique identifier and other details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['team', 'title'], 'properties': {'team': {'type': 'object', 'required': ['id', 'name'], 'properties': {'id': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}, 'name': {'type': 'string', 'maxLength': 64, 'minLength': 1, 'description': 'string'}, 'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 16, 'minLength': 0, 'description': 'string'}, 'description': 'string[]'}}, 'additionalProperties': False}, 'title': {'type': 'string', 'maxLength': 10000, 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'list_agreements', 'description': 'List agreements from TeamRetro with optional filtering by team tags and team IDs, as well as pagination controls. This allows for retrieving a specific subset of agreements based on the provided criteria.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'integer', 'default': 1000, 'maximum': 1000, 'minimum': 1, 'description': 'number'}, 'offset': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'number'}, 'teamIds': {'type': 'string', 'pattern': '^([a-zA-Z0-9]{22})?(,[a-zA-Z0-9]{22})*$', 'description': 'id,id,...'}, 'teamTags': {'type': 'string', 'description': 'tag,tag,other tag,...'}}, 'additionalProperties': False}}, {'name': 'get_health_model', 'description': "Retrieve a single health model by its unique identifier. This will return the health model's details including its name, dimensions, and creation date.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}}, 'additionalProperties': False}}, {'name': 'list_health_models', 'description': 'List health models from TeamRetro with pagination controls. This allows for retrieving a specific subset of health models based on the provided offset and limit parameters.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'integer', 'default': 1000, 'maximum': 1000, 'minimum': 1, 'description': 'number'}, 'offset': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'number'}}, 'additionalProperties': False}}, {'name': 'delete_health_check', 'description': 'Delete an existing health check by specifying its unique identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}}, 'additionalProperties': False}}, {'name': 'get_health_check', 'description': "Retrieve a single health check by its unique identifier with optional attributes to include. This will return the health check's details including its title, date, team, health model, and status.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'pattern': '^[a-zA-Z0-9]{22}$', 'description': 'id'}, 'include': {'type': 'string', 'description': 'Comma delimited list of attributes to include (comments, ratings)'}}, 'additionalProperties': False}}, {'name': 'list_health_checks', 'description': 'List health checks from TeamRetro with optional filtering by health model IDs, team tags, and team IDs, as well as pagination controls. This allows for retrieving a specific subset of health checks based on the provided criteria.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'integer', 'default': 1000, 'maximum': 1000, 'minimum': 1, 'description': 'number'}, 'offset': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'number'}, 'include': {'type': 'string', 'description': 'Comma delimited list of attributes to include (comments, ratings)'}, 'teamIds': {'type': 'string', 'pattern': '^([a-zA-Z0-9]{22})?(,[a-zA-Z0-9]{22})*$', 'description': 'id,id,...'}, 'teamTags': {'type': 'string', 'description': 'tag,tag,other tag,...'}, 'healthModelIds': {'type': 'string', 'pattern': '^([a-zA-Z0-9]{22})?(,[a-zA-Z0-9]{22})*$', 'description': 'id,id,...'}}, 'additionalProperties': False}}] |
@CDataSoftware/connectcloud-mcp-server | CData Connect Cloud MCP Server | Enable AI agents to query and manage cloud-connected data sources using SQL, metadata introspection, and stored procedures. Integrate with AI workflows to enhance data-driven decision making. | 2025-05-05T15:18:31.050Z | 0 | https://smithery.ai/server/@CDataSoftware/connectcloud-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'queryData', 'description': 'Execute SQL queries against connected data sources and retrieve results', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The SQL statement(s) to execute. Separate multiple statements with semi-colons'}, 'parameters': {'type': 'object', 'description': 'A JSON object containing a list of query parameters. All parameter names must begin with @', 'additionalProperties': {}}, 'schemaOnly': {'type': 'boolean', 'description': 'If true, the result only includes column metadata'}, 'defaultSchema': {'type': 'string', 'description': 'Schema to use if tables are not prefixed with a schema name'}}, 'additionalProperties': False}}, {'name': 'execData', 'description': 'Execute stored procedures against connected data sources', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['procedure'], 'properties': {'procedure': {'type': 'string', 'description': 'The name of the stored procedure to execute'}, 'parameters': {'type': 'object', 'description': 'A JSON object containing procedure parameters. All parameter names must begin with @', 'additionalProperties': {}}, 'defaultSchema': {'type': 'string', 'description': 'Schema to use if the procedure is not prefixed with a schema name'}}, 'additionalProperties': False}}, {'name': 'getCatalogs', 'description': 'Retrieve a list of available connections from CData Connect Cloud. The connection names should be used as catalog names in other tools and in any queries to CData Connect Cloud. Use the `getSchemas` tool to get a list of available schemas for a specific catalog.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getColumns', 'description': 'Retrieve a list of available database columns from CData Connect Cloud for a specific catalog, schema, and table', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'tableName': {'type': 'string', 'description': 'Optional table name to filter columns by'}, 'columnName': {'type': 'string', 'description': 'Optional column name to filter by'}, 'schemaName': {'type': 'string', 'description': 'Optional schema name to filter columns by'}, 'catalogName': {'type': 'string', 'description': 'Optional catalog name to filter columns by'}}, 'additionalProperties': False}}, {'name': 'getExportedKeys', 'description': 'Retrieve a list of foreign key relationships from CData Connect Cloud for a specific catalog, schema, and table', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'tableName': {'type': 'string', 'description': 'Optional table name to filter by'}, 'schemaName': {'type': 'string', 'description': 'Optional schema name to filter keys by'}, 'catalogName': {'type': 'string', 'description': 'Optional catalog name to filter keys by'}}, 'additionalProperties': False}}, {'name': 'getImportedKeys', 'description': 'Retrieve a list of foreign key relationships from CData Connect Cloud for a specific catalog, schema, and table', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'tableName': {'type': 'string', 'description': 'Optional table name to filter by'}, 'schemaName': {'type': 'string', 'description': 'Optional schema name to filter keys by'}, 'catalogName': {'type': 'string', 'description': 'Optional catalog name to filter keys by'}}, 'additionalProperties': False}}, {'name': 'getIndexes', 'description': 'Retrieve a list of indexes from CData Connect Cloud for a specific catalog, schema, and table', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'tableName': {'type': 'string', 'description': 'Optional table name to filter by'}, 'schemaName': {'type': 'string', 'description': 'Optional schema name to filter indexes by'}, 'catalogName': {'type': 'string', 'description': 'Optional catalog name to filter indexes by'}}, 'additionalProperties': False}}, {'name': 'getPrimaryKeys', 'description': 'Retrieve a list of primary keys from CData Connect Cloud for a specific catalog, schema, and table', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'tableName': {'type': 'string', 'description': 'Optional table name to filter by'}, 'schemaName': {'type': 'string', 'description': 'Optional schema name to filter keys by'}, 'catalogName': {'type': 'string', 'description': 'Optional catalog name to filter keys by'}}, 'additionalProperties': False}}, {'name': 'getProcedureParameters', 'description': 'Retrieve a list of stored procedure parameters from CData Connect Cloud for a specific catalog, schema, and procedure', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'schemaName': {'type': 'string', 'description': 'Optional schema name to filter parameters by'}, 'catalogName': {'type': 'string', 'description': 'Optional catalog name to filter parameters by'}, 'parameterName': {'type': 'string', 'description': 'Optional parameter name to filter by'}, 'procedureName': {'type': 'string', 'description': 'Optional procedure name to filter parameters by'}}, 'additionalProperties': False}}, {'name': 'getProcedures', 'description': 'Retrieve a list of stored procedures from CData Connect Cloud for a specific catalog and schema', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'schemaName': {'type': 'string', 'description': 'Optional schema name to filter procedures by'}, 'catalogName': {'type': 'string', 'description': 'Optional catalog name to filter procedures by'}, 'procedureName': {'type': 'string', 'description': 'Optional procedure name to filter by'}}, 'additionalProperties': False}}, {'name': 'getSchemas', 'description': 'Retrieve a list of available database schemas from CData Connect Cloud for a specific catalog. Use the `getTables` tool to get a list of available tables for a specific catalog and schema.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'catalogName': {'type': 'string', 'description': 'Optional catalog name to filter schemas by'}}, 'additionalProperties': False}}, {'name': 'getTables', 'description': 'Retrieve a list of available database tables from CData Connect Cloud for a specific catalog and schema. Use the `getColumns` tool to get a list of available columns for a specific table.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'tableName': {'type': 'string', 'description': 'Optional table name to filter by'}, 'schemaName': {'type': 'string', 'description': 'Optional schema name to filter tables by'}, 'catalogName': {'type': 'string', 'description': 'Optional catalog name to filter tables by'}}, 'additionalProperties': False}}] |
@Ejb503/systemprompt-mcp-reddit | Systemprompt MCP Reddit | Interact with Reddit effortlessly using AI agents. Fetch posts, create content, and manage subreddits with customizable parameters to enhance your social media experience. | 2025-03-22T05:00:47.974Z | 0 | https://smithery.ai/server/@Ejb503/systemprompt-mcp-reddit | true | null | {
"scanPassed": true
} | [{'name': 'analyse_subreddit', '_meta': {'type': 'sampling', 'title': 'Analyse Subreddit', 'hidden': True, 'callback': 'analyse_subreddit_callback'}, 'description': "Analyzes a subreddit's current state and trends by examining recent posts and activity. This tool should be used when you need to understand the current topics, discussions, and engagement patterns within a specific subreddit. It provides insights into post frequency, popular topics, common themes, and overall community engagement. Use this to gauge the subreddit's atmosphere before creating posts or to understand what content performs well.", 'inputSchema': {'type': 'object', 'required': ['subreddit'], 'properties': {'subreddit': {'type': 'string', 'description': "The subreddit to analyze (without the 'r/' prefix)"}}}}, {'name': 'configure_instructions', '_meta': {'type': 'api', 'title': 'Configure Instructions', 'hidden': False}, 'description': 'Configures custom instructions for how the AI should generate Reddit content. This tool should be used to set specific guidelines, tone preferences, and content rules that will be applied to all generated Reddit content. You can specify writing style (formal, casual, technical), content preferences (length, formatting, structure), and any specific requirements (including/excluding certain topics, handling sensitive content). These instructions help maintain consistency and appropriateness across all generated Reddit content.', 'inputSchema': {'type': 'object', 'required': ['content'], 'properties': {'content': {'type': 'string', 'description': 'Detailed instructions for content generation, including style guidelines, formatting preferences, and content rules. Should specify any required patterns, structures, or conventions to follow.'}}}}, {'name': 'create_comment', '_meta': {'type': 'api', 'title': 'Create Comment', 'hidden': True, 'callback': 'create_comment_callback'}, 'description': "Creates a draft comment to respond to an existing Reddit post or comment. This tool should be used when you want to contribute to an ongoing discussion, provide feedback, or engage with other users' content. The comment should be relevant to the parent content, maintain appropriate tone, and follow the subreddit's commenting guidelines. Comments can include markdown formatting for better readability (e.g., lists, quotes, code blocks). This tool creates a draft that can be reviewed and edited before posting - it doesn't post automatically. Use this for thoughtful responses that add value to the discussion.", 'inputSchema': {'type': 'object', 'required': ['subreddit', 'content', 'id'], 'properties': {'id': {'type': 'string', 'description': "The unique ID of the parent post/comment being replied to. Must be prefixed with 't1_' for comments or 't3_' for posts. This determines where the comment will appear in the thread."}, 'content': {'type': 'string', 'description': 'Instructions for generating the comment content. Should create relevant, well-formatted text that contributes meaningfully to the discussion. Use markdown for formatting. Must not exceed 10000 characters. Consider the context and tone of the parent post/comment.'}, 'subreddit': {'type': 'string', 'description': "The subreddit where the comment will be posted (without the 'r/' prefix). Important for context and following subreddit-specific rules."}}}}, {'name': 'create_message', '_meta': {'type': 'api', 'title': 'Create Message', 'hidden': False, 'ignore': False, 'callback': 'create_message_callback'}, 'description': "Creates a draft of a private Reddit message to another user. This tool should be used when you want to initiate a private conversation with another Reddit user. It's suitable for personal communications, inquiries, or follow-ups that shouldn't be public. The tool creates a draft that can be reviewed and edited before sending. Note that this only creates the message - it doesn't send it automatically. Messages should be concise, clear, and follow Reddit's guidelines for private communications.", 'inputSchema': {'type': 'object', 'required': ['recipient', 'subject', 'content'], 'properties': {'content': {'type': 'string', 'maxLength': 10000, 'description': 'Instructions for generating the message content. The message should be polite, clear, and formatted in markdown. Must not exceed 10000 characters. Should include proper greeting and closing.'}, 'subject': {'type': 'string', 'maxLength': 100, 'description': 'A clear, concise subject line that summarizes the message purpose (1-100 characters)'}, 'recipient': {'type': 'string', 'description': "The Reddit username of the recipient (without the 'u/' prefix)"}}}}, {'name': 'create_post', '_meta': {'type': 'api', 'title': 'Create Post', 'hidden': False, 'callback': 'create_post_callback'}, 'description': "Creates a draft of a new text post for Reddit. This tool should be used when you want to start a new discussion, share information, or ask questions in a subreddit. It creates a draft that can be reviewed and edited before posting. The post should follow the target subreddit's rules and conventions, including proper formatting, flair usage if required, and appropriate content warnings (NSFW/spoiler tags). Consider the subreddit's culture and typical post structure when creating content. This tool is ideal for text-based submissions - use other tools for image, link, or video posts.", 'inputSchema': {'type': 'object', 'required': ['subreddit', 'content'], 'properties': {'content': {'type': 'string', 'description': 'Instructions for generating the post. Should specify: 1) An engaging, clear title (1-300 chars) that follows subreddit rules, 2) Well-formatted body text with proper markdown, paragraphs, and any required sections, 3) Whether to include flair (if available), NSFW tag, or spoiler tag based on content and subreddit rules.'}, 'subreddit': {'type': 'string', 'description': "The target subreddit where the post will be submitted (without the 'r/' prefix). Ensure the subreddit exists and allows text posts."}}}}, {'name': 'delete_content', '_meta': {'type': 'api', 'title': 'Delete Content', 'hidden': True, 'ignore': True}, 'description': "Permanently removes a Reddit resource such as a post, comment, or reply. This tool should be used when content needs to be removed from Reddit, whether due to errors, inappropriate content, or user request. Note that deletion is permanent and cannot be undone. Use this tool carefully as it permanently removes the content from Reddit's public view, though it may still be visible in some Reddit archives. This tool is particularly useful for removing mistakenly posted content or managing your Reddit presence.", 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The unique identifier of the content to delete. Must be a valid Reddit ID with appropriate prefix (t1_ for comments, t3_ for posts). Ensure you have permission to delete the specified content.'}}}}, {'name': 'edit_content', '_meta': {'type': 'api', 'title': 'Edit Content', 'hidden': True, 'ignore': True}, 'description': "Modifies existing Reddit content (posts, comments, or replies). This tool should be used when you need to update, correct, or improve previously submitted content. Common uses include fixing typos, adding clarifications, updating outdated information, or expanding on points based on feedback. Note that Reddit shows an 'edited' indicator on modified content. While the edit history isn't public, it's good practice to maintain transparency about significant changes, perhaps with an 'Edit:' note explaining the changes.", 'inputSchema': {'type': 'object', 'required': ['id', 'content'], 'properties': {'id': {'type': 'string', 'description': 'The unique identifier of the content to edit. Must be a valid Reddit ID with appropriate prefix (t1_ for comments, t3_ for posts). Ensure you have permission to edit the specified content.'}, 'content': {'type': 'string', 'description': "The new content to replace the existing text. Should maintain the context and intent of the original post while incorporating necessary changes. For significant changes, consider adding an 'Edit:' note explaining the modifications. Must follow subreddit rules and Reddit's content policies."}}}}, {'name': 'get_comment', '_meta': {'type': 'server', 'title': 'Get Comment', 'hidden': True}, 'description': "Retrieves a specific Reddit comment and optionally its complete discussion thread. This tool should be used when you need to examine a particular comment's content, context, and responses. It's useful for understanding discussion flow, gathering context for replies, or analyzing conversation threads. When includeThread is true, it provides the full context of the discussion including parent comments and all replies, helping understand the complete conversation context.", 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': "The unique identifier of the comment to retrieve. Must be a valid Reddit comment ID (prefixed with 't1_'). The ID can be found in the comment's permalink or through Reddit's API."}, 'includeThread': {'type': 'boolean', 'default': False, 'description': 'When true, fetches the entire comment thread including parent comments and all replies. This provides full context but may return a larger amount of data. When false, only fetches the specific comment.'}}}}, {'name': 'get_notifications', '_meta': {'type': 'server', 'title': 'Get Notifications', 'hidden': True, 'ignore': False}, 'description': 'Fetches and manages Reddit notifications (inbox items) with advanced filtering options. This tool should be used to monitor and handle various types of Reddit interactions including comment replies, post replies, username mentions, and private messages. It provides flexible filtering options to focus on specific notification types, manage read/unread status, and exclude unwanted content. Use this tool to stay updated on Reddit interactions and manage your notification inbox effectively.', 'inputSchema': {'type': 'object', 'properties': {'after': {'type': 'string', 'description': 'Fetch notifications after this notification ID. Used for pagination and getting newer notifications.'}, 'limit': {'type': 'number', 'description': 'Maximum number of notifications to fetch. Use this to control the volume of notifications returned.'}, 'before': {'type': 'string', 'description': 'Fetch notifications before this notification ID. Used for pagination and getting older notifications.'}, 'filter': {'enum': ['all', 'unread', 'messages', 'comments', 'mentions'], 'type': 'string', 'description': "Filter notifications by type: 'all' for everything, 'unread' for new notifications, 'messages' for private messages, 'comments' for comment replies, 'mentions' for username mentions."}, 'markRead': {'type': 'boolean', 'description': 'When true, marks fetched notifications as read. Set to false to preserve unread status.'}, 'excludeIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of notification IDs to exclude from results. Useful for filtering out specific notifications.'}, 'excludeTypes': {'type': 'array', 'items': {'enum': ['comment_reply', 'post_reply', 'username_mention', 'message', 'other'], 'type': 'string'}, 'description': 'Array of notification types to exclude. Use this to filter out specific types of interactions.'}, 'excludeSubreddits': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of subreddit names to exclude notifications from. Helps focus on specific communities.'}}}}, {'name': 'get_post', '_meta': {'type': 'server', 'title': 'Get Post', 'hidden': True}, 'description': "Retrieves a complete Reddit post including its title, content, metadata, and all associated comments and reply threads. This tool should be used when you need to examine a specific post's full context, including its discussion. It's particularly useful for understanding the complete conversation around a post, analyzing community responses, or preparing to engage with the discussion. The tool provides access to all post details including awards, vote counts, posting time, and the full comment tree.", 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': "The unique identifier of the post to retrieve. Must be a valid Reddit post ID (prefixed with 't3_'). The ID can be found in the post's URL or through Reddit's API."}}}}, {'name': 'get_posts', '_meta': {'type': 'sampling', 'title': 'Get Posts', 'hidden': True, 'ignore': False}, 'description': "Retrieves multiple Reddit posts from a specified subreddit based on sorting criteria. This tool should be used when you want to monitor subreddit activity, analyze trending topics, or find relevant discussions. It provides different sorting options: 'hot' for currently popular posts, 'new' for latest submissions, and 'controversial' for posts with mixed reactions. This is particularly useful for understanding current subreddit trends, finding recent discussions, or identifying contentious topics.", 'inputSchema': {'type': 'object', 'required': ['sort', 'subreddit'], 'properties': {'sort': {'enum': ['hot', 'new', 'controversial'], 'type': 'string', 'description': "How to sort the retrieved posts: 'hot' shows currently trending posts, 'new' shows most recent submissions, 'controversial' shows posts with significant up/down vote activity."}, 'subreddit': {'type': 'string', 'description': "The target subreddit to fetch posts from (without the 'r/' prefix). Ensure the subreddit exists and is accessible."}}}}, {'name': 'search_reddit', '_meta': {'type': 'server', 'title': 'Search Reddit', 'hidden': False}, 'description': 'Search Reddit posts across all subreddits or within a specific subreddit', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'sort': {'enum': ['relevance', 'hot', 'new', 'top'], 'type': 'string', 'default': 'relevance', 'description': 'How to sort the search results'}, 'time': {'enum': ['hour', 'day', 'week', 'month', 'year', 'all'], 'type': 'string', 'default': 'all', 'description': 'Time window for the search results'}, 'limit': {'type': 'integer', 'default': 25, 'maximum': 100, 'minimum': 1, 'description': 'Maximum number of results to return'}, 'query': {'type': 'string', 'description': 'The search query to find Reddit posts'}, 'subreddit': {'type': 'string', 'description': 'Optional subreddit to restrict the search to'}}}}, {'name': 'send_comment', '_meta': {'type': 'server', 'title': 'Send Comment', 'hidden': True}, 'description': 'Sends a comment to a Reddit post or another comment', 'inputSchema': {'type': 'object', 'required': ['id', 'text'], 'properties': {'id': {'type': 'string', 'pattern': '^t[1|3]_[a-z0-9]+$', 'description': 'The ID of the parent post or comment to comment on (must start with t1_ for comments or t3_ for posts)'}, 'text': {'type': 'string', 'maxLength': 10000, 'description': 'The markdown text of the comment (max 10000 characters)'}, 'sendreplies': {'type': 'boolean', 'default': True, 'description': 'Whether to send comment notifications'}}}}, {'name': 'send_message', '_meta': {'type': 'server', 'title': 'Send Message', 'hidden': True, 'ignore': True}, 'description': 'Sends a Reddit message to another user', 'inputSchema': {'type': 'object', 'required': ['recipient', 'subject', 'content'], 'properties': {'content': {'type': 'string', 'maxLength': 10000, 'description': 'Message content in markdown format (max 10000 chars)'}, 'subject': {'type': 'string', 'maxLength': 100, 'minLength': 1, 'description': 'Subject line of the message (1-100 chars)'}, 'recipient': {'type': 'string', 'description': 'Username of the message recipient'}}}}, {'name': 'send_post', '_meta': {'type': 'server', 'title': 'Send Post', 'hidden': True}, 'description': 'Sends a new text post to Reddit', 'inputSchema': {'type': 'object', 'required': ['subreddit', 'title', 'content'], 'properties': {'nsfw': {'type': 'boolean', 'default': False, 'description': 'Whether to mark as NSFW'}, 'title': {'type': 'string', 'maxLength': 300, 'minLength': 1, 'description': 'Post title (1-300 characters)'}, 'content': {'type': 'string', 'description': 'Text content for the post'}, 'spoiler': {'type': 'boolean', 'default': False, 'description': 'Whether to mark as spoiler'}, 'flair_id': {'type': 'string', 'description': 'Flair ID if the subreddit requires it'}, 'subreddit': {'type': 'string', 'description': 'Subreddit to post to (without r/ prefix)'}, 'flair_text': {'type': 'string', 'description': 'Flair text if the subreddit requires it'}, 'sendreplies': {'type': 'boolean', 'default': True, 'description': 'Whether to send replies to inbox'}}}}] |
@Ejb503/systemprompt-mcp-reddit | Systemprompt MCP Reddit | Interact with Reddit effortlessly using AI agents. Fetch posts, create content, and manage subreddits with customizable parameters to enhance your social media experience. | 2025-03-22T05:00:47.974Z | 0 | https://smithery.ai/server/@Ejb503/systemprompt-mcp-reddit | true | null | {
"scanPassed": true
} | [{'name': 'analyse_subreddit', '_meta': {'type': 'sampling', 'title': 'Analyse Subreddit', 'hidden': True, 'callback': 'analyse_subreddit_callback'}, 'description': "Analyzes a subreddit's current state and trends by examining recent posts and activity. This tool should be used when you need to understand the current topics, discussions, and engagement patterns within a specific subreddit. It provides insights into post frequency, popular topics, common themes, and overall community engagement. Use this to gauge the subreddit's atmosphere before creating posts or to understand what content performs well.", 'inputSchema': {'type': 'object', 'required': ['subreddit'], 'properties': {'subreddit': {'type': 'string', 'description': "The subreddit to analyze (without the 'r/' prefix)"}}}}, {'name': 'configure_instructions', '_meta': {'type': 'api', 'title': 'Configure Instructions', 'hidden': False}, 'description': 'Configures custom instructions for how the AI should generate Reddit content. This tool should be used to set specific guidelines, tone preferences, and content rules that will be applied to all generated Reddit content. You can specify writing style (formal, casual, technical), content preferences (length, formatting, structure), and any specific requirements (including/excluding certain topics, handling sensitive content). These instructions help maintain consistency and appropriateness across all generated Reddit content.', 'inputSchema': {'type': 'object', 'required': ['content'], 'properties': {'content': {'type': 'string', 'description': 'Detailed instructions for content generation, including style guidelines, formatting preferences, and content rules. Should specify any required patterns, structures, or conventions to follow.'}}}}, {'name': 'create_comment', '_meta': {'type': 'api', 'title': 'Create Comment', 'hidden': True, 'callback': 'create_comment_callback'}, 'description': "Creates a draft comment to respond to an existing Reddit post or comment. This tool should be used when you want to contribute to an ongoing discussion, provide feedback, or engage with other users' content. The comment should be relevant to the parent content, maintain appropriate tone, and follow the subreddit's commenting guidelines. Comments can include markdown formatting for better readability (e.g., lists, quotes, code blocks). This tool creates a draft that can be reviewed and edited before posting - it doesn't post automatically. Use this for thoughtful responses that add value to the discussion.", 'inputSchema': {'type': 'object', 'required': ['subreddit', 'content', 'id'], 'properties': {'id': {'type': 'string', 'description': "The unique ID of the parent post/comment being replied to. Must be prefixed with 't1_' for comments or 't3_' for posts. This determines where the comment will appear in the thread."}, 'content': {'type': 'string', 'description': 'Instructions for generating the comment content. Should create relevant, well-formatted text that contributes meaningfully to the discussion. Use markdown for formatting. Must not exceed 10000 characters. Consider the context and tone of the parent post/comment.'}, 'subreddit': {'type': 'string', 'description': "The subreddit where the comment will be posted (without the 'r/' prefix). Important for context and following subreddit-specific rules."}}}}, {'name': 'create_message', '_meta': {'type': 'api', 'title': 'Create Message', 'hidden': False, 'ignore': False, 'callback': 'create_message_callback'}, 'description': "Creates a draft of a private Reddit message to another user. This tool should be used when you want to initiate a private conversation with another Reddit user. It's suitable for personal communications, inquiries, or follow-ups that shouldn't be public. The tool creates a draft that can be reviewed and edited before sending. Note that this only creates the message - it doesn't send it automatically. Messages should be concise, clear, and follow Reddit's guidelines for private communications.", 'inputSchema': {'type': 'object', 'required': ['recipient', 'subject', 'content'], 'properties': {'content': {'type': 'string', 'maxLength': 10000, 'description': 'Instructions for generating the message content. The message should be polite, clear, and formatted in markdown. Must not exceed 10000 characters. Should include proper greeting and closing.'}, 'subject': {'type': 'string', 'maxLength': 100, 'description': 'A clear, concise subject line that summarizes the message purpose (1-100 characters)'}, 'recipient': {'type': 'string', 'description': "The Reddit username of the recipient (without the 'u/' prefix)"}}}}, {'name': 'create_post', '_meta': {'type': 'api', 'title': 'Create Post', 'hidden': False, 'callback': 'create_post_callback'}, 'description': "Creates a draft of a new text post for Reddit. This tool should be used when you want to start a new discussion, share information, or ask questions in a subreddit. It creates a draft that can be reviewed and edited before posting. The post should follow the target subreddit's rules and conventions, including proper formatting, flair usage if required, and appropriate content warnings (NSFW/spoiler tags). Consider the subreddit's culture and typical post structure when creating content. This tool is ideal for text-based submissions - use other tools for image, link, or video posts.", 'inputSchema': {'type': 'object', 'required': ['subreddit', 'content'], 'properties': {'content': {'type': 'string', 'description': 'Instructions for generating the post. Should specify: 1) An engaging, clear title (1-300 chars) that follows subreddit rules, 2) Well-formatted body text with proper markdown, paragraphs, and any required sections, 3) Whether to include flair (if available), NSFW tag, or spoiler tag based on content and subreddit rules.'}, 'subreddit': {'type': 'string', 'description': "The target subreddit where the post will be submitted (without the 'r/' prefix). Ensure the subreddit exists and allows text posts."}}}}, {'name': 'delete_content', '_meta': {'type': 'api', 'title': 'Delete Content', 'hidden': True, 'ignore': True}, 'description': "Permanently removes a Reddit resource such as a post, comment, or reply. This tool should be used when content needs to be removed from Reddit, whether due to errors, inappropriate content, or user request. Note that deletion is permanent and cannot be undone. Use this tool carefully as it permanently removes the content from Reddit's public view, though it may still be visible in some Reddit archives. This tool is particularly useful for removing mistakenly posted content or managing your Reddit presence.", 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The unique identifier of the content to delete. Must be a valid Reddit ID with appropriate prefix (t1_ for comments, t3_ for posts). Ensure you have permission to delete the specified content.'}}}}, {'name': 'edit_content', '_meta': {'type': 'api', 'title': 'Edit Content', 'hidden': True, 'ignore': True}, 'description': "Modifies existing Reddit content (posts, comments, or replies). This tool should be used when you need to update, correct, or improve previously submitted content. Common uses include fixing typos, adding clarifications, updating outdated information, or expanding on points based on feedback. Note that Reddit shows an 'edited' indicator on modified content. While the edit history isn't public, it's good practice to maintain transparency about significant changes, perhaps with an 'Edit:' note explaining the changes.", 'inputSchema': {'type': 'object', 'required': ['id', 'content'], 'properties': {'id': {'type': 'string', 'description': 'The unique identifier of the content to edit. Must be a valid Reddit ID with appropriate prefix (t1_ for comments, t3_ for posts). Ensure you have permission to edit the specified content.'}, 'content': {'type': 'string', 'description': "The new content to replace the existing text. Should maintain the context and intent of the original post while incorporating necessary changes. For significant changes, consider adding an 'Edit:' note explaining the modifications. Must follow subreddit rules and Reddit's content policies."}}}}, {'name': 'get_comment', '_meta': {'type': 'server', 'title': 'Get Comment', 'hidden': True}, 'description': "Retrieves a specific Reddit comment and optionally its complete discussion thread. This tool should be used when you need to examine a particular comment's content, context, and responses. It's useful for understanding discussion flow, gathering context for replies, or analyzing conversation threads. When includeThread is true, it provides the full context of the discussion including parent comments and all replies, helping understand the complete conversation context.", 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': "The unique identifier of the comment to retrieve. Must be a valid Reddit comment ID (prefixed with 't1_'). The ID can be found in the comment's permalink or through Reddit's API."}, 'includeThread': {'type': 'boolean', 'default': False, 'description': 'When true, fetches the entire comment thread including parent comments and all replies. This provides full context but may return a larger amount of data. When false, only fetches the specific comment.'}}}}, {'name': 'get_notifications', '_meta': {'type': 'server', 'title': 'Get Notifications', 'hidden': True, 'ignore': False}, 'description': 'Fetches and manages Reddit notifications (inbox items) with advanced filtering options. This tool should be used to monitor and handle various types of Reddit interactions including comment replies, post replies, username mentions, and private messages. It provides flexible filtering options to focus on specific notification types, manage read/unread status, and exclude unwanted content. Use this tool to stay updated on Reddit interactions and manage your notification inbox effectively.', 'inputSchema': {'type': 'object', 'properties': {'after': {'type': 'string', 'description': 'Fetch notifications after this notification ID. Used for pagination and getting newer notifications.'}, 'limit': {'type': 'number', 'description': 'Maximum number of notifications to fetch. Use this to control the volume of notifications returned.'}, 'before': {'type': 'string', 'description': 'Fetch notifications before this notification ID. Used for pagination and getting older notifications.'}, 'filter': {'enum': ['all', 'unread', 'messages', 'comments', 'mentions'], 'type': 'string', 'description': "Filter notifications by type: 'all' for everything, 'unread' for new notifications, 'messages' for private messages, 'comments' for comment replies, 'mentions' for username mentions."}, 'markRead': {'type': 'boolean', 'description': 'When true, marks fetched notifications as read. Set to false to preserve unread status.'}, 'excludeIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of notification IDs to exclude from results. Useful for filtering out specific notifications.'}, 'excludeTypes': {'type': 'array', 'items': {'enum': ['comment_reply', 'post_reply', 'username_mention', 'message', 'other'], 'type': 'string'}, 'description': 'Array of notification types to exclude. Use this to filter out specific types of interactions.'}, 'excludeSubreddits': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of subreddit names to exclude notifications from. Helps focus on specific communities.'}}}}, {'name': 'get_post', '_meta': {'type': 'server', 'title': 'Get Post', 'hidden': True}, 'description': "Retrieves a complete Reddit post including its title, content, metadata, and all associated comments and reply threads. This tool should be used when you need to examine a specific post's full context, including its discussion. It's particularly useful for understanding the complete conversation around a post, analyzing community responses, or preparing to engage with the discussion. The tool provides access to all post details including awards, vote counts, posting time, and the full comment tree.", 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': "The unique identifier of the post to retrieve. Must be a valid Reddit post ID (prefixed with 't3_'). The ID can be found in the post's URL or through Reddit's API."}}}}, {'name': 'get_posts', '_meta': {'type': 'sampling', 'title': 'Get Posts', 'hidden': True, 'ignore': False}, 'description': "Retrieves multiple Reddit posts from a specified subreddit based on sorting criteria. This tool should be used when you want to monitor subreddit activity, analyze trending topics, or find relevant discussions. It provides different sorting options: 'hot' for currently popular posts, 'new' for latest submissions, and 'controversial' for posts with mixed reactions. This is particularly useful for understanding current subreddit trends, finding recent discussions, or identifying contentious topics.", 'inputSchema': {'type': 'object', 'required': ['sort', 'subreddit'], 'properties': {'sort': {'enum': ['hot', 'new', 'controversial'], 'type': 'string', 'description': "How to sort the retrieved posts: 'hot' shows currently trending posts, 'new' shows most recent submissions, 'controversial' shows posts with significant up/down vote activity."}, 'subreddit': {'type': 'string', 'description': "The target subreddit to fetch posts from (without the 'r/' prefix). Ensure the subreddit exists and is accessible."}}}}, {'name': 'search_reddit', '_meta': {'type': 'server', 'title': 'Search Reddit', 'hidden': False}, 'description': 'Search Reddit posts across all subreddits or within a specific subreddit', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'sort': {'enum': ['relevance', 'hot', 'new', 'top'], 'type': 'string', 'default': 'relevance', 'description': 'How to sort the search results'}, 'time': {'enum': ['hour', 'day', 'week', 'month', 'year', 'all'], 'type': 'string', 'default': 'all', 'description': 'Time window for the search results'}, 'limit': {'type': 'integer', 'default': 25, 'maximum': 100, 'minimum': 1, 'description': 'Maximum number of results to return'}, 'query': {'type': 'string', 'description': 'The search query to find Reddit posts'}, 'subreddit': {'type': 'string', 'description': 'Optional subreddit to restrict the search to'}}}}, {'name': 'send_comment', '_meta': {'type': 'server', 'title': 'Send Comment', 'hidden': True}, 'description': 'Sends a comment to a Reddit post or another comment', 'inputSchema': {'type': 'object', 'required': ['id', 'text'], 'properties': {'id': {'type': 'string', 'pattern': '^t[1|3]_[a-z0-9]+$', 'description': 'The ID of the parent post or comment to comment on (must start with t1_ for comments or t3_ for posts)'}, 'text': {'type': 'string', 'maxLength': 10000, 'description': 'The markdown text of the comment (max 10000 characters)'}, 'sendreplies': {'type': 'boolean', 'default': True, 'description': 'Whether to send comment notifications'}}}}, {'name': 'send_message', '_meta': {'type': 'server', 'title': 'Send Message', 'hidden': True, 'ignore': True}, 'description': 'Sends a Reddit message to another user', 'inputSchema': {'type': 'object', 'required': ['recipient', 'subject', 'content'], 'properties': {'content': {'type': 'string', 'maxLength': 10000, 'description': 'Message content in markdown format (max 10000 chars)'}, 'subject': {'type': 'string', 'maxLength': 100, 'minLength': 1, 'description': 'Subject line of the message (1-100 chars)'}, 'recipient': {'type': 'string', 'description': 'Username of the message recipient'}}}}, {'name': 'send_post', '_meta': {'type': 'server', 'title': 'Send Post', 'hidden': True}, 'description': 'Sends a new text post to Reddit', 'inputSchema': {'type': 'object', 'required': ['subreddit', 'title', 'content'], 'properties': {'nsfw': {'type': 'boolean', 'default': False, 'description': 'Whether to mark as NSFW'}, 'title': {'type': 'string', 'maxLength': 300, 'minLength': 1, 'description': 'Post title (1-300 characters)'}, 'content': {'type': 'string', 'description': 'Text content for the post'}, 'spoiler': {'type': 'boolean', 'default': False, 'description': 'Whether to mark as spoiler'}, 'flair_id': {'type': 'string', 'description': 'Flair ID if the subreddit requires it'}, 'subreddit': {'type': 'string', 'description': 'Subreddit to post to (without r/ prefix)'}, 'flair_text': {'type': 'string', 'description': 'Flair text if the subreddit requires it'}, 'sendreplies': {'type': 'boolean', 'default': True, 'description': 'Whether to send replies to inbox'}}}}] |
@burkeholland/mcp-notify | Notify Server | Show system notifications across multiple platforms directly from your LLM agents. Customize notifications with titles, messages, sounds, icons, and platform-specific options to enhance user interaction. Integrate seamlessly with VS Code for quick setup and usage. | 2025-04-29T23:00:54.340Z | 0 | https://smithery.ai/server/@burkeholland/mcp-notify | true | null | null | [{'name': 'show-notification', 'description': 'Show a system notification using the default notifier for the current platform', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title', 'message'], 'properties': {'icon': {'type': 'string', 'description': 'Path to icon file (.ico, .png, .jpg, or platform specific)'}, 'type': {'enum': ['info', 'warn', 'error'], 'type': 'string', 'description': 'Notification type (Windows Balloon only)'}, 'wait': {'type': 'boolean', 'description': 'Wait for user action before removing notification (default: false)'}, 'appID': {'type': 'string', 'description': 'Application identifier (Windows only)'}, 'reply': {'type': 'boolean', 'description': 'Enable reply functionality (macOS only)'}, 'sound': {'type': 'boolean', 'description': 'Play a sound with the notification (default: false)'}, 'title': {'type': 'string', 'description': 'Title of the notification'}, 'sender': {'type': 'string', 'description': 'Sender of notification (Growl only)'}, 'actions': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Action buttons to add to notification (macOS only)'}, 'install': {'type': 'string', 'description': 'Path to installer when notification is clicked (Windows Toaster only)'}, 'message': {'type': 'string', 'description': 'Message content of the notification'}, 'timeout': {'type': 'number', 'description': 'Time in seconds before notification expires (Linux/Windows)'}, 'urgency': {'enum': ['low', 'normal', 'critical'], 'type': 'string', 'description': 'Notification urgency level (Linux only)'}, 'closeLabel': {'type': 'string', 'description': 'Label for closing notification (macOS only)'}, 'dropdownLabel': {'type': 'string', 'description': 'Label for dropdown (macOS only)'}}, 'additionalProperties': False}}, {'name': 'show-notification-macos', 'description': 'Show a notification using macOS Notification Center', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title', 'message'], 'properties': {'icon': {'type': 'string', 'description': 'Path to icon file (.ico, .png, .jpg, or platform specific)'}, 'type': {'enum': ['info', 'warn', 'error'], 'type': 'string', 'description': 'Notification type (Windows Balloon only)'}, 'wait': {'type': 'boolean', 'description': 'Wait for user action before removing notification (default: false)'}, 'appID': {'type': 'string', 'description': 'Application identifier (Windows only)'}, 'reply': {'type': 'boolean', 'description': 'Enable reply functionality (macOS only)'}, 'sound': {'type': 'boolean', 'description': 'Play a sound with the notification (default: false)'}, 'title': {'type': 'string', 'description': 'Title of the notification'}, 'sender': {'type': 'string', 'description': 'Sender of notification (Growl only)'}, 'actions': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Action buttons to add to notification (macOS only)'}, 'install': {'type': 'string', 'description': 'Path to installer when notification is clicked (Windows Toaster only)'}, 'message': {'type': 'string', 'description': 'Message content of the notification'}, 'timeout': {'type': 'number', 'description': 'Time in seconds before notification expires (Linux/Windows)'}, 'urgency': {'enum': ['low', 'normal', 'critical'], 'type': 'string', 'description': 'Notification urgency level (Linux only)'}, 'closeLabel': {'type': 'string', 'description': 'Label for closing notification (macOS only)'}, 'dropdownLabel': {'type': 'string', 'description': 'Label for dropdown (macOS only)'}}, 'additionalProperties': False}}, {'name': 'show-notification-linux', 'description': 'Show a notification using Linux notify-send', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title', 'message'], 'properties': {'hint': {'type': 'string', 'description': 'Hint for notification display'}, 'icon': {'type': 'string', 'description': 'Path to icon file (.ico, .png, .jpg, or platform specific)'}, 'type': {'enum': ['info', 'warn', 'error'], 'type': 'string', 'description': 'Notification type (Windows Balloon only)'}, 'wait': {'type': 'boolean', 'description': 'Wait for user action before removing notification (default: false)'}, 'appID': {'type': 'string', 'description': 'Application identifier (Windows only)'}, 'reply': {'type': 'boolean', 'description': 'Enable reply functionality (macOS only)'}, 'sound': {'type': 'boolean', 'description': 'Play a sound with the notification (default: false)'}, 'title': {'type': 'string', 'description': 'Title of the notification'}, 'sender': {'type': 'string', 'description': 'Sender of notification (Growl only)'}, 'actions': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Action buttons to add to notification (macOS only)'}, 'install': {'type': 'string', 'description': 'Path to installer when notification is clicked (Windows Toaster only)'}, 'message': {'type': 'string', 'description': 'Message content of the notification'}, 'timeout': {'type': 'number', 'description': 'Time in seconds before notification expires (Linux/Windows)'}, 'urgency': {'enum': ['low', 'normal', 'critical'], 'type': 'string', 'description': 'Notification urgency level (Linux only)'}, 'app-name': {'type': 'string', 'description': 'Application name'}, 'category': {'type': 'string', 'description': 'Category of notification'}, 'closeLabel': {'type': 'string', 'description': 'Label for closing notification (macOS only)'}, 'dropdownLabel': {'type': 'string', 'description': 'Label for dropdown (macOS only)'}}, 'additionalProperties': False}}, {'name': 'show-notification-windows-toast', 'description': 'Show a notification using Windows Toast notifications (Windows 8+)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title', 'message'], 'properties': {'icon': {'type': 'string', 'description': 'Path to icon file (.ico, .png, .jpg, or platform specific)'}, 'type': {'enum': ['info', 'warn', 'error'], 'type': 'string', 'description': 'Notification type (Windows Balloon only)'}, 'wait': {'type': 'boolean', 'description': 'Wait for user action before removing notification (default: false)'}, 'appID': {'type': 'string', 'description': 'Application identifier'}, 'reply': {'type': 'boolean', 'description': 'Enable reply functionality (macOS only)'}, 'sound': {'type': 'boolean', 'description': 'Play a sound with the notification (default: false)'}, 'title': {'type': 'string', 'description': 'Title of the notification'}, 'sender': {'type': 'string', 'description': 'Sender of notification (Growl only)'}, 'actions': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Action buttons to add to notification (macOS only)'}, 'install': {'type': 'string', 'description': 'Path to installer when notification is clicked'}, 'message': {'type': 'string', 'description': 'Message content of the notification'}, 'timeout': {'type': 'number', 'description': 'Time in seconds before notification expires (Linux/Windows)'}, 'urgency': {'enum': ['low', 'normal', 'critical'], 'type': 'string', 'description': 'Notification urgency level (Linux only)'}, 'closeLabel': {'type': 'string', 'description': 'Label for closing notification (macOS only)'}, 'shortcutPath': {'type': 'string', 'description': 'Path to shortcut file for notification'}, 'dropdownLabel': {'type': 'string', 'description': 'Label for dropdown (macOS only)'}}, 'additionalProperties': False}}, {'name': 'show-notification-windows-balloon', 'description': 'Show a notification using Windows Balloon notifications (Windows 7 and earlier)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title', 'message'], 'properties': {'icon': {'type': 'string', 'description': 'Path to icon file (.ico, .png, .jpg, or platform specific)'}, 'type': {'enum': ['info', 'warn', 'error'], 'type': 'string', 'description': 'Notification type'}, 'wait': {'type': 'boolean', 'description': 'Wait for user action before removing notification (default: false)'}, 'appID': {'type': 'string', 'description': 'Application identifier (Windows only)'}, 'reply': {'type': 'boolean', 'description': 'Enable reply functionality (macOS only)'}, 'sound': {'type': 'boolean', 'description': 'Play a sound with the notification (default: false)'}, 'title': {'type': 'string', 'description': 'Title of the notification'}, 'sender': {'type': 'string', 'description': 'Sender of notification (Growl only)'}, 'actions': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Action buttons to add to notification (macOS only)'}, 'install': {'type': 'string', 'description': 'Path to installer when notification is clicked (Windows Toaster only)'}, 'message': {'type': 'string', 'description': 'Message content of the notification'}, 'timeout': {'type': 'number', 'description': 'Time in seconds before notification expires (Linux/Windows)'}, 'urgency': {'enum': ['low', 'normal', 'critical'], 'type': 'string', 'description': 'Notification urgency level (Linux only)'}, 'closeLabel': {'type': 'string', 'description': 'Label for closing notification (macOS only)'}, 'dropdownLabel': {'type': 'string', 'description': 'Label for dropdown (macOS only)'}}, 'additionalProperties': False}}, {'name': 'show-notification-growl', 'description': 'Show a notification using Growl', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title', 'message'], 'properties': {'host': {'type': 'string', 'description': 'Growl server host'}, 'icon': {'type': 'string', 'description': 'Path to icon file (.ico, .png, .jpg, or platform specific)'}, 'name': {'type': 'string', 'description': 'Application name for Growl'}, 'port': {'type': 'number', 'description': 'Growl server port'}, 'type': {'enum': ['info', 'warn', 'error'], 'type': 'string', 'description': 'Notification type (Windows Balloon only)'}, 'wait': {'type': 'boolean', 'description': 'Wait for user action before removing notification (default: false)'}, 'appID': {'type': 'string', 'description': 'Application identifier (Windows only)'}, 'label': {'type': 'string', 'description': 'Label for notification'}, 'reply': {'type': 'boolean', 'description': 'Enable reply functionality (macOS only)'}, 'sound': {'type': 'boolean', 'description': 'Play a sound with the notification (default: false)'}, 'title': {'type': 'string', 'description': 'Title of the notification'}, 'sender': {'type': 'string', 'description': 'Sender of notification (Growl only)'}, 'sticky': {'type': 'boolean', 'description': 'Keep notification visible'}, 'actions': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Action buttons to add to notification (macOS only)'}, 'install': {'type': 'string', 'description': 'Path to installer when notification is clicked (Windows Toaster only)'}, 'message': {'type': 'string', 'description': 'Message content of the notification'}, 'timeout': {'type': 'number', 'description': 'Time in seconds before notification expires (Linux/Windows)'}, 'urgency': {'enum': ['low', 'normal', 'critical'], 'type': 'string', 'description': 'Notification urgency level (Linux only)'}, 'priority': {'type': 'number', 'description': 'Notification priority (-2 to 2)'}, 'closeLabel': {'type': 'string', 'description': 'Label for closing notification (macOS only)'}, 'dropdownLabel': {'type': 'string', 'description': 'Label for dropdown (macOS only)'}}, 'additionalProperties': False}}] |
@brendancopley/mcp-chain-of-draft-prompt-tool | MCP Chain of Draft (CoD) Prompt Tool | MCP Chain of Draft (CoD) Prompt Tool is a BYOLLM MCP (Model Context Protocol) tool that transforms your prompt using another LLM, applying CoD or CoT reasoning techniques, before delivering the final result. CoD is a novel paradigm that allows LLMs to generate minimalistic yet informative intermediate reasoning outputs while solving tasks, significantly reducing token usage while maintaining accuracy. For fast setup -> scroll ↓ click "Connect"! --------------------------------------------------------------------------------------------- DO NOT be daunted by all the configurations—you can simply scroll down and hit “Connect” to get started effortlessly.
| 2025-03-22T08:07:53.278Z | 0 | https://smithery.ai/server/@brendancopley/mcp-chain-of-draft-prompt-tool | true | null | {
"scanPassed": true
} | [{'name': 'chain_of_draft_solve', 'description': 'Solve a reasoning problem using Chain of Draft approach', 'inputSchema': {'type': 'object', 'required': ['problem'], 'properties': {'domain': {'type': 'string', 'description': 'Domain for context (math, logic, code, common-sense, etc.)'}, 'problem': {'type': 'string', 'description': 'The problem to solve'}, 'approach': {'type': 'string', 'description': "Force 'CoD' or 'CoT' approach"}, 'enforce_format': {'type': 'boolean', 'description': 'Whether to enforce the word limit'}, 'max_words_per_step': {'type': 'number', 'description': 'Maximum words per reasoning step'}, 'adaptive_word_limit': {'type': 'boolean', 'description': 'Adjust word limits based on complexity'}}}}, {'name': 'math_solve', 'description': 'Solve a math problem using Chain of Draft reasoning', 'inputSchema': {'type': 'object', 'required': ['problem'], 'properties': {'problem': {'type': 'string', 'description': 'The math problem to solve'}, 'approach': {'type': 'string', 'description': "Force 'CoD' or 'CoT' approach"}, 'max_words_per_step': {'type': 'number', 'description': 'Maximum words per reasoning step'}}}}, {'name': 'code_solve', 'description': 'Solve a coding problem using Chain of Draft reasoning', 'inputSchema': {'type': 'object', 'required': ['problem'], 'properties': {'problem': {'type': 'string', 'description': 'The coding problem to solve'}, 'approach': {'type': 'string', 'description': "Force 'CoD' or 'CoT' approach"}, 'max_words_per_step': {'type': 'number', 'description': 'Maximum words per reasoning step'}}}}, {'name': 'logic_solve', 'description': 'Solve a logic problem using Chain of Draft reasoning', 'inputSchema': {'type': 'object', 'required': ['problem'], 'properties': {'problem': {'type': 'string', 'description': 'The logic problem to solve'}, 'approach': {'type': 'string', 'description': "Force 'CoD' or 'CoT' approach"}, 'max_words_per_step': {'type': 'number', 'description': 'Maximum words per reasoning step'}}}}, {'name': 'get_performance_stats', 'description': 'Get performance statistics for CoD vs CoT approaches', 'inputSchema': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Filter for specific domain'}}}}, {'name': 'get_token_reduction', 'description': 'Get token reduction statistics for CoD vs CoT', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'analyze_problem_complexity', 'description': 'Analyze the complexity of a problem', 'inputSchema': {'type': 'object', 'required': ['problem'], 'properties': {'domain': {'type': 'string', 'description': 'Problem domain'}, 'problem': {'type': 'string', 'description': 'The problem to analyze'}}}}] |
@hongsw/aligo-sms-mcp-server | Aligo SMS API Integration Server | Access the Aligo SMS API seamlessly with this server. Send SMS messages and retrieve related information using compatible AI agents like Claude AI. Simplify your communication tasks with easy integration and setup. | 2025-03-31T21:00:27.251Z | 0 | https://smithery.ai/server/@hongsw/aligo-sms-mcp-server | true | null | null | [{'name': 'send-sms', 'description': 'Send SMS messages through the Aligo API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sender', 'receiver', 'message'], 'properties': {'title': {'type': 'string', 'maxLength': 44, 'description': 'Message title (required for LMS/MMS)'}, 'sender': {'type': 'string', 'maxLength': 16, 'minLength': 1, 'description': "Sender's phone number (registered with Aligo)"}, 'message': {'type': 'string', 'maxLength': 2000, 'minLength': 1, 'description': 'SMS message content'}, 'msg_type': {'enum': ['SMS', 'LMS', 'MMS'], 'type': 'string', 'description': 'Message type: SMS, LMS, or MMS'}, 'receiver': {'type': 'string', 'minLength': 1, 'description': "Recipient's phone number, or comma-separated list for multiple recipients"}, 'image_path': {'type': 'string', 'description': 'Optional image file path for MMS'}, 'destination': {'type': 'string', 'description': 'Optional formatted destination with names (01011112222|홍길동,01033334444|아무개)'}, 'schedule_date': {'type': 'string', 'pattern': '^\\d{8}$', 'description': 'Optional schedule date (YYYYMMDD)'}, 'schedule_time': {'type': 'string', 'pattern': '^\\d{4}$', 'description': 'Optional schedule time (HHMM)'}}, 'additionalProperties': False}}] |
@hongsw/aligo-sms-mcp-server | Aligo SMS API Integration Server | Access the Aligo SMS API seamlessly with this server. Send SMS messages and retrieve related information using compatible AI agents like Claude AI. Simplify your communication tasks with easy integration and setup. | 2025-03-31T21:00:27.251Z | 0 | https://smithery.ai/server/@hongsw/aligo-sms-mcp-server | true | null | null | [{'name': 'send-sms', 'description': 'Send SMS messages through the Aligo API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sender', 'receiver', 'message'], 'properties': {'title': {'type': 'string', 'maxLength': 44, 'description': 'Message title (required for LMS/MMS)'}, 'sender': {'type': 'string', 'maxLength': 16, 'minLength': 1, 'description': "Sender's phone number (registered with Aligo)"}, 'message': {'type': 'string', 'maxLength': 2000, 'minLength': 1, 'description': 'SMS message content'}, 'msg_type': {'enum': ['SMS', 'LMS', 'MMS'], 'type': 'string', 'description': 'Message type: SMS, LMS, or MMS'}, 'receiver': {'type': 'string', 'minLength': 1, 'description': "Recipient's phone number, or comma-separated list for multiple recipients"}, 'image_path': {'type': 'string', 'description': 'Optional image file path for MMS'}, 'destination': {'type': 'string', 'description': 'Optional formatted destination with names (01011112222|홍길동,01033334444|아무개)'}, 'schedule_date': {'type': 'string', 'pattern': '^\\d{8}$', 'description': 'Optional schedule date (YYYYMMDD)'}, 'schedule_time': {'type': 'string', 'pattern': '^\\d{4}$', 'description': 'Optional schedule time (HHMM)'}}, 'additionalProperties': False}}] |
@kshern/image-tools-mcp | Image Tools | Retrieve image dimensions and compress images effortlessly. Support both URL and local file sources while converting images to various formats with ease. | 2025-03-11T20:00:47.658Z | 0 | https://smithery.ai/server/@kshern/image-tools-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_image_size', 'description': 'Get the size of an image from URL', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['options'], 'properties': {'options': {'type': 'object', 'required': ['imageUrl'], 'properties': {'imageUrl': {'type': 'string', 'description': 'Url of the image to retrieve'}}, 'description': 'Options for retrieving image size', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_local_image_size', 'description': 'Get the size of a local image', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['options'], 'properties': {'options': {'type': 'object', 'required': ['imagePath'], 'properties': {'imagePath': {'type': 'string', 'description': 'Absolute path to the local image'}}, 'description': 'Options for retrieving local image size', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'compress_image_from_url', 'description': 'Compress a single image from URL using TinyPNG API (only supports image files, not folders)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['options'], 'properties': {'options': {'type': 'object', 'required': ['imageUrl'], 'properties': {'imageUrl': {'type': 'string', 'description': 'URL of the image to compress (must be a direct link to an image file)'}, 'outputPath': {'type': 'string', 'description': 'Absolute path for the compressed output image'}, 'outputFormat': {'enum': ['image/webp', 'image/jpeg', 'image/jpg', 'image/png'], 'type': 'string', 'description': 'Output format (webp, jpeg/jpg, png)'}}, 'description': 'Options for compressing image from URL', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'compress_local_image', 'description': 'Compress a single local image file using TinyPNG API (only supports image files, not folders)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['options'], 'properties': {'options': {'type': 'object', 'required': ['imagePath'], 'properties': {'imagePath': {'type': 'string', 'description': 'Absolute path to the local image file (must be a file, not a directory)'}, 'outputPath': {'type': 'string', 'description': 'Absolute path for the compressed output image'}, 'outputFormat': {'enum': ['image/webp', 'image/jpeg', 'image/jpg', 'image/png'], 'type': 'string', 'description': 'Output format (webp, jpeg/jpg, png)'}}, 'description': 'Options for compressing local image', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_figma_images', 'description': 'Get images from Figma API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['options'], 'properties': {'options': {'type': 'object', 'required': ['figmaUrl'], 'properties': {'nodeIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional array of node IDs, if not provided, use the nodeId extracted from the URL'}, 'figmaUrl': {'type': 'string', 'description': 'Figma design link, e.g. https://www.figma.com/design/fileKey/title?node-id=nodeId'}}, 'description': 'Options for getting images from Figma API, e.g. https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/imageId', 'additionalProperties': False}}, 'additionalProperties': False}}] |
@canDplugin/plugin-mcp-server | Plugin MCP Server | Enable seamless integration of external tools and data sources with your language model applications. Facilitate dynamic access to resources, execution of actions, and use of prompt templates to enhance AI capabilities. Simplify the extension of AI functionality through a standardized protocol. | 2025-05-05T07:20:48.475Z | 0 | https://smithery.ai/server/@canDplugin/plugin-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'get-followings', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fullPrompt'], 'properties': {'fullPrompt': {'type': 'string', 'description': 'The complete user query about my followings'}}, 'additionalProperties': False}}, {'name': 'search-and-follow-users', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['keyword', 'myUserId', 'authToken'], 'properties': {'keyword': {'type': 'string', 'description': '검색할 트윗 키워드'}, 'myUserId': {'type': 'string', 'description': '내 사용자 ID'}, 'authToken': {'type': 'string', 'description': '인증 토큰'}}, 'additionalProperties': False}}] |
@24mlight/a-share-mcp-is-just-i-need | A-Share Market Data Server | Provide comprehensive A-share market data including stock basics, historical K-line data, financial reports, macroeconomic indicators, index constituents, and data analysis reports. Enable answering any questions related to the A-share market for both the overall market and specific stocks. Facilitate seamless integration with MCP clients for real-time financial data queries. | 2025-05-02T08:00:59.026Z | 0 | https://smithery.ai/server/@24mlight/a-share-mcp-is-just-i-need | true | null | null | [{'name': 'get_historical_k_data', 'description': "\n Fetches historical K-line (OHLCV) data for a Chinese A-share stock.\n\n Args:\n code: The stock code in Baostock format (e.g., 'sh.600000', 'sz.000001').\n start_date: Start date in 'YYYY-MM-DD' format.\n end_date: End date in 'YYYY-MM-DD' format.\n frequency: Data frequency. Valid options (from Baostock):\n 'd': daily\n 'w': weekly\n 'm': monthly\n '5': 5 minutes\n '15': 15 minutes\n '30': 30 minutes\n '60': 60 minutes\n Defaults to 'd'.\n adjust_flag: Adjustment flag for price/volume. Valid options (from Baostock):\n '1': Forward adjusted (后复权)\n '2': Backward adjusted (前复权)\n '3': Non-adjusted (不复权)\n Defaults to '3'.\n fields: Optional list of specific data fields to retrieve (must be valid Baostock fields).\n If None or empty, default fields will be used (e.g., date, code, open, high, low, close, volume, amount, pctChg).\n\n Returns:\n A Markdown formatted string containing the K-line data table, or an error message.\n The table might be truncated if the result set is too large.\n ", 'inputSchema': {'type': 'object', 'title': 'get_historical_k_dataArguments', 'required': ['code', 'start_date', 'end_date'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'end_date': {'type': 'string', 'title': 'End Date'}, 'frequency': {'type': 'string', 'title': 'Frequency', 'default': 'd'}, 'start_date': {'type': 'string', 'title': 'Start Date'}, 'adjust_flag': {'type': 'string', 'title': 'Adjust Flag', 'default': '3'}}}}, {'name': 'get_stock_basic_info', 'description': "\n Fetches basic information for a given Chinese A-share stock.\n\n Args:\n code: The stock code in Baostock format (e.g., 'sh.600000', 'sz.000001').\n fields: Optional list to select specific columns from the available basic info\n (e.g., ['code', 'code_name', 'industry', 'listingDate']).\n If None or empty, returns all available basic info columns from Baostock.\n\n Returns:\n A Markdown formatted string containing the basic stock information table,\n or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_stock_basic_infoArguments', 'required': ['code'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}}}}, {'name': 'get_dividend_data', 'description': "\n Fetches dividend information for a given stock code and year.\n\n Args:\n code: The stock code in Baostock format (e.g., 'sh.600000', 'sz.000001').\n year: The year to query (e.g., '2023').\n year_type: Type of year. Valid options (from Baostock):\n 'report': Announcement year (预案公告年份)\n 'operate': Ex-dividend year (除权除息年份)\n Defaults to 'report'.\n\n Returns:\n A Markdown formatted string containing the dividend data table,\n or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_dividend_dataArguments', 'required': ['code', 'year'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'year': {'type': 'string', 'title': 'Year'}, 'year_type': {'type': 'string', 'title': 'Year Type', 'default': 'report'}}}}, {'name': 'get_adjust_factor_data', 'description': '\n Fetches adjustment factor data for a given stock code and date range.\n Uses Baostock\'s "涨跌幅复权算法" factors. Useful for calculating adjusted prices.\n\n Args:\n code: The stock code in Baostock format (e.g., \'sh.600000\', \'sz.000001\').\n start_date: Start date in \'YYYY-MM-DD\' format.\n end_date: End date in \'YYYY-MM-DD\' format.\n\n Returns:\n A Markdown formatted string containing the adjustment factor data table,\n or an error message.\n ', 'inputSchema': {'type': 'object', 'title': 'get_adjust_factor_dataArguments', 'required': ['code', 'start_date', 'end_date'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'end_date': {'type': 'string', 'title': 'End Date'}, 'start_date': {'type': 'string', 'title': 'Start Date'}}}}, {'name': 'get_profit_data', 'description': "\n Fetches quarterly profitability data (e.g., ROE, net profit margin) for a stock.\n\n Args:\n code: The stock code (e.g., 'sh.600000').\n year: The 4-digit year (e.g., '2023').\n quarter: The quarter (1, 2, 3, or 4).\n\n Returns:\n Markdown table with profitability data or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_profit_dataArguments', 'required': ['code', 'year', 'quarter'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'year': {'type': 'string', 'title': 'Year'}, 'quarter': {'type': 'integer', 'title': 'Quarter'}}}}, {'name': 'get_operation_data', 'description': "\n Fetches quarterly operation capability data (e.g., turnover ratios) for a stock.\n\n Args:\n code: The stock code (e.g., 'sh.600000').\n year: The 4-digit year (e.g., '2023').\n quarter: The quarter (1, 2, 3, or 4).\n\n Returns:\n Markdown table with operation capability data or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_operation_dataArguments', 'required': ['code', 'year', 'quarter'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'year': {'type': 'string', 'title': 'Year'}, 'quarter': {'type': 'integer', 'title': 'Quarter'}}}}, {'name': 'get_growth_data', 'description': "\n Fetches quarterly growth capability data (e.g., YOY growth rates) for a stock.\n\n Args:\n code: The stock code (e.g., 'sh.600000').\n year: The 4-digit year (e.g., '2023').\n quarter: The quarter (1, 2, 3, or 4).\n\n Returns:\n Markdown table with growth capability data or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_growth_dataArguments', 'required': ['code', 'year', 'quarter'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'year': {'type': 'string', 'title': 'Year'}, 'quarter': {'type': 'integer', 'title': 'Quarter'}}}}, {'name': 'get_balance_data', 'description': "\n Fetches quarterly balance sheet / solvency data (e.g., current ratio, debt ratio) for a stock.\n\n Args:\n code: The stock code (e.g., 'sh.600000').\n year: The 4-digit year (e.g., '2023').\n quarter: The quarter (1, 2, 3, or 4).\n\n Returns:\n Markdown table with balance sheet data or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_balance_dataArguments', 'required': ['code', 'year', 'quarter'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'year': {'type': 'string', 'title': 'Year'}, 'quarter': {'type': 'integer', 'title': 'Quarter'}}}}, {'name': 'get_cash_flow_data', 'description': "\n Fetches quarterly cash flow data (e.g., CFO/Operating Revenue ratio) for a stock.\n\n Args:\n code: The stock code (e.g., 'sh.600000').\n year: The 4-digit year (e.g., '2023').\n quarter: The quarter (1, 2, 3, or 4).\n\n Returns:\n Markdown table with cash flow data or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_cash_flow_dataArguments', 'required': ['code', 'year', 'quarter'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'year': {'type': 'string', 'title': 'Year'}, 'quarter': {'type': 'integer', 'title': 'Quarter'}}}}, {'name': 'get_dupont_data', 'description': "\n Fetches quarterly DuPont analysis data (ROE decomposition) for a stock.\n\n Args:\n code: The stock code (e.g., 'sh.600000').\n year: The 4-digit year (e.g., '2023').\n quarter: The quarter (1, 2, 3, or 4).\n\n Returns:\n Markdown table with DuPont analysis data or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_dupont_dataArguments', 'required': ['code', 'year', 'quarter'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'year': {'type': 'string', 'title': 'Year'}, 'quarter': {'type': 'integer', 'title': 'Quarter'}}}}, {'name': 'get_performance_express_report', 'description': "\n Fetches performance express reports (业绩快报) for a stock within a date range.\n Note: Companies are not required to publish these except in specific cases.\n\n Args:\n code: The stock code (e.g., 'sh.600000').\n start_date: Start date (for report publication/update) in 'YYYY-MM-DD' format.\n end_date: End date (for report publication/update) in 'YYYY-MM-DD' format.\n\n Returns:\n Markdown table with performance express report data or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_performance_express_reportArguments', 'required': ['code', 'start_date', 'end_date'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'end_date': {'type': 'string', 'title': 'End Date'}, 'start_date': {'type': 'string', 'title': 'Start Date'}}}}, {'name': 'get_forecast_report', 'description': "\n Fetches performance forecast reports (业绩预告) for a stock within a date range.\n Note: Companies are not required to publish these except in specific cases.\n\n Args:\n code: The stock code (e.g., 'sh.600000').\n start_date: Start date (for report publication/update) in 'YYYY-MM-DD' format.\n end_date: End date (for report publication/update) in 'YYYY-MM-DD' format.\n\n Returns:\n Markdown table with performance forecast report data or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_forecast_reportArguments', 'required': ['code', 'start_date', 'end_date'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'end_date': {'type': 'string', 'title': 'End Date'}, 'start_date': {'type': 'string', 'title': 'Start Date'}}}}, {'name': 'get_stock_industry', 'description': "\n Fetches industry classification for a specific stock or all stocks on a given date.\n\n Args:\n code: Optional. The stock code (e.g., 'sh.600000'). If None, fetches for all stocks.\n date: Optional. The date in 'YYYY-MM-DD' format. If None, uses the latest available date.\n\n Returns:\n Markdown table with industry classification data or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_stock_industryArguments', 'properties': {'code': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Code', 'default': None}, 'date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date', 'default': None}}}}, {'name': 'get_sz50_stocks', 'description': "\n Fetches the constituent stocks of the SZSE 50 Index for a given date.\n\n Args:\n date: Optional. The date in 'YYYY-MM-DD' format. If None, uses the latest available date.\n\n Returns:\n Markdown table with SZSE 50 constituent stocks or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_sz50_stocksArguments', 'properties': {'date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date', 'default': None}}}}, {'name': 'get_hs300_stocks', 'description': "\n Fetches the constituent stocks of the CSI 300 Index for a given date.\n\n Args:\n date: Optional. The date in 'YYYY-MM-DD' format. If None, uses the latest available date.\n\n Returns:\n Markdown table with CSI 300 constituent stocks or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_hs300_stocksArguments', 'properties': {'date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date', 'default': None}}}}, {'name': 'get_zz500_stocks', 'description': "\n Fetches the constituent stocks of the CSI 500 Index for a given date.\n\n Args:\n date: Optional. The date in 'YYYY-MM-DD' format. If None, uses the latest available date.\n\n Returns:\n Markdown table with CSI 500 constituent stocks or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_zz500_stocksArguments', 'properties': {'date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date', 'default': None}}}}, {'name': 'get_trade_dates', 'description': "\n Fetches trading dates information within a specified range.\n\n Args:\n start_date: Optional. Start date in 'YYYY-MM-DD' format. Defaults to 2015-01-01 if None.\n end_date: Optional. End date in 'YYYY-MM-DD' format. Defaults to the current date if None.\n\n Returns:\n Markdown table indicating whether each date in the range was a trading day (1) or not (0).\n ", 'inputSchema': {'type': 'object', 'title': 'get_trade_datesArguments', 'properties': {'end_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'End Date', 'default': None}, 'start_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Start Date', 'default': None}}}}, {'name': 'get_all_stock', 'description': "\n Fetches a list of all stocks (A-shares and indices) and their trading status for a given date.\n\n Args:\n date: Optional. The date in 'YYYY-MM-DD' format. If None, uses the current date.\n\n Returns:\n Markdown table listing stock codes, names, and their trading status (1=trading, 0=suspended).\n ", 'inputSchema': {'type': 'object', 'title': 'get_all_stockArguments', 'properties': {'date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date', 'default': None}}}}, {'name': 'get_deposit_rate_data', 'description': "\n Fetches benchmark deposit rates (活期, 定期) within a date range.\n\n Args:\n start_date: Optional. Start date in 'YYYY-MM-DD' format.\n end_date: Optional. End date in 'YYYY-MM-DD' format.\n\n Returns:\n Markdown table with deposit rate data or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_deposit_rate_dataArguments', 'properties': {'end_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'End Date', 'default': None}, 'start_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Start Date', 'default': None}}}}, {'name': 'get_loan_rate_data', 'description': "\n Fetches benchmark loan rates (贷款利率) within a date range.\n\n Args:\n start_date: Optional. Start date in 'YYYY-MM-DD' format.\n end_date: Optional. End date in 'YYYY-MM-DD' format.\n\n Returns:\n Markdown table with loan rate data or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_loan_rate_dataArguments', 'properties': {'end_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'End Date', 'default': None}, 'start_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Start Date', 'default': None}}}}, {'name': 'get_required_reserve_ratio_data', 'description': "\n Fetches required reserve ratio data (存款准备金率) within a date range.\n\n Args:\n start_date: Optional. Start date in 'YYYY-MM-DD' format.\n end_date: Optional. End date in 'YYYY-MM-DD' format.\n year_type: Optional. Year type for date filtering. '0' for announcement date (公告日期, default),\n '1' for effective date (生效日期).\n\n Returns:\n Markdown table with required reserve ratio data or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_required_reserve_ratio_dataArguments', 'properties': {'end_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'End Date', 'default': None}, 'year_type': {'type': 'string', 'title': 'Year Type', 'default': '0'}, 'start_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Start Date', 'default': None}}}}, {'name': 'get_money_supply_data_month', 'description': "\n Fetches monthly money supply data (M0, M1, M2) within a date range.\n\n Args:\n start_date: Optional. Start date in 'YYYY-MM' format.\n end_date: Optional. End date in 'YYYY-MM' format.\n\n Returns:\n Markdown table with monthly money supply data or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_money_supply_data_monthArguments', 'properties': {'end_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'End Date', 'default': None}, 'start_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Start Date', 'default': None}}}}, {'name': 'get_money_supply_data_year', 'description': "\n Fetches yearly money supply data (M0, M1, M2 - year end balance) within a date range.\n\n Args:\n start_date: Optional. Start year in 'YYYY' format.\n end_date: Optional. End year in 'YYYY' format.\n\n Returns:\n Markdown table with yearly money supply data or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_money_supply_data_yearArguments', 'properties': {'end_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'End Date', 'default': None}, 'start_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Start Date', 'default': None}}}}, {'name': 'get_shibor_data', 'description': "\n Fetches SHIBOR (Shanghai Interbank Offered Rate) data within a date range.\n\n Args:\n start_date: Optional. Start date in 'YYYY-MM-DD' format.\n end_date: Optional. End date in 'YYYY-MM-DD' format.\n\n Returns:\n Markdown table with SHIBOR data or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'get_shibor_dataArguments', 'properties': {'end_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'End Date', 'default': None}, 'start_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Start Date', 'default': None}}}}, {'name': 'get_latest_trading_date', 'description': "\n 获取最近的交易日期。如果当天是交易日,则返回当天日期;否则返回最近的交易日。\n\n Returns:\n 最近的交易日期,格式为'YYYY-MM-DD'。\n ", 'inputSchema': {'type': 'object', 'title': 'get_latest_trading_dateArguments', 'properties': {}}}, {'name': 'get_market_analysis_timeframe', 'description': '\n 获取适合市场分析的时间范围,基于当前真实日期而不是训练数据。\n 这个工具应该在进行市场分析或大盘分析时首先调用,以确保使用最新的实际数据。\n\n Args:\n period: 时间范围类型,可选值:\n "recent": 最近1-2个月(默认)\n "quarter": 最近一个季度\n "half_year": 最近半年\n "year": 最近一年\n\n Returns:\n 包含分析时间范围的详细描述字符串,格式为"YYYY年M月-YYYY年M月"。\n ', 'inputSchema': {'type': 'object', 'title': 'get_market_analysis_timeframeArguments', 'properties': {'period': {'type': 'string', 'title': 'Period', 'default': 'recent'}}}}, {'name': 'get_stock_analysis', 'description': "\n 提供基于数据的股票分析报告,而非投资建议。\n\n Args:\n code: 股票代码,如'sh.600000'\n analysis_type: 分析类型,可选'fundamental'(基本面)、'technical'(技术面)或'comprehensive'(综合)\n\n Returns:\n 数据驱动的分析报告,包含关键财务指标、历史表现和同行业比较\n ", 'inputSchema': {'type': 'object', 'title': 'get_stock_analysisArguments', 'required': ['code'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'analysis_type': {'type': 'string', 'title': 'Analysis Type', 'default': 'fundamental'}}}}] |
@kinglionsz/mcp-geo | EdgeOne Geo Location Server | Provide AI models with real-time user geolocation data by integrating EdgeOne Pages Functions with the Model Context Protocol. Enable seamless access to location information through a dedicated MCP tool, enhancing context-aware AI interactions. Simplify deployment and usage with ready-to-use configurations for MCP servers. | 2025-05-03T04:01:07.034Z | 0 | https://smithery.ai/server/@kinglionsz/mcp-geo | true | null | null | [{'name': 'get_geolocation', 'annotations': {}, 'description': "Get the user's geolocation information", 'inputSchema': {'type': 'object'}}] |
@terryso/tv-recommender-mcp-server | TV Show Recommender | Provide personalized TV show recommendations by genre, find similar shows, and retrieve detailed show information. Leverage up-to-date data from TMDb to enhance your viewing choices. Seamlessly integrate with MCP-compatible clients for interactive TV show discovery. | 2025-05-04T14:07:22.322Z | 0 | https://smithery.ai/server/@terryso/tv-recommender-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'get_recommendations_by_genre', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['genre'], 'properties': {'genre': {'type': 'string', 'description': '电视剧类型,如"喜剧"、"科幻"、"悬疑"等,支持中英文'}}, 'additionalProperties': False}}, {'name': 'get_similar_shows', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['show_title'], 'properties': {'show_title': {'type': 'string', 'description': '剧集名称,如"怪奇物语"、"绝命毒师"等'}}, 'additionalProperties': False}}, {'name': 'get_show_details', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['show_title'], 'properties': {'show_title': {'type': 'string', 'description': '剧集名称,用于获取详细信息'}}, 'additionalProperties': False}}, {'name': 'get_watch_providers', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['show_title'], 'properties': {'show_title': {'type': 'string', 'description': '剧集名称,如"怪奇物语"、"绝命毒师"等'}, 'country_code': {'type': 'string', 'description': '可选的国家/地区代码,如"US"、"CN"等,默认为"US"'}}, 'additionalProperties': False}}, {'name': 'discover_shows', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'number', 'description': '页码,默认为1'}, 'sort_by': {'type': 'string', 'description': '排序方式,如"popularity.desc"'}, 'with_genres': {'type': 'array', 'items': {'type': 'string'}, 'description': '类型数组,如["喜剧", "科幻"]'}, 'with_keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': '关键词数组,如["机器人", "太空"]'}, 'with_networks': {'type': 'array', 'items': {'type': 'number'}, 'description': '电视网络ID数组,如[213]表示Netflix'}, 'vote_average_gte': {'type': 'number', 'description': '最低评分,如8.0'}, 'first_air_date_year': {'type': 'number', 'description': '首播年份,如2022'}, 'with_original_language': {'type': 'string', 'description': '原始语言,如"en"表示英语'}}, 'additionalProperties': False}}, {'name': 'find_shows_by_actor', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['actor_name'], 'properties': {'actor_name': {'type': 'string', 'description': '演员名称,如"布莱恩·科兰斯顿"、"安东尼·斯塔尔"等'}}, 'additionalProperties': False}}, {'name': 'get_recommendations_by_actor', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['actor_name'], 'properties': {'limit': {'type': 'number', 'default': 10, 'description': '返回结果数量限制,默认为10'}, 'actor_name': {'type': 'string', 'description': '演员名称,如"布莱恩·科兰斯顿"、"安东尼·斯塔尔"等'}}, 'additionalProperties': False}}, {'name': 'get_actor_details_and_credits', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['actor_name'], 'properties': {'actor_name': {'type': 'string', 'description': '演员名称,如"布莱恩·科兰斯顿"、"安东尼·斯塔尔"等'}}, 'additionalProperties': False}}, {'name': 'get_show_reviews', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['show_title'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': '页码,默认为1'}, 'show_title': {'type': 'string', 'description': '剧集名称,用于获取评论'}}, 'additionalProperties': False}}, {'name': 'get_popular_shows', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'number', 'default': 1, 'description': '页码,默认为1'}}, 'additionalProperties': False}}, {'name': 'get_trending_shows', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'number', 'default': 1, 'description': '页码,默认为1'}, 'time_window': {'enum': ['day', 'week'], 'type': 'string', 'default': 'week', 'description': '时间窗口,day表示日趋势,week表示周趋势,默认为week'}}, 'additionalProperties': False}}, {'name': 'get_show_videos', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['show_title'], 'properties': {'show_title': {'type': 'string', 'description': '剧集名称,用于获取预告片和视频'}}, 'additionalProperties': False}}] |
@maximilien/omi-uber-mcp | Omi Uber MCP Server | Connect your Omi devices to Uber services seamlessly. Enable your devices to interact with Uber's API for enhanced functionality and convenience. | 2025-03-15T20:20:48.361Z | 0 | https://smithery.ai/server/@maximilien/omi-uber-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_alerts', 'description': 'Get weather alerts for a US state.\n\n Args:\n state: Two-letter US state code (e.g. CA, NY)\n ', 'inputSchema': {'type': 'object', 'title': 'get_alertsArguments', 'required': ['state'], 'properties': {'state': {'type': 'string', 'title': 'State'}}}}, {'name': 'get_forecast', 'description': 'Get weather forecast for a location.\n\n Args:\n latitude: Latitude of the location\n longitude: Longitude of the location\n ', 'inputSchema': {'type': 'object', 'title': 'get_forecastArguments', 'required': ['latitude', 'longitude'], 'properties': {'latitude': {'type': 'number', 'title': 'Latitude'}, 'longitude': {'type': 'number', 'title': 'Longitude'}}}}] |
@auchenberg/claude-code-mcp | Claude Code MCP Server | Leverage powerful software engineering capabilities through a standardized interface. Execute shell commands, analyze code, and manage files seamlessly. Enhance your development workflow with integrated tools and resources. | 2025-03-09T07:01:12.322Z | 8,559 | https://smithery.ai/server/@auchenberg/claude-code-mcp | false | null | {
"scanPassed": true
} | [{'name': 'bash', 'description': 'Execute a shell command', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['command'], 'properties': {'command': {'type': 'string', 'description': 'The shell command to execute'}, 'timeout': {'type': 'number', 'description': 'Optional timeout in milliseconds (max 600000)'}}, 'additionalProperties': False}}, {'name': 'readFile', 'description': 'Read a file from the local filesystem', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['file_path'], 'properties': {'limit': {'type': 'number', 'description': 'The number of lines to read'}, 'offset': {'type': 'number', 'description': 'The line number to start reading from'}, 'file_path': {'type': 'string', 'description': 'The absolute path to the file to read'}}, 'additionalProperties': False}}, {'name': 'listFiles', 'description': 'Lists files and directories in a given path', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'The absolute path to the directory to list'}}, 'additionalProperties': False}}, {'name': 'searchGlob', 'description': 'Search for files matching a pattern', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pattern'], 'properties': {'path': {'type': 'string', 'description': 'The directory to search in. Defaults to the current working directory.'}, 'pattern': {'type': 'string', 'description': 'The glob pattern to match files against'}}, 'additionalProperties': False}}, {'name': 'grep', 'description': 'Search for text in files', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pattern'], 'properties': {'path': {'type': 'string', 'description': 'The directory to search in. Defaults to the current working directory.'}, 'include': {'type': 'string', 'description': 'File pattern to include in the search (e.g. "*.js", "*.{ts,tsx}")'}, 'pattern': {'type': 'string', 'description': 'The regular expression pattern to search for in file contents'}}, 'additionalProperties': False}}, {'name': 'think', 'description': 'A tool for thinking through complex problems', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['thought'], 'properties': {'thought': {'type': 'string', 'description': 'Your thoughts'}}, 'additionalProperties': False}}, {'name': 'codeReview', 'description': 'Review code for bugs, security issues, and best practices', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['code'], 'properties': {'code': {'type': 'string', 'description': 'The code to review'}}, 'additionalProperties': False}}, {'name': 'editFile', 'description': 'Create or edit a file', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['file_path', 'content'], 'properties': {'content': {'type': 'string', 'description': 'The new content for the file'}, 'file_path': {'type': 'string', 'description': 'The absolute path to the file to edit'}}, 'additionalProperties': False}}] |
@MeterLong/mcp-doc | Docx Document Processing Service | Create, edit, and manage Word documents effortlessly using AI assistants. Streamline your document operations with natural language commands for a seamless editing experience. Enhance your productivity with powerful formatting, table processing, and layout control features. | 2025-03-15T16:38:12.221Z | 3,711 | https://smithery.ai/server/@MeterLong/mcp-doc | false | null | {
"scanPassed": true
} | [{'name': 'create_document', 'description': '\n Create a new Word document\n \n Parameters:\n - file_path: Document save path\n ', 'inputSchema': {'type': 'object', 'title': 'create_documentArguments', 'required': ['file_path'], 'properties': {'file_path': {'type': 'string', 'title': 'File Path'}}}}, {'name': 'open_document', 'description': '\n Open an existing Word document\n \n Parameters:\n - file_path: Path to the document to open\n ', 'inputSchema': {'type': 'object', 'title': 'open_documentArguments', 'required': ['file_path'], 'properties': {'file_path': {'type': 'string', 'title': 'File Path'}}}}, {'name': 'save_document', 'description': '\n Save the currently open Word document to the original file (update the original file)\n ', 'inputSchema': {'type': 'object', 'title': 'save_documentArguments', 'properties': {}}}, {'name': 'add_paragraph', 'description': '\n Add paragraph text to document\n \n Parameters:\n - text: Paragraph text content\n - bold: Whether to bold\n - italic: Whether to italicize\n - underline: Whether to underline\n - font_size: Font size (points)\n - font_name: Font name\n - color: Text color (format: #FF0000)\n - alignment: Alignment (left, center, right, justify)\n ', 'inputSchema': {'type': 'object', 'title': 'add_paragraphArguments', 'required': ['text'], 'properties': {'bold': {'type': 'boolean', 'title': 'Bold', 'default': False}, 'text': {'type': 'string', 'title': 'Text'}, 'color': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Color', 'default': None}, 'italic': {'type': 'boolean', 'title': 'Italic', 'default': False}, 'alignment': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Alignment', 'default': None}, 'font_name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Font Name', 'default': None}, 'font_size': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Font Size', 'default': None}, 'underline': {'type': 'boolean', 'title': 'Underline', 'default': False}}}}, {'name': 'add_heading', 'description': '\n Add heading to document\n \n Parameters:\n - text: Heading text\n - level: Heading level (1-9)\n ', 'inputSchema': {'type': 'object', 'title': 'add_headingArguments', 'required': ['text', 'level'], 'properties': {'text': {'type': 'string', 'title': 'Text'}, 'level': {'type': 'integer', 'title': 'Level'}}}}, {'name': 'add_table', 'description': '\n Add table to document\n \n Parameters:\n - rows: Number of rows\n - cols: Number of columns\n - data: Table data, two-dimensional array\n ', 'inputSchema': {'type': 'object', 'title': 'add_tableArguments', 'required': ['rows', 'cols'], 'properties': {'cols': {'type': 'integer', 'title': 'Cols'}, 'data': {'anyOf': [{'type': 'array', 'items': {}}, {'type': 'null'}], 'title': 'Data', 'default': None}, 'rows': {'type': 'integer', 'title': 'Rows'}}}}, {'name': 'get_document_info', 'description': '\n Get document information, including paragraph count, table count, styles, etc.\n ', 'inputSchema': {'type': 'object', 'title': 'get_document_infoArguments', 'properties': {}}}, {'name': 'search_text', 'description': '\n Search for text in the document\n \n Parameters:\n - keyword: Keyword to search for\n ', 'inputSchema': {'type': 'object', 'title': 'search_textArguments', 'required': ['keyword'], 'properties': {'keyword': {'type': 'string', 'title': 'Keyword'}}}}, {'name': 'search_and_replace', 'description': '\n Search and replace text in the document, providing detailed replacement information and preview options\n \n Parameters:\n - keyword: Keyword to search for\n - replace_with: Text to replace with\n - preview_only: Whether to only preview without actually replacing, default is False\n ', 'inputSchema': {'type': 'object', 'title': 'search_and_replaceArguments', 'required': ['keyword', 'replace_with'], 'properties': {'keyword': {'type': 'string', 'title': 'Keyword'}, 'preview_only': {'type': 'boolean', 'title': 'Preview Only', 'default': False}, 'replace_with': {'type': 'string', 'title': 'Replace With'}}}}, {'name': 'find_and_replace', 'description': '\n Find and replace text in the document\n \n Parameters:\n - find_text: Text to find\n - replace_text: Text to replace with\n ', 'inputSchema': {'type': 'object', 'title': 'find_and_replaceArguments', 'required': ['find_text', 'replace_text'], 'properties': {'find_text': {'type': 'string', 'title': 'Find Text'}, 'replace_text': {'type': 'string', 'title': 'Replace Text'}}}}, {'name': 'merge_table_cells', 'description': '\n Merge table cells\n \n Parameters:\n - table_index: Table index\n - start_row: Start row index\n - start_col: Start column index\n - end_row: End row index\n - end_col: End column index\n ', 'inputSchema': {'type': 'object', 'title': 'merge_table_cellsArguments', 'required': ['table_index', 'start_row', 'start_col', 'end_row', 'end_col'], 'properties': {'end_col': {'type': 'integer', 'title': 'End Col'}, 'end_row': {'type': 'integer', 'title': 'End Row'}, 'start_col': {'type': 'integer', 'title': 'Start Col'}, 'start_row': {'type': 'integer', 'title': 'Start Row'}, 'table_index': {'type': 'integer', 'title': 'Table Index'}}}}, {'name': 'split_table', 'description': '\n Split table into two tables at specified row\n \n Parameters:\n - table_index: Table index\n - row_index: Split table after this row\n ', 'inputSchema': {'type': 'object', 'title': 'split_tableArguments', 'required': ['table_index', 'row_index'], 'properties': {'row_index': {'type': 'integer', 'title': 'Row Index'}, 'table_index': {'type': 'integer', 'title': 'Table Index'}}}}, {'name': 'add_table_row', 'description': '\n Add a row to table\n \n Parameters:\n - table_index: Table index\n - data: Row data in list format\n ', 'inputSchema': {'type': 'object', 'title': 'add_table_rowArguments', 'required': ['table_index'], 'properties': {'data': {'anyOf': [{'type': 'array', 'items': {}}, {'type': 'null'}], 'title': 'Data', 'default': None}, 'table_index': {'type': 'integer', 'title': 'Table Index'}}}}, {'name': 'delete_table_row', 'description': '\n Delete a row from table\n \n Parameters:\n - table_index: Table index\n - row_index: Row index to delete\n ', 'inputSchema': {'type': 'object', 'title': 'delete_table_rowArguments', 'required': ['table_index', 'row_index'], 'properties': {'row_index': {'type': 'integer', 'title': 'Row Index'}, 'table_index': {'type': 'integer', 'title': 'Table Index'}}}}, {'name': 'edit_table_cell', 'description': '\n Edit table cell content\n \n Parameters:\n - table_index: Table index\n - row_index: Row index\n - col_index: Column index\n - text: Cell text\n ', 'inputSchema': {'type': 'object', 'title': 'edit_table_cellArguments', 'required': ['table_index', 'row_index', 'col_index', 'text'], 'properties': {'text': {'type': 'string', 'title': 'Text'}, 'col_index': {'type': 'integer', 'title': 'Col Index'}, 'row_index': {'type': 'integer', 'title': 'Row Index'}, 'table_index': {'type': 'integer', 'title': 'Table Index'}}}}, {'name': 'add_page_break', 'description': '\n Add page break\n ', 'inputSchema': {'type': 'object', 'title': 'add_page_breakArguments', 'properties': {}}}, {'name': 'set_page_margins', 'description': '\n Set page margins\n \n Parameters:\n - top: Top margin (cm)\n - bottom: Bottom margin (cm)\n - left: Left margin (cm)\n - right: Right margin (cm)\n ', 'inputSchema': {'type': 'object', 'title': 'set_page_marginsArguments', 'properties': {'top': {'anyOf': [{'type': 'number'}, {'type': 'null'}], 'title': 'Top', 'default': None}, 'left': {'anyOf': [{'type': 'number'}, {'type': 'null'}], 'title': 'Left', 'default': None}, 'right': {'anyOf': [{'type': 'number'}, {'type': 'null'}], 'title': 'Right', 'default': None}, 'bottom': {'anyOf': [{'type': 'number'}, {'type': 'null'}], 'title': 'Bottom', 'default': None}}}}, {'name': 'delete_paragraph', 'description': '\n Delete specified paragraph from document\n \n Parameters:\n - paragraph_index: Paragraph index to delete\n ', 'inputSchema': {'type': 'object', 'title': 'delete_paragraphArguments', 'required': ['paragraph_index'], 'properties': {'paragraph_index': {'type': 'integer', 'title': 'Paragraph Index'}}}}, {'name': 'delete_text', 'description': '\n Delete specified text from paragraph\n \n Parameters:\n - paragraph_index: Paragraph index\n - start_pos: Start position (0-based index)\n - end_pos: End position (not included in the text)\n ', 'inputSchema': {'type': 'object', 'title': 'delete_textArguments', 'required': ['paragraph_index', 'start_pos', 'end_pos'], 'properties': {'end_pos': {'type': 'integer', 'title': 'End Pos'}, 'start_pos': {'type': 'integer', 'title': 'Start Pos'}, 'paragraph_index': {'type': 'integer', 'title': 'Paragraph Index'}}}}, {'name': 'save_as_document', 'description': '\n Save current document as a new file\n \n Parameters:\n - new_file_path: Path to save the new file\n ', 'inputSchema': {'type': 'object', 'title': 'save_as_documentArguments', 'required': ['new_file_path'], 'properties': {'new_file_path': {'type': 'string', 'title': 'New File Path'}}}}, {'name': 'create_document_copy', 'description': '\n Create a copy of the current document in the directory of the original file\n \n Parameters:\n - suffix: Suffix to add to the original file name, default is "-副本"\n ', 'inputSchema': {'type': 'object', 'title': 'create_document_copyArguments', 'properties': {'suffix': {'type': 'string', 'title': 'Suffix', 'default': '-副本'}}}}, {'name': 'replace_section', 'description': '\n Find specified title in document and replace content under that title, keeping original position, format, and style\n \n Parameters:\n - section_title: Title text to find\n - new_content: New content list, each element is a paragraph\n - preserve_title: Whether to keep original title, default is True\n ', 'inputSchema': {'type': 'object', 'title': 'replace_sectionArguments', 'required': ['section_title', 'new_content'], 'properties': {'new_content': {'type': 'array', 'items': {}, 'title': 'New Content'}, 'section_title': {'type': 'string', 'title': 'Section Title'}, 'preserve_title': {'type': 'boolean', 'title': 'Preserve Title', 'default': True}}}}, {'name': 'edit_section_by_keyword', 'description': '\n Find paragraphs containing specified keyword and replace them and their surrounding content, keeping original position, format, and style\n \n Parameters:\n - keyword: Keyword to find\n - new_content: New content list, each element is a paragraph\n - section_range: Surrounding paragraph range to replace, default is 3\n ', 'inputSchema': {'type': 'object', 'title': 'edit_section_by_keywordArguments', 'required': ['keyword', 'new_content'], 'properties': {'keyword': {'type': 'string', 'title': 'Keyword'}, 'new_content': {'type': 'array', 'items': {}, 'title': 'New Content'}, 'section_range': {'type': 'integer', 'title': 'Section Range', 'default': 3}}}}] |
@oneshot-engineering/mcp-webresearch | Web Research Server | Bring real-time info into your conversations and easily research any topic. Utilize Google search integration, webpage content extraction, and session tracking to enhance your research capabilities. Capture screenshots and maintain a comprehensive record of your research sessions for better insights. | 2025-03-10T02:17:57.207Z | 2,449 | https://smithery.ai/server/@oneshot-engineering/mcp-webresearch | false | 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': {}}}] |
@eyaltoledano/claude-task-master | Task Master | An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. | 2025-04-06T17:00:53.229Z | 1,905 | https://smithery.ai/server/@eyaltoledano/claude-task-master | false | null | {
"scanPassed": true
} | [{'name': 'listTasks', 'description': 'List all tasks from Task Master', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectRoot'], 'properties': {'file': {'type': 'string', 'description': 'Path to the tasks file'}, 'status': {'type': 'string', 'description': 'Filter tasks by status'}, 'projectRoot': {'type': 'string', 'description': 'Root directory of the project (default: current working directory)'}, 'withSubtasks': {'type': 'boolean', 'description': 'Include subtasks in the response'}}, 'additionalProperties': False}}, {'name': 'showTask', 'description': 'Show detailed information about a specific task', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'projectRoot'], 'properties': {'id': {'type': 'string', 'description': 'Task ID to show'}, 'file': {'type': 'string', 'description': 'Path to the tasks file'}, 'projectRoot': {'type': 'string', 'description': 'Root directory of the project (default: current working directory)'}}, 'additionalProperties': False}}, {'name': 'setTaskStatus', 'description': 'Set the status of a task', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'status', 'projectRoot'], 'properties': {'id': {'type': 'string', 'description': 'Task ID (can be comma-separated for multiple tasks)'}, 'file': {'type': 'string', 'description': 'Path to the tasks file'}, 'status': {'type': 'string', 'description': 'New status (todo, in-progress, review, done)'}, 'projectRoot': {'type': 'string', 'description': 'Root directory of the project (default: current working directory)'}}, 'additionalProperties': False}}, {'name': 'expandTask', 'description': 'Break down a task into detailed subtasks', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'projectRoot'], 'properties': {'id': {'type': 'string', 'description': 'Task ID to expand'}, 'num': {'type': 'number', 'description': 'Number of subtasks to generate'}, 'file': {'type': 'string', 'description': 'Path to the tasks file'}, 'force': {'type': 'boolean', 'description': 'Force regeneration of subtasks for tasks that already have them'}, 'prompt': {'type': 'string', 'description': 'Additional context to guide subtask generation'}, 'research': {'type': 'boolean', 'description': 'Enable Perplexity AI for research-backed subtask generation'}, 'projectRoot': {'type': 'string', 'description': 'Root directory of the project (default: current working directory)'}}, 'additionalProperties': False}}, {'name': 'nextTask', 'description': 'Show the next task to work on based on dependencies and status', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectRoot'], 'properties': {'file': {'type': 'string', 'description': 'Path to the tasks file'}, 'projectRoot': {'type': 'string', 'description': 'Root directory of the project (default: current working directory)'}}, 'additionalProperties': False}}, {'name': 'addTask', 'description': 'Add a new task using AI', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt', 'projectRoot'], 'properties': {'file': {'type': 'string', 'description': 'Path to the tasks file'}, 'prompt': {'type': 'string', 'description': 'Description of the task to add'}, 'priority': {'type': 'string', 'description': 'Task priority (high, medium, low)'}, 'projectRoot': {'type': 'string', 'description': 'Root directory of the project (default: current working directory)'}, 'dependencies': {'type': 'string', 'description': 'Comma-separated list of task IDs this task depends on'}}, 'additionalProperties': False}}] |
@hellokaton/unsplash-mcp-server | Unsplash Search | A simple MCP server for searching and integrating Unsplash images into your applications with advanced filtering capabilities. | 2025-03-18T10:02:25.773Z | 1,090 | https://smithery.ai/server/@hellokaton/unsplash-mcp-server | false | {
"scanPassed": true
} | [{'name': 'search_photos', 'description': '\n Search for Unsplash photos\n \n Args:\n query: Search keyword\n page: Page number (1-based)\n per_page: Results per page (1-30)\n order_by: Sort method (relevant or latest)\n color: Color filter (black_and_white, black, white, yellow, orange, red, purple, magenta, green, teal, blue)\n orientation: Orientation filter (landscape, portrait, squarish)\n \n Returns:\n List[UnsplashPhoto]: List of search results containing photo objects with the following properties:\n - id: Unique identifier for the photo\n - description: Optional text description of the photo\n - urls: Dictionary of available image URLs in different sizes\n - width: Original image width in pixels\n - height: Original image height in pixels\n ', 'inputSchema': {'type': 'object', 'title': 'search_photosArguments', 'required': ['query'], 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'string'}], 'title': 'Page', 'default': 1}, 'color': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Color', 'default': None}, 'query': {'type': 'string', 'title': 'Query'}, 'order_by': {'type': 'string', 'title': 'Order By', 'default': 'relevant'}, 'per_page': {'anyOf': [{'type': 'integer'}, {'type': 'string'}], 'title': 'Per Page', 'default': 10}, 'orientation': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Orientation', 'default': None}}}}] |
|
@Arodoid/unitymcp | UnityMCP | Integrate AI assistants seamlessly into your Unity projects. Monitor editor states, execute commands in real-time, and manage logs efficiently to enhance your development workflow. | 2025-03-18T17:32:40.067Z | 670 | https://smithery.ai/server/@Arodoid/unitymcp | false | null | {
"scanPassed": true
} | [{'name': 'get_editor_state', 'tags': ['unity', 'editor', 'state', 'hierarchy', 'project'], 'returns': {'type': 'object', 'format': 'The response format varies based on the format parameter:\n- Raw: Full UnityEditorState object\n- scripts only: Array of script file paths\n- no scripts: UnityEditorState minus script-related fields', 'description': 'Returns a JSON object containing the requested editor state information'}, 'category': 'Editor State', 'examples': [{'input': {}, 'output': '{ "activeGameObjects": ["Main Camera", "Directional Light"], ... }', 'description': 'Get complete editor state'}, {'input': {'format': 'scripts only'}, 'output': '["Assets/Scripts/Player.cs", "Assets/Scripts/Enemy.cs"]', 'description': 'Get only script files'}], 'description': "Retrieve the current state of the Unity Editor, including active GameObjects, selection state, play mode status, scene hierarchy, and project structure. This tool provides a comprehensive snapshot of the editor's current context.", 'inputSchema': {'type': 'object', 'properties': {'format': {'enum': ['Raw', 'scripts only', 'no scripts'], 'type': 'string', 'default': 'Raw', 'description': 'Specify the output format:\n- Raw: Complete editor state including all available data\n- scripts only: Returns only the list of script files in the project\n- no scripts: Returns everything except script-related information'}}, 'additionalProperties': False}}, {'name': 'execute_editor_command', 'tags': ['unity', 'editor', 'command', 'c#', 'scripting'], 'returns': {'type': 'object', 'format': 'JSON object containing "result" and "logs" fields', 'description': 'Returns the execution result and any logs generated during execution'}, 'category': 'Editor Control', 'examples': [{'input': {'code': 'var selected = Selection.activeGameObject; if(selected != null) { selected.transform.position = Vector3.zero; }'}, 'output': '{ "result": true, "logs": ["[UnityMCP] Command executed successfully"] }', 'description': 'Center selected object'}], 'description': 'Execute arbitrary C# code within the Unity Editor context. This powerful tool allows for direct manipulation of the Unity Editor, GameObjects, components, and project assets using the Unity Editor API.', 'inputSchema': {'type': 'object', 'required': ['code'], 'properties': {'code': {'type': 'string', 'examples': ['Selection.activeGameObject.transform.position = Vector3.zero;', 'EditorApplication.isPlaying = !EditorApplication.isPlaying;'], 'minLength': 1, 'description': 'C# code to execute in the Unity Editor context. The code has access to all UnityEditor and UnityEngine APIs.'}}, 'additionalProperties': False}, 'errorHandling': {'scenarios': [{'error': 'Compilation error', 'handling': 'Returns compilation error details in logs'}, {'error': 'Runtime exception', 'handling': 'Returns exception details and stack trace'}, {'error': 'Timeout', 'handling': 'Command execution timeout after 5 seconds'}], 'description': 'Common error scenarios and their handling:'}}, {'name': 'get_logs', 'tags': ['unity', 'editor', 'logs', 'debugging', 'console'], 'returns': {'type': 'array', 'format': 'Array of objects containing requested log entry fields', 'description': 'Returns an array of log entries matching the specified filters'}, 'category': 'Debugging', 'examples': [{'input': {'count': 10, 'types': ['Error', 'Exception'], 'fields': ['message', 'timestamp']}, 'output': '[{"message": "NullReferenceException", "timestamp": "2024-01-14T12:00:00Z"}, ...]', 'description': 'Get recent error logs'}, {'input': {'fields': ['message', 'logType'], 'messageContains': 'Player'}, 'output': '[{"message": "Player position updated", "logType": "Log"}, ...]', 'description': 'Search logs for specific message'}], 'description': 'Retrieve and filter Unity Editor logs with comprehensive filtering options. This tool provides access to editor logs, console messages, warnings, errors, and exceptions with powerful filtering capabilities.', 'inputSchema': {'type': 'object', 'properties': {'count': {'type': 'number', 'default': 100, 'maximum': 1000, 'minimum': 1, 'description': 'Maximum number of log entries to return'}, 'types': {'type': 'array', 'items': {'enum': ['Log', 'Warning', 'Error', 'Exception'], 'type': 'string', 'description': 'Log entry types to include'}, 'examples': [['Error', 'Exception'], ['Log', 'Warning']], 'description': 'Filter logs by type. If not specified, all types are included.'}, 'fields': {'type': 'array', 'items': {'enum': ['message', 'stackTrace', 'logType', 'timestamp'], 'type': 'string'}, 'examples': [['message', 'logType'], ['message', 'stackTrace', 'timestamp']], 'description': 'Specify which fields to include in the output. If not specified, all fields are included.'}, 'timestampAfter': {'type': 'string', 'format': 'date-time', 'example': '2024-01-14T00:00:00Z', 'description': 'Filter logs after this ISO timestamp (inclusive)'}, 'messageContains': {'type': 'string', 'minLength': 1, 'description': 'Filter logs to only include entries where the message contains this string (case-sensitive)'}, 'timestampBefore': {'type': 'string', 'format': 'date-time', 'example': '2024-01-14T23:59:59Z', 'description': 'Filter logs before this ISO timestamp (inclusive)'}, 'stackTraceContains': {'type': 'string', 'minLength': 1, 'description': 'Filter logs to only include entries where the stack trace contains this string (case-sensitive)'}}, 'additionalProperties': False}}] |
@Streen9/react-mcp | React MCP | Enable Claude AI to manage and interact with React applications seamlessly. | 2025-02-26T07:08:20.176Z | 560 | https://smithery.ai/server/@Streen9/react-mcp | false | null | {
"scanPassed": true
} | [{'name': 'create-react-app', 'description': 'Create a new React application', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the React app'}, 'template': {'type': 'string', 'description': 'Template to use (e.g., typescript, cra-template-pwa)'}, 'directory': {'type': 'string', 'description': 'Base directory to create the app in (defaults to home directory)'}}}}, {'name': 'run-react-app', 'description': 'Run a React application in development mode', 'inputSchema': {'type': 'object', 'required': ['projectPath'], 'properties': {'projectPath': {'type': 'string', 'description': 'Path to the React project folder'}}}}, {'name': 'run-command', 'description': 'Run a terminal command', 'inputSchema': {'type': 'object', 'required': ['command'], 'properties': {'command': {'type': 'string', 'description': 'Command to execute'}, 'directory': {'type': 'string', 'description': 'Directory to run the command in (defaults to current directory)'}}}}, {'name': 'get-process-output', 'description': 'Get the output from a running or completed process', 'inputSchema': {'type': 'object', 'required': ['processId'], 'properties': {'processId': {'type': 'string', 'description': 'ID of the process to get output from'}}}}, {'name': 'stop-process', 'description': 'Stop a running process', 'inputSchema': {'type': 'object', 'required': ['processId'], 'properties': {'processId': {'type': 'string', 'description': 'ID of the process to stop'}}}}, {'name': 'list-processes', 'description': 'List all running processes', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'edit-file', 'description': 'Create or edit a file', 'inputSchema': {'type': 'object', 'required': ['filePath', 'content'], 'properties': {'content': {'type': 'string', 'description': 'Content to write to the file'}, 'filePath': {'type': 'string', 'description': 'Path to the file to edit'}}}}, {'name': 'read-file', 'description': 'Read the contents of a file', 'inputSchema': {'type': 'object', 'required': ['filePath'], 'properties': {'filePath': {'type': 'string', 'description': 'Path to the file to read'}}}}, {'name': 'install-package', 'description': 'Install a npm package in a project', 'inputSchema': {'type': 'object', 'required': ['packageName'], 'properties': {'dev': {'type': 'boolean', 'description': 'Whether to install as a dev dependency'}, 'directory': {'type': 'string', 'description': 'Directory of the project (defaults to current directory)'}, 'packageName': {'type': 'string', 'description': 'Name of the package to install (can include version)'}}}}] |
@famano/mcp-server-office | Server Office | Read and write Microsoft Word (docx) files effortlessly. Utilize powerful tools to manipulate document content, including editing paragraphs and inserting new text. Enhance your document processing capabilities with a simple command-line interface. | 2025-03-11T11:01:03.520Z | 457 | https://smithery.ai/server/@famano/mcp-server-office | false | null | {
"scanPassed": true
} | [{'name': 'read_docx', 'description': "Read complete contents of a docx file including tables and images.Use this tool when you want to read file endswith '.docx'.Paragraphs are separated with two line breaks.This tool convert images into placeholder [Image].'--- Paragraph [number] ---' is indicator of each paragraph.", 'inputSchema': {'type': 'object', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'Absolute path to target file'}}}}, {'name': 'edit_docx_paragraph', 'description': 'Make text replacements in specified paragraphs of a docx file. Accepts a list of edits with paragraph index and search/replace pairs. Each edit operates on a single paragraph and preserves the formatting of the first run. Returns a git-style diff showing the changes made. Only works within allowed directories.', 'inputSchema': {'type': 'object', 'required': ['path', 'edits'], 'properties': {'path': {'type': 'string', 'description': 'Absolute path to file to edit. It should be under your current working directory.'}, 'edits': {'type': 'array', 'items': {'type': 'object', 'required': ['paragraph_index', 'search', 'replace'], 'properties': {'search': {'type': 'string', 'description': 'Text to find within the specified paragraph. The search is performed only within the target paragraph. Escape line break when you input multiple lines.'}, 'replace': {'type': 'string', 'description': 'Text to replace the search string with. The formatting of the first run in the paragraph will be applied to the entire replacement text. Empty string represents deletion. Escape line break when you input multiple lines.'}, 'paragraph_index': {'type': 'integer', 'description': '0-based index of the paragraph to edit. tips: whole table is count as one paragraph.'}}}, 'description': 'Sequence of edits to apply to specific paragraphs.'}}}}, {'name': 'write_docx', 'description': 'Create a new docx file with given content.Editing exisiting docx file with this tool is not recomended.', 'inputSchema': {'type': 'object', 'required': ['path', 'content'], 'properties': {'path': {'type': 'string', 'description': 'Absolute path to target file. It should be under your current working directory.'}, 'content': {'type': 'string', 'description': "Content to write to the file. Two line breaks in content represent new paragraph.Table should starts with [Table], and separated with '|'.Escape line break when you input multiple lines."}}}}, {'name': 'edit_docx_insert', 'description': 'Insert new paragraphs into a docx file. Accepts a list of inserts with text and optional paragraph index. Each insert creates a new paragraph at the specified position. If paragraph_index is not specified, the paragraph is added at the end. When multiple inserts target the same paragraph_index, they are inserted in order. Returns a git-style diff showing the changes made.', 'inputSchema': {'type': 'object', 'required': ['path', 'inserts'], 'properties': {'path': {'type': 'string', 'description': 'Absolute path to file to edit. It should be under your current working directory.'}, 'inserts': {'type': 'array', 'items': {'type': 'object', 'required': ['text'], 'properties': {'text': {'type': 'string', 'description': 'Text to insert as a new paragraph.'}, 'paragraph_index': {'type': 'integer', 'description': '0-based index of the paragraph before which to insert. If not specified, insert at the end.'}}}, 'description': 'Sequence of paragraphs to insert.'}}}}] |
@m-ahmed-elbeskeri/ultimatecodermcp | UltimateCoder | Transform your local machine into a powerful code command center. Automate file handling, run terminal commands, and leverage AI to enhance your development workflows—all securely and instantly, without cloud latency. Perfect for developers and automation architects looking to streamline their processes. | 2025-04-07T07:01:24.910Z | 375 | https://smithery.ai/server/@m-ahmed-elbeskeri/ultimatecodermcp | false | null | {
"scanPassed": true
} | [{'name': 'tool_process_files', 'description': "\n Process multiple files asynchronously with progress updates.\n\n **When to use 'tool_process_files':**\n 1. You want to read and process a batch of files in sequence while reporting progress.\n\n **Parameters**:\n - files: List[str]\n A list of file paths.\n - ctx: Context\n The FastMCP context for logging and progress updates.\n\n **Behavior**:\n - Reads each file, logs how many characters were read, or logs an error.\n - Reports incremental progress for each file.\n\n Returns:\n - A summary of the results for each file.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_process_filesArguments', 'required': ['files'], 'properties': {'files': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Files'}}}}, {'name': 'tool_list_files', 'description': "\n List the contents of a directory, optionally recursively.\n\n **When to use 'tool_list_files':**\n 1. You want a simple directory listing with type info ([DIR], [FILE]).\n 2. You can optionally traverse subdirectories with `recursive=True`.\n\n **Parameters**:\n - directory_path: str (default=None)\n The path of the directory to list. If None, uses current working directory.\n - recursive: bool (default=False)\n Whether to recurse into subdirectories.\n\n **Error Handling**:\n - Returns an error if the path is not a directory.\n - If an exception arises, returns the error message.\n\n Returns:\n - A newline-separated list of entries, each prefixed with [FILE] or [DIR].\n ", 'inputSchema': {'type': 'object', 'title': 'tool_list_filesArguments', 'properties': {'recursive': {'type': 'boolean', 'title': 'Recursive', 'default': False}, 'directory_path': {'type': 'string', 'title': 'Directory Path', 'default': None}}}}, {'name': 'tool_read_file', 'description': "\n Read a file (text or image) from disk, optionally returning metadata.\n\n **When to use 'tool_read_file':**\n 1. You need to retrieve file contents as plain text or base64 (for images).\n 2. You might also want metadata like MIME type.\n\n **Parameters**:\n - file_path: str \n Path to the file to read.\n - return_metadata: bool (default=False) \n If True, returns a dict with content, mime_type, is_image.\n\n **Error Handling**:\n - Returns a string with the error if something fails.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_read_fileArguments', 'required': ['file_path'], 'properties': {'file_path': {'type': 'string', 'title': 'File Path'}, 'return_metadata': {'type': 'boolean', 'title': 'Return Metadata', 'default': False}}}}, {'name': 'tool_write_file', 'description': "\n Overwrite a file's content with new text.\n\n **When to use 'tool_write_file':**\n 1. You want to replace a file entirely with new content.\n\n **Parameters**:\n - file_path: str\n Target file path.\n - content: str\n New text content to write.\n\n **Error Handling**:\n - Returns error messages on I/O failure.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_write_fileArguments', 'required': ['file_path', 'content'], 'properties': {'content': {'type': 'string', 'title': 'Content'}, 'file_path': {'type': 'string', 'title': 'File Path'}}}}, {'name': 'tool_delete_path', 'description': "\n Delete a file or directory (recursively).\n\n **When to use 'tool_delete_path':**\n 1. You want to remove a file or folder from the filesystem.\n\n **Parameters**:\n - path_to_delete: str \n The path to remove.\n\n **Error Handling**:\n - Returns a message if path does not exist or if deletion fails.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_delete_pathArguments', 'required': ['path_to_delete'], 'properties': {'path_to_delete': {'type': 'string', 'title': 'Path To Delete'}}}}, {'name': 'tool_move_file', 'description': "\n Move or rename a file or directory.\n\n **When to use 'tool_move_file':**\n 1. You want to rename a file or relocate it in the filesystem.\n\n **Parameters**:\n - source_path: str\n The current file or folder path.\n - destination_path: str\n The new location/path.\n\n **Error Handling**:\n - Returns an error string if operation fails.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_move_fileArguments', 'required': ['source_path', 'destination_path'], 'properties': {'source_path': {'type': 'string', 'title': 'Source Path'}, 'destination_path': {'type': 'string', 'title': 'Destination Path'}}}}, {'name': 'tool_search_files', 'description': "\n Search for filenames matching a pattern under a given root directory.\n\n **When to use 'tool_search_files':**\n 1. You need to locate all files with a given extension or wildcard (e.g., '*.cpp').\n\n **Parameters**:\n - root_path: str\n Directory to start searching.\n - pattern: str\n Filename pattern (glob) to match.\n\n **Error Handling**:\n - Returns an error if the path is invalid or not a directory.\n\n Returns:\n - A list of matching file paths, or 'No matches found.' if none.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_search_filesArguments', 'required': ['root_path', 'pattern'], 'properties': {'pattern': {'type': 'string', 'title': 'Pattern'}, 'root_path': {'type': 'string', 'title': 'Root Path'}}}}, {'name': 'tool_get_file_info', 'description': "\n Return metadata about a file (size, timestamps, type, permissions).\n\n **When to use 'tool_get_file_info':**\n 1. You need quick stats about a file, like creation time or size.\n\n **Parameters**:\n - file_path: str\n Path to the file.\n\n **Error Handling**:\n - Returns an error if the path doesn't exist or can't be accessed.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_get_file_infoArguments', 'required': ['file_path'], 'properties': {'file_path': {'type': 'string', 'title': 'File Path'}}}}, {'name': 'tool_read_multiple_files', 'description': "\n Read multiple files, returning content & metadata for each.\n\n **When to use 'tool_read_multiple_files':**\n 1. You have a list of files and need to read them all, possibly images too.\n\n **Parameters**:\n - paths: List[str]\n A list of file paths to read.\n\n **Error Handling**:\n - Returns an error if any file cannot be read.\n - Continues reading subsequent files if possible.\n\n Returns:\n - A stringified dictionary mapping each path to its metadata.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_read_multiple_filesArguments', 'required': ['paths'], 'properties': {'paths': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Paths'}}}}, {'name': 'tool_create_directory', 'description': "\n Recursively create a directory.\n\n **When to use 'tool_create_directory':**\n 1. You want to ensure a folder (and its parents) exist before writing files.\n\n **Parameters**:\n - dir_path: str\n The directory path to create.\n\n **Error Handling**:\n - Returns an error if creation fails (e.g., permission issues).\n ", 'inputSchema': {'type': 'object', 'title': 'tool_create_directoryArguments', 'required': ['dir_path'], 'properties': {'dir_path': {'type': 'string', 'title': 'Dir Path'}}}}, {'name': 'tool_run_command', 'description': "\n Execute a shell command locally, capturing output and exit code.\n\n **When to use 'tool_run_command':**\n 1. You want to run a system command (shell) and get full stdout/stderr back.\n\n **Parameters**:\n - command: str\n The shell command to execute.\n\n **Error Handling**:\n - Returns an error message if execution fails or times out.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_run_commandArguments', 'required': ['command'], 'properties': {'command': {'type': 'string', 'title': 'Command'}}}}, {'name': 'tool_diff_files', 'description': "\n Produce a unified diff between two text files.\n\n **When to use 'tool_diff_files':**\n 1. You want to quickly see changes between two versions of a file.\n\n **Parameters**:\n - file1: str\n Path to the original file.\n - file2: str\n Path to the updated file.\n\n **Error Handling**:\n - Returns an error if reading fails or if binary files are encountered.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_diff_filesArguments', 'required': ['file1', 'file2'], 'properties': {'file1': {'type': 'string', 'title': 'File1'}, 'file2': {'type': 'string', 'title': 'File2'}}}}, {'name': 'tool_replace_line', 'description': "\n Replace a specific line in a file (1-based index).\n\n **When to use 'tool_replace_line':**\n 1. You only need to change one line in a text file.\n\n **Parameters**:\n - file_path: str\n Path to the file.\n - line_number: int\n 1-based line number to replace.\n - new_line: str\n The new line text.\n\n **Error Handling**:\n - Returns an error if the line_number is out of range or if I/O fails.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_replace_lineArguments', 'required': ['file_path', 'line_number', 'new_line'], 'properties': {'new_line': {'type': 'string', 'title': 'New Line'}, 'file_path': {'type': 'string', 'title': 'File Path'}, 'line_number': {'type': 'integer', 'title': 'Line Number'}}}}, {'name': 'tool_replace_block', 'description': '\n Replace a multi-line block of text within a file, optionally using regex for advanced matching.\n\n **When to use \'tool_replace_block\':**\n 1. You need to replace a chunk of text that is less than ~30% of the file\'s content.\n (For bigger edits, consider a complete file replacement or patch approach.)\n 2. A smaller, line-level edit or single-string search/replace won\'t suffice.\n 3. You want to ensure the entire matching context is replaced in one go, especially with multi-line changes.\n\n **Parameters**:\n - file_path: str \n Path to the file you want to edit.\n - search_block: str \n The exact block or regex pattern to match.\n - replacement_block: str \n The text that will overwrite the matched block.\n - use_regex: bool (default=False) \n If True, interpret search_block as a regex in DOTALL mode.\n\n **Error Handling**:\n - Returns an error if the block is not found or if multiple matches exist (can\'t disambiguate).\n - Overwrites the first or unique match only.\n\n **Cautions**:\n - If the file changes drastically (>30%), consider a complete replacement or patch approach.\n - If you only need to fix a single line, see `tool_replace_line`.\n - For small single-string edits, try `tool_search_replace`.\n\n **Examples**:\n 1) Non-Regex:\n {\n "file_path": "path/to/code.py",\n "search_block": "oldFunction()\\n pass",\n "replacement_block": "newFunction()\\n print(\'Hello\')",\n "use_regex": false\n }\n\n 2) Regex:\n {\n "file_path": "path/to/config.json",\n "search_block": ""version": \\d+",\n "replacement_block": ""version": 42",\n "use_regex": true\n }\n\n Returns:\n - Success or error message.\n ', 'inputSchema': {'type': 'object', 'title': 'tool_replace_blockArguments', 'required': ['file_path', 'search_block', 'replacement_block'], 'properties': {'file_path': {'type': 'string', 'title': 'File Path'}, 'use_regex': {'type': 'boolean', 'title': 'Use Regex', 'default': False}, 'search_block': {'type': 'string', 'title': 'Search Block'}, 'replacement_block': {'type': 'string', 'title': 'Replacement Block'}}}}, {'name': 'tool_apply_patch', 'description': "\n Apply a unified diff patch using the system's patch command with strict context matching.\n\n **When to use 'tool_apply_patch':**\n 1. You have a unified diff that must match exactly (no fuzz) to apply changes.\n\n **Parameters**:\n - patch_text: str\n The unified diff text.\n\n **Error Handling**:\n - Returns error if `patch` is unavailable or if the patch fails to apply.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_apply_patchArguments', 'required': ['patch_text'], 'properties': {'patch_text': {'type': 'string', 'title': 'Patch Text'}}}}, {'name': 'tool_list_processes', 'description': "\n List current system processes.\n\n **When to use 'tool_list_processes':**\n 1. You want to see a snapshot of what's running on the system.\n\n Returns:\n - A string containing the output of tasklist or ps aux.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_list_processesArguments', 'properties': {}}}, {'name': 'tool_kill_process', 'description': "\n Kill a process by PID using signal 9 (force kill).\n\n **When to use 'tool_kill_process':**\n 1. You need to forcibly stop a process that won't respond otherwise.\n\n **Parameters**:\n - pid: int\n The PID of the process to kill.\n\n **Error Handling**:\n - Returns an error if the kill operation fails.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_kill_processArguments', 'required': ['pid'], 'properties': {'pid': {'type': 'integer', 'title': 'Pid'}}}}, {'name': 'tool_search_code', 'description': '\n Search file contents for a text or regex pattern, using ripgrep if available.\n\n **When to use \'tool_search_code\':**\n 1. You want to locate lines in code matching a pattern across multiple files.\n 2. You can limit search scope with filename patterns, case sensitivity, etc.\n\n **Parameters**:\n - rootPath: str \n The directory to start searching in.\n - pattern: str \n The text/regex pattern to find.\n - filePattern: str (default="")\n A file name filter (e.g., "*.py").\n - ignoreCase: bool (default=True)\n Case-insensitive match if True.\n - maxResults: int (default=1000)\n The maximum number of matches to return.\n - includeHidden: bool (default=False)\n Whether to also search hidden files.\n - contextLines: int (default=0)\n Number of lines of context around each match.\n\n **Error Handling**:\n - If ripgrep is missing or fails, it falls back to a Python-based search.\n\n Returns:\n - A list of matches, each line in the format "file (Line X): match".\n - Or \'No matches found.\' if none.\n ', 'inputSchema': {'type': 'object', 'title': 'tool_search_codeArguments', 'required': ['rootPath', 'pattern'], 'properties': {'pattern': {'type': 'string', 'title': 'Pattern'}, 'rootPath': {'type': 'string', 'title': 'Rootpath'}, 'ignoreCase': {'type': 'boolean', 'title': 'Ignorecase', 'default': True}, 'maxResults': {'type': 'integer', 'title': 'Maxresults', 'default': 1000}, 'filePattern': {'type': 'string', 'title': 'Filepattern', 'default': ''}, 'contextLines': {'type': 'integer', 'title': 'Contextlines', 'default': 0}, 'includeHidden': {'type': 'boolean', 'title': 'Includehidden', 'default': False}}}}, {'name': 'tool_search_replace', 'description': "\n Perform a single-target search and replace in a file.\n\n **When to use 'tool_search_replace':**\n 1. You want to replace the first occurrence of a string in a file.\n 2. For multi-line changes, consider `tool_replace_block`.\n\n **Parameters**:\n - filePath: str\n The file to edit.\n - search: str\n The substring to look for.\n - replace: str\n The new substring to insert.\n\n **Error Handling**:\n - Returns an error if the substring is not found.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_search_replaceArguments', 'required': ['filePath', 'search', 'replace'], 'properties': {'search': {'type': 'string', 'title': 'Search'}, 'replace': {'type': 'string', 'title': 'Replace'}, 'filePath': {'type': 'string', 'title': 'Filepath'}}}}, {'name': 'tool_lint_json', 'description': "\n Validate if a file is valid JSON.\n\n **When to use 'tool_lint_json':**\n 1. You have a JSON file and want to ensure it has no syntax errors.\n\n **Parameters**:\n - file_path: str\n The JSON file path.\n\n **Error Handling**:\n - Returns 'Linting Error' with details if invalid.\n\n Returns:\n - 'Linting Passed' if the file is valid JSON.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_lint_jsonArguments', 'required': ['file_path'], 'properties': {'file_path': {'type': 'string', 'title': 'File Path'}}}}, {'name': 'tool_lint_python', 'description': "\n Lint a Python file using flake8 for style and syntax checks.\n\n **When to use 'tool_lint_python':**\n 1. You want quick warnings about code style or minor issues.\n\n **Parameters**:\n - file_path: str\n The .py file to check.\n\n **Error Handling**:\n - Returns an error message if flake8 cannot be run.\n\n Returns:\n - Lint results, or 'No linting issues found.' if clean.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_lint_pythonArguments', 'required': ['file_path'], 'properties': {'file_path': {'type': 'string', 'title': 'File Path'}}}}, {'name': 'tool_static_analysis_python', 'description': "\n Perform deeper static analysis on a Python file using pylint.\n\n **When to use 'tool_static_analysis_python':**\n 1. You want a more robust check for potential bugs and best practices.\n\n **Parameters**:\n - file_path: str\n The Python file to analyze.\n\n **Error Handling**:\n - If pylint fails, returns an error message.\n\n Returns:\n - Pylint's report, or 'No static analysis issues found.' if empty.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_static_analysis_pythonArguments', 'required': ['file_path'], 'properties': {'file_path': {'type': 'string', 'title': 'File Path'}}}}, {'name': 'tool_line_python_file', 'description': "\n Return a Python file's contents with line numbers.\n\n **When to use 'tool_line_python_file':**\n 1. You want to display file lines with indices before partial edits.\n\n **Parameters**:\n - file_path: str\n The Python file to number.\n\n **Error Handling**:\n - Returns an error if reading fails.\n ", 'inputSchema': {'type': 'object', 'title': 'tool_line_python_fileArguments', 'required': ['file_path'], 'properties': {'file_path': {'type': 'string', 'title': 'File Path'}}}}] |
@sonnylazuardi/cursor-talk-to-figma-mcp | Talk to Figma MCP | Integrate LLM/Cursor AI with Figma to read and modify designs programmatically. Enhance your design workflow by leveraging Cursor's capabilities to interact with Figma's design elements seamlessly. | 2025-03-20T22:01:33.060Z | 359 | https://smithery.ai/server/@sonnylazuardi/cursor-talk-to-figma-mcp | false | null | {
"scanPassed": true
} | [{'name': 'get_document_info', 'description': 'Get detailed information about the current Figma document', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_selection', 'description': 'Get information about the current selection in Figma', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_node_info', 'description': 'Get detailed information about a specific node in Figma', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['nodeId'], 'properties': {'nodeId': {'type': 'string', 'description': 'The ID of the node to get information about'}}, 'additionalProperties': False}}, {'name': 'create_rectangle', 'description': 'Create a new rectangle in Figma', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['x', 'y', 'width', 'height'], 'properties': {'x': {'type': 'number', 'description': 'X position'}, 'y': {'type': 'number', 'description': 'Y position'}, 'name': {'type': 'string', 'description': 'Optional name for the rectangle'}, 'width': {'type': 'number', 'description': 'Width of the rectangle'}, 'height': {'type': 'number', 'description': 'Height of the rectangle'}, 'parentId': {'type': 'string', 'description': 'Optional parent node ID to append the rectangle to'}}, 'additionalProperties': False}}, {'name': 'create_frame', 'description': 'Create a new frame in Figma', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['x', 'y', 'width', 'height'], 'properties': {'x': {'type': 'number', 'description': 'X position'}, 'y': {'type': 'number', 'description': 'Y position'}, 'name': {'type': 'string', 'description': 'Optional name for the frame'}, 'width': {'type': 'number', 'description': 'Width of the frame'}, 'height': {'type': 'number', 'description': 'Height of the frame'}, 'parentId': {'type': 'string', 'description': 'Optional parent node ID to append the frame to'}, 'fillColor': {'type': 'object', 'required': ['r', 'g', 'b'], 'properties': {'a': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Alpha component (0-1)'}, 'b': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Blue component (0-1)'}, 'g': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Green component (0-1)'}, 'r': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Red component (0-1)'}}, 'description': 'Fill color in RGBA format', 'additionalProperties': False}, 'strokeColor': {'type': 'object', 'required': ['r', 'g', 'b'], 'properties': {'a': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Alpha component (0-1)'}, 'b': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Blue component (0-1)'}, 'g': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Green component (0-1)'}, 'r': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Red component (0-1)'}}, 'description': 'Stroke color in RGBA format', 'additionalProperties': False}, 'strokeWeight': {'type': 'number', 'description': 'Stroke weight', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'create_text', 'description': 'Create a new text element in Figma', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['x', 'y', 'text'], 'properties': {'x': {'type': 'number', 'description': 'X position'}, 'y': {'type': 'number', 'description': 'Y position'}, 'name': {'type': 'string', 'description': 'Optional name for the text node by default following text'}, 'text': {'type': 'string', 'description': 'Text content'}, 'fontSize': {'type': 'number', 'description': 'Font size (default: 14)'}, 'parentId': {'type': 'string', 'description': 'Optional parent node ID to append the text to'}, 'fontColor': {'type': 'object', 'required': ['r', 'g', 'b'], 'properties': {'a': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Alpha component (0-1)'}, 'b': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Blue component (0-1)'}, 'g': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Green component (0-1)'}, 'r': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Red component (0-1)'}}, 'description': 'Font color in RGBA format', 'additionalProperties': False}, 'fontWeight': {'type': 'number', 'description': 'Font weight (e.g., 400 for Regular, 700 for Bold)'}}, 'additionalProperties': False}}, {'name': 'set_fill_color', 'description': 'Set the fill color of a node in Figma can be TextNode or FrameNode', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['nodeId', 'r', 'g', 'b'], 'properties': {'a': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Alpha component (0-1)'}, 'b': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Blue component (0-1)'}, 'g': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Green component (0-1)'}, 'r': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Red component (0-1)'}, 'nodeId': {'type': 'string', 'description': 'The ID of the node to modify'}}, 'additionalProperties': False}}, {'name': 'set_stroke_color', 'description': 'Set the stroke color of a node in Figma', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['nodeId', 'r', 'g', 'b'], 'properties': {'a': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Alpha component (0-1)'}, 'b': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Blue component (0-1)'}, 'g': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Green component (0-1)'}, 'r': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Red component (0-1)'}, 'nodeId': {'type': 'string', 'description': 'The ID of the node to modify'}, 'weight': {'type': 'number', 'description': 'Stroke weight', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'move_node', 'description': 'Move a node to a new position in Figma', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['nodeId', 'x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'New X position'}, 'y': {'type': 'number', 'description': 'New Y position'}, 'nodeId': {'type': 'string', 'description': 'The ID of the node to move'}}, 'additionalProperties': False}}, {'name': 'resize_node', 'description': 'Resize a node in Figma', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['nodeId', 'width', 'height'], 'properties': {'width': {'type': 'number', 'description': 'New width', 'exclusiveMinimum': 0}, 'height': {'type': 'number', 'description': 'New height', 'exclusiveMinimum': 0}, 'nodeId': {'type': 'string', 'description': 'The ID of the node to resize'}}, 'additionalProperties': False}}, {'name': 'delete_node', 'description': 'Delete a node from Figma', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['nodeId'], 'properties': {'nodeId': {'type': 'string', 'description': 'The ID of the node to delete'}}, 'additionalProperties': False}}, {'name': 'get_styles', 'description': 'Get all styles from the current Figma document', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_local_components', 'description': 'Get all local components from the Figma document', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'create_component_instance', 'description': 'Create an instance of a component in Figma', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['componentKey', 'x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'X position'}, 'y': {'type': 'number', 'description': 'Y position'}, 'componentKey': {'type': 'string', 'description': 'Key of the component to instantiate'}}, 'additionalProperties': False}}, {'name': 'export_node_as_image', 'description': 'Export a node as an image from Figma', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['nodeId'], 'properties': {'scale': {'type': 'number', 'description': 'Export scale', 'exclusiveMinimum': 0}, 'format': {'enum': ['PNG', 'JPG', 'SVG', 'PDF'], 'type': 'string', 'description': 'Export format'}, 'nodeId': {'type': 'string', 'description': 'The ID of the node to export'}}, 'additionalProperties': False}}, {'name': 'set_corner_radius', 'description': 'Set the corner radius of a node in Figma', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['nodeId', 'radius'], 'properties': {'nodeId': {'type': 'string', 'description': 'The ID of the node to modify'}, 'radius': {'type': 'number', 'minimum': 0, 'description': 'Corner radius value'}, 'corners': {'type': 'array', 'items': {'type': 'boolean'}, 'maxItems': 4, 'minItems': 4, 'description': 'Optional array of 4 booleans to specify which corners to round [topLeft, topRight, bottomRight, bottomLeft]'}}, 'additionalProperties': False}}, {'name': 'set_text_content', 'description': 'Set the text content of an existing text node in Figma', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['nodeId', 'text'], 'properties': {'text': {'type': 'string', 'description': 'New text content'}, 'nodeId': {'type': 'string', 'description': 'The ID of the text node to modify'}}, 'additionalProperties': False}}, {'name': 'join_channel', 'description': 'Join a specific channel to communicate with Figma', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'channel': {'type': 'string', 'default': '', 'description': 'The name of the channel to join'}}, 'additionalProperties': False}}] |
@burakdirin/mysqldb-mcp-server | MySQL MCP Server | An MCP server implementation that enables Claude AI to interact with MySQL databases. Features include secure database connections, query execution, read-only mode support, and multi-query capabilities. | 2025-03-17T20:40:07.043Z | 278 | https://smithery.ai/server/@burakdirin/mysqldb-mcp-server | false | null | {
"scanPassed": true
} | [{'name': 'connect_database', 'description': 'Connect to a specific MySQL database', 'inputSchema': {'type': 'object', 'title': 'connect_databaseArguments', 'required': ['database'], 'properties': {'database': {'type': 'string', 'title': 'Database'}}}}, {'name': 'execute_query', 'description': 'Execute MySQL queries', 'inputSchema': {'type': 'object', 'title': 'execute_queryArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}] |
@puchunjie/doc-tools | doc-tools-mcp | Manipulate Word documents effortlessly using natural language commands. Create, edit, and manage documents with advanced features like table creation and metadata management. Enhance your productivity by integrating document processing capabilities into your AI applications. | 2025-03-24T09:53:45.084Z | 141 | https://smithery.ai/server/@puchunjie/doc-tools | false | null | {
"scanPassed": true
} | [{'name': 'create_document', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath'], 'properties': {'title': {'type': 'string'}, 'author': {'type': 'string'}, 'filePath': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'open_document', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath'], 'properties': {'filePath': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'add_paragraph', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath', 'text'], 'properties': {'text': {'type': 'string'}, 'style': {'type': 'string'}, 'filePath': {'type': 'string'}, 'alignment': {'enum': ['left', 'center', 'right', 'start', 'end', 'both', 'mediumKashida', 'distribute', 'numTab', 'highKashida', 'lowKashida', 'thaiDistribute'], 'type': 'string'}}, 'additionalProperties': False}}, {'name': 'add_table', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath', 'rows', 'cols'], 'properties': {'cols': {'type': 'number'}, 'data': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'string'}}}, 'rows': {'type': 'number'}, 'headers': {'type': 'array', 'items': {'type': 'string'}}, 'filePath': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'search_and_replace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath', 'searchText', 'replaceText'], 'properties': {'filePath': {'type': 'string'}, 'matchCase': {'type': 'boolean'}, 'searchText': {'type': 'string'}, 'replaceText': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'set_page_margins', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath'], 'properties': {'top': {'type': 'number'}, 'left': {'type': 'number'}, 'right': {'type': 'number'}, 'bottom': {'type': 'number'}, 'filePath': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get_document_info', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath'], 'properties': {'filePath': {'type': 'string'}}, 'additionalProperties': False}}] |
@zannyonear1h1/my-sequential-thinking-mcp-server | Sequential Thinking Server | Enable structured sequential thinking to break down complex problems into logical steps, validate reasoning chains, and visualize thinking pathways. Manage and analyze reasoning patterns with seamless integration to a Memory Bank for storing and retrieving thought processes. Enhance problem-solving workflows with predefined reasoning templates and comprehensive tagging. | 2025-04-26T21:18:18.574Z | 122 | https://smithery.ai/server/@zannyonear1h1/my-sequential-thinking-mcp-server | false | null | {
"scanPassed": true
} | [{'name': 'create_thinking_chain', 'description': 'Create a new sequential thinking process with specified parameters', 'inputSchema': {'type': 'object', 'required': ['problem'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional tags to categorize this thinking chain'}, 'context': {'type': 'string', 'description': 'Additional context information'}, 'problem': {'type': 'string', 'description': 'Problem description'}, 'thinking_type': {'enum': ['analytical', 'creative', 'critical', 'systems', 'first-principles', 'divergent', 'convergent', 'inductive', 'deductive'], 'type': 'string', 'description': 'Type of thinking to apply (e.g., "analytical", "creative", "critical", "systems")'}}}}, {'name': 'add_thinking_step', 'description': 'Add a step to an existing thinking chain', 'inputSchema': {'type': 'object', 'required': ['chain_id', 'description', 'reasoning'], 'properties': {'chain_id': {'type': 'string', 'description': 'Identifier of the thinking chain'}, 'evidence': {'type': 'string', 'description': 'Supporting evidence for this step'}, 'reasoning': {'type': 'string', 'description': 'Reasoning for this step'}, 'confidence': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Confidence level (0-1)'}, 'description': {'type': 'string', 'description': 'Step description'}}}}, {'name': 'validate_step', 'description': 'Validate logical connections between steps', 'inputSchema': {'type': 'object', 'required': ['chain_id', 'step_id'], 'properties': {'step_id': {'type': 'string', 'description': 'Identifier of the step to validate'}, 'chain_id': {'type': 'string', 'description': 'Identifier of the thinking chain'}}}}, {'name': 'get_chain', 'description': 'Retrieve a complete thinking chain', 'inputSchema': {'type': 'object', 'required': ['chain_id'], 'properties': {'chain_id': {'type': 'string', 'description': 'Identifier of the thinking chain'}, 'include_metadata': {'type': 'boolean', 'default': False, 'description': 'Whether to include metadata in the response'}}}}, {'name': 'generate_visualization', 'description': 'Create visual representation of a thinking chain', 'inputSchema': {'type': 'object', 'required': ['chain_id'], 'properties': {'format': {'enum': ['mermaid', 'json', 'text'], 'type': 'string', 'default': 'mermaid', 'description': 'Format of visualization (mermaid, json, text)'}, 'options': {'type': 'object', 'description': 'Additional options for visualization'}, 'chain_id': {'type': 'string', 'description': 'Identifier of the thinking chain'}}}}, {'name': 'save_to_memory', 'description': 'Save a thinking chain to Memory Bank', 'inputSchema': {'type': 'object', 'required': ['chain_id', 'memory_name'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Tags for the memory'}, 'chain_id': {'type': 'string', 'description': 'Identifier of the thinking chain'}, 'memory_name': {'type': 'string', 'description': 'Name for the memory'}, 'update_active_context': {'type': 'boolean', 'default': False, 'description': 'Whether to update activeContext.md'}}}}, {'name': 'load_from_memory', 'description': 'Load a thinking chain from Memory Bank', 'inputSchema': {'type': 'object', 'required': ['memory_id'], 'properties': {'query': {'type': 'object', 'description': 'Search parameters if memory_id is not provided'}, 'memory_id': {'type': 'string', 'description': 'Identifier of the memory'}}}}, {'name': 'search_related_thinking', 'description': 'Find related thinking chains based on parameters', 'inputSchema': {'type': 'object', 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Tags to filter by'}, 'limit': {'type': 'number', 'default': 10, 'description': 'Maximum number of results to return'}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Keywords to search for'}, 'thinking_type': {'type': 'string', 'description': 'Type of thinking to filter by'}}}}, {'name': 'apply_template', 'description': 'Apply a reasoning template to current thinking', 'inputSchema': {'type': 'object', 'required': ['template_name', 'problem_context'], 'properties': {'customize': {'type': 'object', 'description': 'Custom parameters for the template'}, 'template_name': {'type': 'string', 'description': 'Name of the template to apply'}, 'problem_context': {'type': 'string', 'description': 'Context for the problem'}}}}] |
@anpigon/mcp-server-obsidian-omnisearch | Obsidian Omnisearch | Search through your Obsidian vault notes programmatically with ease. Integrate seamlessly with other services using a REST API to retrieve absolute paths to matching notes. Enhance your note-taking experience by leveraging powerful search capabilities. | 2025-03-10T21:00:50.916Z | 122 | https://smithery.ai/server/@anpigon/mcp-server-obsidian-omnisearch | false | null | {
"scanPassed": true
} | [{'name': 'obsidian_notes_search', 'description': 'Search Obsidian(옵시디언) notes and return absolute paths to the matching notes.\n The returned paths can be used with the read_note tool to view the note contents.', 'inputSchema': {'type': 'object', 'title': 'obsidian_notes_searchArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'read_note', 'description': 'Read and return the contents of an Obsidian note file.', 'inputSchema': {'type': 'object', 'title': 'read_noteArguments', 'required': ['filepath'], 'properties': {'filepath': {'type': 'string', 'title': 'Filepath'}}}}] |
@awslabs/nova-canvas-mcp-server | Amazon Nova Canvas MCP Server | Generate stunning images from text prompts or specific color palettes. Leverage AWS services for secure and efficient image creation, with customizable options to suit your needs. Save your creations directly to your workspace for easy access and management. | 2025-04-01T22:28:43.023Z | 86 | https://smithery.ai/server/@awslabs/nova-canvas-mcp-server | false | null | null | [{'name': 'generate_image', 'description': 'Generate an image using Amazon Nova Canvas with text prompt.\n\n This tool uses Amazon Nova Canvas to generate images based on a text prompt.\n The generated image will be saved to a file and the path will be returned.\n\n IMPORTANT FOR ASSISTANT: Always send the current workspace directory when calling this tool!\n The workspace_dir parameter should be set to the directory where the user is currently working\n so that images are saved to a location accessible to the user.\n\n ## Prompt Best Practices\n\n An effective prompt often includes short descriptions of:\n 1. The subject\n 2. The environment\n 3. (optional) The position or pose of the subject\n 4. (optional) Lighting description\n 5. (optional) Camera position/framing\n 6. (optional) The visual style or medium ("photo", "illustration", "painting", etc.)\n\n Do not use negation words like "no", "not", "without" in your prompt. Instead, use the\n negative_prompt parameter to specify what you don\'t want in the image.\n\n You should always include "people, anatomy, hands, low quality, low resolution, low detail" in your negative_prompt\n\n ## Example Prompts\n\n - "realistic editorial photo of female teacher standing at a blackboard with a warm smile"\n - "whimsical and ethereal soft-shaded story illustration: A woman in a large hat stands at the ship\'s railing looking out across the ocean"\n - "drone view of a dark river winding through a stark Iceland landscape, cinematic quality"\n\n Returns:\n McpImageGenerationResponse: A response containing the generated image paths.\n ', 'inputSchema': {'type': 'object', 'title': 'mcp_generate_imageArguments', 'required': ['prompt'], 'properties': {'seed': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Seed', 'default': None, 'description': 'Seed for generation (0-858,993,459)'}, 'width': {'type': 'integer', 'title': 'Width', 'default': 1024, 'description': 'The width of the generated image (320-4096, divisible by 16)'}, 'height': {'type': 'integer', 'title': 'Height', 'default': 1024, 'description': 'The height of the generated image (320-4096, divisible by 16)'}, 'prompt': {'type': 'string', 'title': 'Prompt', 'description': 'The text description of the image to generate (1-1024 characters)'}, 'quality': {'type': 'string', 'title': 'Quality', 'default': 'standard', 'description': 'The quality of the generated image ("standard" or "premium")'}, 'filename': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Filename', 'default': None, 'description': 'The name of the file to save the image to (without extension)'}, 'cfg_scale': {'type': 'number', 'title': 'Cfg Scale', 'default': 6.5, 'description': 'How strongly the image adheres to the prompt (1.1-10.0)'}, 'workspace_dir': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Workspace Dir', 'default': None, 'description': "The current workspace directory where the image should be saved.\n CRITICAL: Assistant must always provide the current IDE workspace directory parameter to save images to the user's current project."}, 'negative_prompt': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Negative Prompt', 'default': None, 'description': 'Text to define what not to include in the image (1-1024 characters)'}, 'number_of_images': {'type': 'integer', 'title': 'Number Of Images', 'default': 1, 'description': 'The number of images to generate (1-5)'}}}}, {'name': 'generate_image_with_colors', 'description': 'Generate an image using Amazon Nova Canvas with color guidance.\n\n This tool uses Amazon Nova Canvas to generate images based on a text prompt and color palette.\n The generated image will be saved to a file and the path will be returned.\n\n IMPORTANT FOR Assistant: Always send the current workspace directory when calling this tool!\n The workspace_dir parameter should be set to the directory where the user is currently working\n so that images are saved to a location accessible to the user.\n\n ## Prompt Best Practices\n\n An effective prompt often includes short descriptions of:\n 1. The subject\n 2. The environment\n 3. (optional) The position or pose of the subject\n 4. (optional) Lighting description\n 5. (optional) Camera position/framing\n 6. (optional) The visual style or medium ("photo", "illustration", "painting", etc.)\n\n Do not use negation words like "no", "not", "without" in your prompt. Instead, use the\n negative_prompt parameter to specify what you don\'t want in the image.\n\n ## Example Colors\n\n - ["#FF5733", "#33FF57", "#3357FF"] - A vibrant color scheme with red, green, and blue\n - ["#000000", "#FFFFFF"] - A high contrast black and white scheme\n - ["#FFD700", "#B87333"] - A gold and bronze color scheme\n\n Returns:\n McpImageGenerationResponse: A response containing the generated image paths.\n ', 'inputSchema': {'type': 'object', 'title': 'mcp_generate_image_with_colorsArguments', 'required': ['prompt', 'colors'], 'properties': {'seed': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Seed', 'default': None, 'description': 'Seed for generation (0-858,993,459)'}, 'width': {'type': 'integer', 'title': 'Width', 'default': 1024, 'description': 'The width of the generated image (320-4096, divisible by 16)'}, 'colors': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Colors', 'description': 'List of up to 10 hexadecimal color values (e.g., "#FF9800")'}, 'height': {'type': 'integer', 'title': 'Height', 'default': 1024, 'description': 'The height of the generated image (320-4096, divisible by 16)'}, 'prompt': {'type': 'string', 'title': 'Prompt', 'description': 'The text description of the image to generate (1-1024 characters)'}, 'quality': {'type': 'string', 'title': 'Quality', 'default': 'standard', 'description': 'The quality of the generated image ("standard" or "premium")'}, 'filename': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Filename', 'default': None, 'description': 'The name of the file to save the image to (without extension)'}, 'cfg_scale': {'type': 'number', 'title': 'Cfg Scale', 'default': 6.5, 'description': 'How strongly the image adheres to the prompt (1.1-10.0)'}, 'workspace_dir': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Workspace Dir', 'default': None, 'description': "The current workspace directory where the image should be saved. CRITICAL: Assistant must always provide this parameter to save images to the user's current project."}, 'negative_prompt': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Negative Prompt', 'default': None, 'description': 'Text to define what not to include in the image (1-1024 characters)'}, 'number_of_images': {'type': 'integer', 'title': 'Number Of Images', 'default': 1, 'description': 'The number of images to generate (1-5)'}}}}] |
@athapong/aio-mcp | AIO-MCP Server | A powerful Model Context Protocol (MCP) server implementation with integrations for GitLab, Jira, Confluence, YouTube, Google Maps, and more. This server provides AI-powered search capabilities and various utility tools for development workflows. | 2025-03-04T02:59:49.250Z | 103 | https://smithery.ai/server/@athapong/aio-mcp | false | null | {
"scanPassed": true
} | [{'name': 'tool_manager', 'description': 'Manage MCP tools - enable or disable tools', 'inputSchema': {'type': 'object', 'required': ['action'], 'properties': {'action': {'type': 'string', 'description': 'Action to perform: list, enable, disable'}, 'tool_name': {'type': 'string', 'description': 'Tool name to enable/disable'}}}}, {'name': 'tool_use_plan', 'description': 'Create a plan using available tools to solve the request', 'inputSchema': {'type': 'object', 'required': ['request', 'context'], 'properties': {'context': {'type': 'string', 'description': 'Context related to the request'}, 'request': {'type': 'string', 'description': 'Request to plan for'}}}}, {'name': 'capture_screenshot', 'description': 'Capture a screenshot of the entire screen', 'inputSchema': {'type': 'object'}}] |
@Zwe1/figma-context-mcp | Framelink Figma MCP Server | Give your coding agent access to your Figma data. Implement designs in any framework in one-shot. Enhance your AI-powered coding tools with seamless Figma integration for more accurate and relevant design implementations. | 2025-04-13T05:36:42.327Z | 79 | https://smithery.ai/server/@Zwe1/figma-context-mcp | false | 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. If the directory does not exist, it will be created. The format of this path should respect the directory format of the operating system you are running on. Don't use any special character escaping in the path name either."}}, 'additionalProperties': False}}] |
@forestsoft-kr/puppy_eye_diagnosis_mcp_server | Puppy Eye Diagnosis Server | Provide diagnostic capabilities for dog eye conditions through an MCP server interface. Enable integration with LLM applications to analyze and interpret dog eye data effectively. Facilitate seamless access to diagnostic tools and resources for veterinary or pet care applications.
For version 1.0.0, MCP Filesystem must be installed first for usage.
Next versions will be developed without this dependency. | 2025-04-25T08:11:05.886Z | 74 | https://smithery.ai/server/@forestsoft-kr/puppy_eye_diagnosis_mcp_server | false | {
"scanPassed": true
} | [{'name': 'diagnosis', 'description': "\n # Instructions for the Claude App:\n # - Provide a local file path or imgURL as 'filename'.\n # - The MCP server reads the image from the given path or imgURL, creates a temporary file, \n # and then forwards the image to an external API\n ", 'inputSchema': {'type': 'object', 'title': 'diagnosisArguments', 'required': ['filename'], 'properties': {'filename': {'type': 'string', 'title': 'Filename'}}}}] |
|
@forestsoft-kr/dog_eye_diagnosis_mcp_server | Dog Eye Diagnosis | Provide automated diagnosis of puppy eye conditions through an MCP server interface. Enable integration of eye diagnosis capabilities into LLM applications for veterinary or pet care contexts. Facilitate easy deployment and interaction with puppy eye diagnostic tools via standardized MCP protocols. | 2025-04-28T04:54:28.239Z | 71 | https://smithery.ai/server/@forestsoft-kr/dog_eye_diagnosis_mcp_server | false | {
"scanPassed": true
} | [{'name': 'test', 'description': 'Simple echo tool', 'inputSchema': {'type': 'object', 'title': 'testArguments', 'required': ['msg'], 'properties': {'msg': {'type': 'string', 'title': 'Msg'}}}}, {'name': 'debug_filesystem', 'description': '\n Lists files in the given directory (defaults to current dir).\n Also checks subdirectories. Returns as text for debugging.\n ', 'inputSchema': {'type': 'object', 'title': 'debug_filesystemArguments', 'properties': {'path_to_check': {'type': 'string', 'title': 'Path To Check', 'default': '.'}}}}, {'name': 'puppy_eye_diagnosis', 'description': '\n 파일 경로로부터 강아지 눈 이미지를 읽어 CNN 서버로 전송.\n ', 'inputSchema': {'type': 'object', 'title': 'puppy_eye_diagnosisArguments', 'required': ['image_path'], 'properties': {'image_path': {'type': 'string', 'title': 'Image Path'}}}}] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.