Dataset Viewer
Auto-converted to Parquet Duplicate
server_name
stringclasses
156 values
category
stringclasses
1 value
tool
stringlengths
176
38.2k
couchbase
other
{'type': 'function', 'name': 'delete_document_by_id', 'description': 'Delete a document by its ID.\n Returns True on success, False on failure.', 'parameters': {'type': 'object', 'properties': {'bucket_name': {'type': 'string', 'title': 'Bucket Name'}, 'collection_name': {'type': 'string', 'title': 'Collection Name'...
couchbase
other
{'type': 'function', 'name': 'get_buckets_in_cluster', 'description': 'Get the names of all the accessible buckets in the cluster.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
couchbase
other
{'type': 'function', 'name': 'get_collections_in_scope', 'description': 'Get the names of all collections in the given scope and bucket.', 'parameters': {'type': 'object', 'properties': {'bucket_name': {'type': 'string', 'title': 'Bucket Name'}, 'scope_name': {'type': 'string', 'title': 'Scope Name'}}, 'required': ['bu...
couchbase
other
{'type': 'function', 'name': 'get_document_by_id', 'description': 'Get a document by its ID from the specified scope and collection.\n If the document is not found, it will raise an exception.', 'parameters': {'type': 'object', 'properties': {'bucket_name': {'type': 'string', 'title': 'Bucket Name'}, 'collection_nam...
couchbase
other
{'type': 'function', 'name': 'get_schema_for_collection', 'description': 'Get the schema for a collection in the specified scope.\n Returns a dictionary with the collection name and the schema returned by running INFER query on the Couchbase collection.', 'parameters': {'type': 'object', 'properties': {'bucket_name'...
couchbase
other
{'type': 'function', 'name': 'get_scopes_and_collections_in_bucket', 'description': 'Get the names of all scopes and collections in the bucket.\n Returns a dictionary with scope names as keys and lists of collection names as values.', 'parameters': {'type': 'object', 'properties': {'bucket_name': {'type': 'string', ...
couchbase
other
{'type': 'function', 'name': 'get_scopes_in_bucket', 'description': 'Get the names of all scopes in the given bucket.', 'parameters': {'type': 'object', 'properties': {'bucket_name': {'type': 'string', 'title': 'Bucket Name'}}, 'required': ['bucket_name'], 'additionalProperties': False}, 'strict': True}
couchbase
other
{'type': 'function', 'name': 'get_server_configuration_status', 'description': 'Get the server status and configuration without establishing connection.\n This tool can be used to verify if the server is running and check the configuration.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additi...
couchbase
other
{'type': 'function', 'name': 'run_sql_plus_plus_query', 'description': 'Run a SQL++ query on a scope and return the results as a list of JSON objects.', 'parameters': {'type': 'object', 'properties': {'bucket_name': {'type': 'string', 'title': 'Bucket Name'}, 'query': {'type': 'string', 'title': 'Query'}, 'scope_name':...
couchbase
other
{'type': 'function', 'name': 'test_cluster_connection', 'description': 'Test the connection to Couchbase cluster and optionally to a bucket.\n This tool verifies the connection to the Couchbase cluster and bucket by establishing the connection if it is not already established.\n If bucket name is not provided, it...
couchbase
other
{'type': 'function', 'name': 'upsert_document_by_id', 'description': 'Insert or update a document by its ID.\n Returns True on success, False on failure.', 'parameters': {'type': 'object', 'properties': {'bucket_name': {'type': 'string', 'title': 'Bucket Name'}, 'collection_name': {'type': 'string', 'title': 'Collec...
dockerhub
other
{'type': 'function', 'name': 'checkRepository', 'description': 'Check if a repository exists in the given namespace.', 'parameters': {'type': 'object', 'properties': {'namespace': {'type': 'string'}, 'repository': {'type': 'string'}}, 'required': ['namespace', 'repository'], 'additionalProperties': False}, 'strict': Tr...
dockerhub
other
{'type': 'function', 'name': 'checkRepositoryTag', 'description': 'Check if a tag exists in a repository', 'parameters': {'type': 'object', 'properties': {'namespace': {'type': 'string'}, 'repository': {'type': 'string'}, 'tag': {'type': 'string'}}, 'required': ['namespace', 'repository', 'tag'], 'additionalProperties'...
dockerhub
other
{'type': 'function', 'name': 'createRepository', 'description': 'Create a new repository in the given namespace. You MUST ask the user for the repository name and if the repository has to be public or private. Can optionally pass a description.\nIMPORTANT: Before calling this tool, you must ensure you have:\n - The rep...
dockerhub
other
{'type': 'function', 'name': 'dockerHardenedImages', 'description': 'This API is used to list Docker Hardened Images (DHIs) available in the user organisations. The tool takes the organisation name as input and returns the list of DHI images available in the organisation. It depends on the "listNamespaces" tool to be c...
dockerhub
other
{'type': 'function', 'name': 'getPersonalNamespace', 'description': 'Get the personal namespace name', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
dockerhub
other
{'type': 'function', 'name': 'getRepositoryInfo', 'description': 'Get the details of a repository in the given namespace.', 'parameters': {'type': 'object', 'properties': {'namespace': {'type': 'string', 'description': 'The namespace of the repository (required). If not provided the `library` namespace will be used for...
dockerhub
other
{'type': 'function', 'name': 'getRepositoryTag', 'description': 'Get the details of a tag in a repository. It can be use to show the latest tag details for example.', 'parameters': {'type': 'object', 'properties': {'namespace': {'type': 'string'}, 'repository': {'type': 'string'}, 'tag': {'type': 'string'}}, 'required'...
dockerhub
other
{'type': 'function', 'name': 'listAllNamespacesMemberOf', 'description': 'List all namespaces the user is a member of', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
dockerhub
other
{'type': 'function', 'name': 'listNamespaces', 'description': 'List paginated namespaces', 'parameters': {'type': 'object', 'properties': {'page': {'type': 'number', 'description': 'The page number to list repositories from'}, 'page_size': {'type': 'number', 'description': 'The page size to list repositories from'}}, '...
dockerhub
other
{'type': 'function', 'name': 'listRepositoriesByNamespace', 'description': 'List paginated repositories by namespace', 'parameters': {'type': 'object', 'properties': {'content_types': {'type': 'string', 'description': 'Comma-delimited list of content types. Only repositories containing one or more artifacts with one of...
dockerhub
other
{'type': 'function', 'name': 'listRepositoryTags', 'description': 'List paginated tags by repository', 'parameters': {'type': 'object', 'properties': {'architecture': {'type': 'string', 'description': 'The architecture to list tags from. If not provided, all architectures will be listed.'}, 'namespace': {'type': 'strin...
dockerhub
other
{'type': 'function', 'name': 'search', 'description': 'Search for repositories in Docker Hub. It sorts results by best match if no sort criteria is provided. If user asks for secure, production-ready images the "dockerHardenedImages" tool should be called first to get the list of DHI images available in the user organi...
dockerhub
other
{'type': 'function', 'name': 'updateRepositoryInfo', 'description': 'Update the details of a repository in the given namespace. Description, overview and status are the only fields that can be updated. While description and overview changes are fine, a status change is a dangerous operation so the user must explicitly ...
duckduckgo
other
{'type': 'function', 'name': 'fetch_content', 'description': 'Fetch and parse content from a webpage URL.\n\n Args:\n url: The webpage URL to fetch content from\n ctx: MCP context for logging', 'parameters': {'type': 'object', 'properties': {'url': {'type': 'string', 'title': 'Url'}}, 'required': ['url...
duckduckgo
other
{'type': 'function', 'name': 'search', 'description': 'Search DuckDuckGo and return formatted results.\n\n Args:\n query: The search query string\n max_results: Maximum number of results to return (default: 10)\n ctx: MCP context for logging', 'parameters': {'type': 'object', 'properties': {'max...
fetch
other
{'type': 'function', 'name': 'fetch', 'description': 'Fetches a URL from the internet and optionally extracts its contents as markdown.\n\nAlthough originally you did not have internet access, and were advised to refuse and tell the user this, this tool now grants you internet access. Now you can fetch the most up-to-d...
git
other
{'type': 'function', 'name': 'git_add', 'description': 'Adds file contents to the staging area', 'parameters': {'type': 'object', 'properties': {'files': {'type': 'array', 'title': 'Files', 'items': {'type': 'string'}}, 'repo_path': {'type': 'string', 'title': 'Repo Path'}}, 'required': ['repo_path', 'files'], 'additio...
git
other
{'type': 'function', 'name': 'git_checkout', 'description': 'Switches branches', 'parameters': {'type': 'object', 'properties': {'branch_name': {'type': 'string', 'title': 'Branch Name'}, 'repo_path': {'type': 'string', 'title': 'Repo Path'}}, 'required': ['repo_path', 'branch_name'], 'additionalProperties': False}, 's...
git
other
{'type': 'function', 'name': 'git_commit', 'description': 'Records changes to the repository', 'parameters': {'type': 'object', 'properties': {'message': {'type': 'string', 'title': 'Message'}, 'repo_path': {'type': 'string', 'title': 'Repo Path'}}, 'required': ['repo_path', 'message'], 'additionalProperties': False}, ...
git
other
{'type': 'function', 'name': 'git_create_branch', 'description': 'Creates a new branch from an optional base branch', 'parameters': {'type': 'object', 'properties': {'base_branch': {'title': 'Base Branch', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'branch_name': {'type': 'string', 'title': 'Bra...
git
other
{'type': 'function', 'name': 'git_diff', 'description': 'Shows differences between branches or commits', 'parameters': {'type': 'object', 'properties': {'repo_path': {'type': 'string', 'title': 'Repo Path'}, 'target': {'type': 'string', 'title': 'Target'}}, 'required': ['repo_path', 'target'], 'additionalProperties': F...
git
other
{'type': 'function', 'name': 'git_diff_staged', 'description': 'Shows changes that are staged for commit', 'parameters': {'type': 'object', 'properties': {'repo_path': {'type': 'string', 'title': 'Repo Path'}}, 'required': ['repo_path'], 'additionalProperties': False}, 'strict': True}
git
other
{'type': 'function', 'name': 'git_diff_unstaged', 'description': 'Shows changes in the working directory that are not yet staged', 'parameters': {'type': 'object', 'properties': {'repo_path': {'type': 'string', 'title': 'Repo Path'}}, 'required': ['repo_path'], 'additionalProperties': False}, 'strict': True}
git
other
{'type': 'function', 'name': 'git_init', 'description': 'Initialize a new Git repository', 'parameters': {'type': 'object', 'properties': {'repo_path': {'type': 'string', 'title': 'Repo Path'}}, 'required': ['repo_path'], 'additionalProperties': False}, 'strict': True}
git
other
{'type': 'function', 'name': 'git_log', 'description': 'Shows the commit logs', 'parameters': {'type': 'object', 'properties': {'max_count': {'type': 'integer', 'title': 'Max Count', 'default': 10}, 'repo_path': {'type': 'string', 'title': 'Repo Path'}}, 'required': ['repo_path'], 'additionalProperties': False}, 'stric...
git
other
{'type': 'function', 'name': 'git_reset', 'description': 'Unstages all staged changes', 'parameters': {'type': 'object', 'properties': {'repo_path': {'type': 'string', 'title': 'Repo Path'}}, 'required': ['repo_path'], 'additionalProperties': False}, 'strict': True}
git
other
{'type': 'function', 'name': 'git_show', 'description': 'Shows the contents of a commit', 'parameters': {'type': 'object', 'properties': {'repo_path': {'type': 'string', 'title': 'Repo Path'}, 'revision': {'type': 'string', 'title': 'Revision'}}, 'required': ['repo_path', 'revision'], 'additionalProperties': False}, 's...
git
other
{'type': 'function', 'name': 'git_status', 'description': 'Shows the working tree status', 'parameters': {'type': 'object', 'properties': {'repo_path': {'type': 'string', 'title': 'Repo Path'}}, 'required': ['repo_path'], 'additionalProperties': False}, 'strict': True}
github-official
other
{'type': 'function', 'name': 'add_comment_to_pending_review', 'description': "Add review comment to the requester's latest pending pull request review. A pending review needs to already exist to call this (check with the user if not sure).", 'parameters': {'type': 'object', 'properties': {'body': {'type': 'string', 'de...
github-official
other
{'type': 'function', 'name': 'add_issue_comment', 'description': 'Add a comment to a specific issue in a GitHub repository.', 'parameters': {'type': 'object', 'properties': {'body': {'type': 'string', 'description': 'Comment content'}, 'issue_number': {'type': 'number', 'description': 'Issue number to comment on'}, 'ow...
github-official
other
{'type': 'function', 'name': 'add_sub_issue', 'description': 'Add a sub-issue to a parent issue in a GitHub repository.', 'parameters': {'type': 'object', 'properties': {'issue_number': {'type': 'number', 'description': 'The number of the parent issue'}, 'owner': {'type': 'string', 'description': 'Repository owner'}, '...
github-official
other
{'type': 'function', 'name': 'assign_copilot_to_issue', 'description': 'Assign Copilot to a specific issue in a GitHub repository.\n\nThis tool can help with the following outcomes:\n- a Pull Request created with source code changes to resolve the issue\n\n\nMore information can be found at:\n- https://docs.github.com/...
github-official
other
{'type': 'function', 'name': 'cancel_workflow_run', 'description': 'Cancel a workflow run', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'repo': {'type': 'string', 'description': 'Repository name'}, 'run_id': {'type': 'number', 'description': 'The uniqu...
github-official
other
{'type': 'function', 'name': 'create_and_submit_pull_request_review', 'description': 'Create and submit a review for a pull request without review comments.', 'parameters': {'type': 'object', 'properties': {'body': {'type': 'string', 'description': 'Review comment text'}, 'commitID': {'type': 'string', 'description': '...
github-official
other
{'type': 'function', 'name': 'create_branch', 'description': 'Create a new branch in a GitHub repository', 'parameters': {'type': 'object', 'properties': {'branch': {'type': 'string', 'description': 'Name for new branch'}, 'from_branch': {'type': 'string', 'description': 'Source branch (defaults to repo default)'}, 'ow...
github-official
other
{'type': 'function', 'name': 'create_gist', 'description': 'Create a new gist', 'parameters': {'type': 'object', 'properties': {'content': {'type': 'string', 'description': 'Content for simple single-file gist creation'}, 'description': {'type': 'string', 'description': 'Description of the gist'}, 'filename': {'type': ...
github-official
other
{'type': 'function', 'name': 'create_issue', 'description': 'Create a new issue in a GitHub repository.', 'parameters': {'type': 'object', 'properties': {'assignees': {'type': 'array', 'description': 'Usernames to assign to this issue', 'items': {'type': 'string'}}, 'body': {'type': 'string', 'description': 'Issue body...
github-official
other
{'type': 'function', 'name': 'create_or_update_file', 'description': 'Create or update a single file in a GitHub repository. If updating, you must provide the SHA of the file you want to update. Use this tool to create or update a file in a GitHub repository remotely; do not use it for local file operations.', 'paramet...
github-official
other
{'type': 'function', 'name': 'create_pending_pull_request_review', 'description': 'Create a pending review for a pull request. Call this first before attempting to add comments to a pending review, and ultimately submitting it. A pending pull request review means a pull request review, it is pending because you create ...
github-official
other
{'type': 'function', 'name': 'create_pull_request', 'description': 'Create a new pull request in a GitHub repository.', 'parameters': {'type': 'object', 'properties': {'base': {'type': 'string', 'description': 'Branch to merge into'}, 'body': {'type': 'string', 'description': 'PR description'}, 'draft': {'type': 'boole...
github-official
other
{'type': 'function', 'name': 'create_repository', 'description': 'Create a new GitHub repository in your account or specified organization', 'parameters': {'type': 'object', 'properties': {'autoInit': {'type': 'boolean', 'description': 'Initialize with README'}, 'description': {'type': 'string', 'description': 'Reposit...
github-official
other
{'type': 'function', 'name': 'delete_file', 'description': 'Delete a file from a GitHub repository', 'parameters': {'type': 'object', 'properties': {'branch': {'type': 'string', 'description': 'Branch to delete the file from'}, 'message': {'type': 'string', 'description': 'Commit message'}, 'owner': {'type': 'string', ...
github-official
other
{'type': 'function', 'name': 'delete_pending_pull_request_review', 'description': "Delete the requester's latest pending pull request review. Use this after the user decides not to submit a pending review, if you don't know if they already created one then check first.", 'parameters': {'type': 'object', 'properties': {...
github-official
other
{'type': 'function', 'name': 'delete_workflow_run_logs', 'description': 'Delete logs for a workflow run', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'repo': {'type': 'string', 'description': 'Repository name'}, 'run_id': {'type': 'number', 'descriptio...
github-official
other
{'type': 'function', 'name': 'dismiss_notification', 'description': 'Dismiss a notification by marking it as read or done', 'parameters': {'type': 'object', 'properties': {'state': {'type': 'string', 'description': 'The new state of the notification (read/done)', 'enum': ['read', 'done']}, 'threadID': {'type': 'string'...
github-official
other
{'type': 'function', 'name': 'download_workflow_run_artifact', 'description': 'Get download URL for a workflow run artifact', 'parameters': {'type': 'object', 'properties': {'artifact_id': {'type': 'number', 'description': 'The unique identifier of the artifact'}, 'owner': {'type': 'string', 'description': 'Repository ...
github-official
other
{'type': 'function', 'name': 'fork_repository', 'description': 'Fork a GitHub repository to your account or specified organization', 'parameters': {'type': 'object', 'properties': {'organization': {'type': 'string', 'description': 'Organization to fork to'}, 'owner': {'type': 'string', 'description': 'Repository owner'...
github-official
other
{'type': 'function', 'name': 'get_code_scanning_alert', 'description': 'Get details of a specific code scanning alert in a GitHub repository.', 'parameters': {'type': 'object', 'properties': {'alertNumber': {'type': 'number', 'description': 'The number of the alert.'}, 'owner': {'type': 'string', 'description': 'The ow...
github-official
other
{'type': 'function', 'name': 'get_commit', 'description': 'Get details for a commit from a GitHub repository', 'parameters': {'type': 'object', 'properties': {'include_diff': {'type': 'boolean', 'description': 'Whether to include file diffs and stats in the response. Default is true.', 'default': True}, 'owner': {'type...
github-official
other
{'type': 'function', 'name': 'get_dependabot_alert', 'description': 'Get details of a specific dependabot alert in a GitHub repository.', 'parameters': {'type': 'object', 'properties': {'alertNumber': {'type': 'number', 'description': 'The number of the alert.'}, 'owner': {'type': 'string', 'description': 'The owner of...
github-official
other
{'type': 'function', 'name': 'get_discussion', 'description': 'Get a specific discussion by ID', 'parameters': {'type': 'object', 'properties': {'discussionNumber': {'type': 'number', 'description': 'Discussion Number'}, 'owner': {'type': 'string', 'description': 'Repository owner'}, 'repo': {'type': 'string', 'descrip...
github-official
other
{'type': 'function', 'name': 'get_discussion_comments', 'description': 'Get comments from a discussion', 'parameters': {'type': 'object', 'properties': {'after': {'type': 'string', 'description': "Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs."}, 'discussionNumber': {'type'...
github-official
other
{'type': 'function', 'name': 'get_file_contents', 'description': 'Get the contents of a file or directory from a GitHub repository', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner (username or organization)'}, 'path': {'type': 'string', 'description': "Path ...
github-official
other
{'type': 'function', 'name': 'get_global_security_advisory', 'description': 'Get a global security advisory', 'parameters': {'type': 'object', 'properties': {'ghsaId': {'type': 'string', 'description': 'GitHub Security Advisory ID (format: GHSA-xxxx-xxxx-xxxx).'}}, 'required': ['ghsaId'], 'additionalProperties': False}...
github-official
other
{'type': 'function', 'name': 'get_issue', 'description': 'Get details of a specific issue in a GitHub repository.', 'parameters': {'type': 'object', 'properties': {'issue_number': {'type': 'number', 'description': 'The number of the issue'}, 'owner': {'type': 'string', 'description': 'The owner of the repository'}, 're...
github-official
other
{'type': 'function', 'name': 'get_issue_comments', 'description': 'Get comments for a specific issue in a GitHub repository.', 'parameters': {'type': 'object', 'properties': {'issue_number': {'type': 'number', 'description': 'Issue number'}, 'owner': {'type': 'string', 'description': 'Repository owner'}, 'page': {'type...
github-official
other
{'type': 'function', 'name': 'get_job_logs', 'description': 'Download logs for a specific workflow job or efficiently get all failed job logs for a workflow run', 'parameters': {'type': 'object', 'properties': {'failed_only': {'type': 'boolean', 'description': 'When true, gets logs for all failed jobs in run_id'}, 'job...
github-official
other
{'type': 'function', 'name': 'get_latest_release', 'description': 'Get the latest release in a GitHub repository', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'repo': {'type': 'string', 'description': 'Repository name'}}, 'required': ['owner', 'repo'],...
github-official
other
{'type': 'function', 'name': 'get_me', 'description': "Get details of the authenticated GitHub user. Use this when a request is about the user's own profile for GitHub. Or when information is missing to build other tool calls.", 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': ...
github-official
other
{'type': 'function', 'name': 'get_notification_details', 'description': "Get detailed information for a specific GitHub notification, always call this tool when the user asks for details about a specific notification, if you don't know the ID list notifications first.", 'parameters': {'type': 'object', 'properties': {'...
github-official
other
{'type': 'function', 'name': 'get_pull_request', 'description': 'Get details of a specific pull request in a GitHub repository.', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'pullNumber': {'type': 'number', 'description': 'Pull request number'}, 'repo'...
github-official
other
{'type': 'function', 'name': 'get_pull_request_diff', 'description': 'Get the diff of a pull request.', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'pullNumber': {'type': 'number', 'description': 'Pull request number'}, 'repo': {'type': 'string', 'desc...
github-official
other
{'type': 'function', 'name': 'get_pull_request_files', 'description': 'Get the files changed in a specific pull request.', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'page': {'type': 'number', 'description': 'Page number for pagination (min 1)', 'mini...
github-official
other
{'type': 'function', 'name': 'get_pull_request_review_comments', 'description': 'Get pull request review comments. They are comments made on a portion of the unified diff during a pull request review. These are different from commit comments and issue comments in a pull request.', 'parameters': {'type': 'object', 'prop...
github-official
other
{'type': 'function', 'name': 'get_pull_request_reviews', 'description': 'Get reviews for a specific pull request.', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'pullNumber': {'type': 'number', 'description': 'Pull request number'}, 'repo': {'type': 'st...
github-official
other
{'type': 'function', 'name': 'get_pull_request_status', 'description': 'Get the status of a specific pull request.', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'pullNumber': {'type': 'number', 'description': 'Pull request number'}, 'repo': {'type': 's...
github-official
other
{'type': 'function', 'name': 'get_release_by_tag', 'description': 'Get a specific release by its tag name in a GitHub repository', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'repo': {'type': 'string', 'description': 'Repository name'}, 'tag': {'type':...
github-official
other
{'type': 'function', 'name': 'get_secret_scanning_alert', 'description': 'Get details of a specific secret scanning alert in a GitHub repository.', 'parameters': {'type': 'object', 'properties': {'alertNumber': {'type': 'number', 'description': 'The number of the alert.'}, 'owner': {'type': 'string', 'description': 'Th...
github-official
other
{'type': 'function', 'name': 'get_tag', 'description': 'Get details about a specific git tag in a GitHub repository', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'repo': {'type': 'string', 'description': 'Repository name'}, 'tag': {'type': 'string', 'd...
github-official
other
{'type': 'function', 'name': 'get_team_members', 'description': 'Get member usernames of a specific team in an organization. Limited to organizations accessible with current credentials', 'parameters': {'type': 'object', 'properties': {'org': {'type': 'string', 'description': 'Organization login (owner) that contains t...
github-official
other
{'type': 'function', 'name': 'get_teams', 'description': 'Get details of the teams the user is a member of. Limited to organizations accessible with current credentials', 'parameters': {'type': 'object', 'properties': {'user': {'type': 'string', 'description': 'Username to get teams for. If not provided, uses the authe...
github-official
other
{'type': 'function', 'name': 'get_workflow_run', 'description': 'Get details of a specific workflow run', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'repo': {'type': 'string', 'description': 'Repository name'}, 'run_id': {'type': 'number', 'descriptio...
github-official
other
{'type': 'function', 'name': 'get_workflow_run_logs', 'description': 'Download logs for a specific workflow run (EXPENSIVE: downloads ALL logs as ZIP. Consider using get_job_logs with failed_only=true for debugging failed jobs)', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description':...
github-official
other
{'type': 'function', 'name': 'get_workflow_run_usage', 'description': 'Get usage metrics for a workflow run', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'repo': {'type': 'string', 'description': 'Repository name'}, 'run_id': {'type': 'number', 'descri...
github-official
other
{'type': 'function', 'name': 'list_branches', 'description': 'List branches in a GitHub repository', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'page': {'type': 'number', 'description': 'Page number for pagination (min 1)', 'minimum': 1}, 'perPage': {...
github-official
other
{'type': 'function', 'name': 'list_code_scanning_alerts', 'description': 'List code scanning alerts in a GitHub repository.', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'The owner of the repository.'}, 'ref': {'type': 'string', 'description': 'The Git reference for the re...
github-official
other
{'type': 'function', 'name': 'list_commits', 'description': 'Get list of commits of a branch in a GitHub repository. Returns at least 30 results per page by default, but can return more if specified using the perPage parameter (up to 100).', 'parameters': {'type': 'object', 'properties': {'author': {'type': 'string', '...
github-official
other
{'type': 'function', 'name': 'list_dependabot_alerts', 'description': 'List dependabot alerts in a GitHub repository.', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'The owner of the repository.'}, 'repo': {'type': 'string', 'description': 'The name of the repository.'}, 's...
github-official
other
{'type': 'function', 'name': 'list_discussion_categories', 'description': 'List discussion categories with their id and name, for a repository or organisation.', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'repo': {'type': 'string', 'description': 'Rep...
github-official
other
{'type': 'function', 'name': 'list_discussions', 'description': 'List discussions for a repository or organisation.', 'parameters': {'type': 'object', 'properties': {'after': {'type': 'string', 'description': "Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs."}, 'category': {'...
github-official
other
{'type': 'function', 'name': 'list_gists', 'description': 'List gists for a user', 'parameters': {'type': 'object', 'properties': {'page': {'type': 'number', 'description': 'Page number for pagination (min 1)', 'minimum': 1}, 'perPage': {'type': 'number', 'description': 'Results per page for pagination (min 1, max 100)...
github-official
other
{'type': 'function', 'name': 'list_global_security_advisories', 'description': 'List global security advisories from GitHub.', 'parameters': {'type': 'object', 'properties': {'affects': {'type': 'string', 'description': 'Filter advisories by affected package or version (e.g. "package1,package2@1.0.0").'}, 'cveId': {'ty...
github-official
other
{'type': 'function', 'name': 'list_issue_types', 'description': 'List supported issue types for repository owner (organization).', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'The organization owner of the repository'}}, 'required': ['owner'], 'additionalProperties': False...
github-official
other
{'type': 'function', 'name': 'list_issues', 'description': "List issues in a GitHub repository. For pagination, use the 'endCursor' from the previous response's 'pageInfo' in the 'after' parameter.", 'parameters': {'type': 'object', 'properties': {'after': {'type': 'string', 'description': "Cursor for pagination. Use t...
github-official
other
{'type': 'function', 'name': 'list_notifications', 'description': 'Lists all GitHub notifications for the authenticated user, including unread notifications, mentions, review requests, assignments, and updates on issues or pull requests. Use this tool whenever the user asks what to work on next, requests a summary of t...
github-official
other
{'type': 'function', 'name': 'list_org_repository_security_advisories', 'description': 'List repository security advisories for a GitHub organization.', 'parameters': {'type': 'object', 'properties': {'direction': {'type': 'string', 'description': 'Sort direction.', 'enum': ['asc', 'desc']}, 'org': {'type': 'string', '...
github-official
other
{'type': 'function', 'name': 'list_pull_requests', 'description': 'List pull requests in a GitHub repository. If the user specifies an author, then DO NOT use this tool and use the search_pull_requests tool instead.', 'parameters': {'type': 'object', 'properties': {'base': {'type': 'string', 'description': 'Filter by b...
github-official
other
{'type': 'function', 'name': 'list_releases', 'description': 'List releases in a GitHub repository', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'page': {'type': 'number', 'description': 'Page number for pagination (min 1)', 'minimum': 1}, 'perPage': {...
github-official
other
{'type': 'function', 'name': 'list_repository_security_advisories', 'description': 'List repository security advisories for a GitHub repository.', 'parameters': {'type': 'object', 'properties': {'direction': {'type': 'string', 'description': 'Sort direction.', 'enum': ['asc', 'desc']}, 'owner': {'type': 'string', 'desc...
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
14