server_name stringclasses 156
values | category stringclasses 1
value | tool stringlengths 176 38.2k |
|---|---|---|
github-official | other | {'type': 'function', 'name': 'list_secret_scanning_alerts', 'description': 'List secret scanning 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 reposit... |
github-official | other | {'type': 'function', 'name': 'list_starred_repositories', 'description': 'List starred repositories', 'parameters': {'type': 'object', 'properties': {'direction': {'type': 'string', 'description': 'The direction to sort the results by.', 'enum': ['asc', 'desc']}, 'page': {'type': 'number', 'description': 'Page number f... |
github-official | other | {'type': 'function', 'name': 'list_sub_issues', 'description': 'List sub-issues 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': 'list_tags', 'description': 'List git tags 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': {'typ... |
github-official | other | {'type': 'function', 'name': 'list_workflow_jobs', 'description': 'List jobs for a specific workflow run', 'parameters': {'type': 'object', 'properties': {'filter': {'type': 'string', 'description': 'Filters jobs by their completed_at timestamp', 'enum': ['latest', 'all']}, 'owner': {'type': 'string', 'description': 'R... |
github-official | other | {'type': 'function', 'name': 'list_workflow_run_artifacts', 'description': 'List artifacts for a workflow run', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'page': {'type': 'number', 'description': 'Page number for pagination (min 1)', 'minimum': 1}, '... |
github-official | other | {'type': 'function', 'name': 'list_workflow_runs', 'description': 'List workflow runs for a specific workflow', 'parameters': {'type': 'object', 'properties': {'actor': {'type': 'string', 'description': "Returns someone's workflow runs. Use the login for the user who created the workflow run."}, 'branch': {'type': 'str... |
github-official | other | {'type': 'function', 'name': 'list_workflows', 'description': 'List workflows in a repository', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'page': {'type': 'number', 'description': 'Page number for pagination (min 1)', 'minimum': 1}, 'perPage': {'type... |
github-official | other | {'type': 'function', 'name': 'manage_notification_subscription', 'description': 'Manage a notification subscription: ignore, watch, or delete a notification thread subscription.', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'description': 'Action to perform: ignore, watch, or delete the... |
github-official | other | {'type': 'function', 'name': 'manage_repository_notification_subscription', 'description': 'Manage a repository notification subscription: ignore, watch, or delete repository notifications subscription for the provided repository.', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'descripti... |
github-official | other | {'type': 'function', 'name': 'mark_all_notifications_read', 'description': 'Mark all notifications as read', 'parameters': {'type': 'object', 'properties': {'lastReadAt': {'type': 'string', 'description': 'Describes the last point that notifications were checked (optional). Default: Now'}, 'owner': {'type': 'string', '... |
github-official | other | {'type': 'function', 'name': 'merge_pull_request', 'description': 'Merge a pull request in a GitHub repository.', 'parameters': {'type': 'object', 'properties': {'commit_message': {'type': 'string', 'description': 'Extra detail for merge commit'}, 'commit_title': {'type': 'string', 'description': 'Title for merge commi... |
github-official | other | {'type': 'function', 'name': 'push_files', 'description': 'Push multiple files to a GitHub repository in a single commit', 'parameters': {'type': 'object', 'properties': {'branch': {'type': 'string', 'description': 'Branch to push to'}, 'files': {'type': 'array', 'description': 'Array of file objects to push, each obje... |
github-official | other | {'type': 'function', 'name': 'remove_sub_issue', 'description': 'Remove a sub-issue from 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 ow... |
github-official | other | {'type': 'function', 'name': 'reprioritize_sub_issue', 'description': "Reprioritize a sub-issue to a different position in the parent issue's sub-issue list.", 'parameters': {'type': 'object', 'properties': {'after_id': {'type': 'number', 'description': 'The ID of the sub-issue to be prioritized after (either after_id ... |
github-official | other | {'type': 'function', 'name': 'request_copilot_review', 'description': 'Request a GitHub Copilot code review for a pull request. Use this for automated feedback on pull requests, usually before requesting a human reviewer.', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repo... |
github-official | other | {'type': 'function', 'name': 'rerun_failed_jobs', 'description': 'Re-run only the failed jobs in a workflow run', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'repo': {'type': 'string', 'description': 'Repository name'}, 'run_id': {'type': 'number', 'de... |
github-official | other | {'type': 'function', 'name': 'rerun_workflow_run', 'description': 'Re-run an entire workflow run', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'repo': {'type': 'string', 'description': 'Repository name'}, 'run_id': {'type': 'number', 'description': 'Th... |
github-official | other | {'type': 'function', 'name': 'run_workflow', 'description': 'Run an Actions workflow by workflow ID or filename', 'parameters': {'type': 'object', 'properties': {'inputs': {'type': 'object', 'description': 'Inputs the workflow accepts'}, 'owner': {'type': 'string', 'description': 'Repository owner'}, 'ref': {'type': 's... |
github-official | other | {'type': 'function', 'name': 'search_code', 'description': "Fast and precise code search across ALL GitHub repositories using GitHub's native search engine. Best for finding exact symbols, functions, classes, or specific code patterns.", 'parameters': {'type': 'object', 'properties': {'order': {'type': 'string', 'descr... |
github-official | other | {'type': 'function', 'name': 'search_issues', 'description': 'Search for issues in GitHub repositories using issues search syntax already scoped to is:issue', 'parameters': {'type': 'object', 'properties': {'order': {'type': 'string', 'description': 'Sort order', 'enum': ['asc', 'desc']}, 'owner': {'type': 'string', 'd... |
github-official | other | {'type': 'function', 'name': 'search_orgs', 'description': 'Find GitHub organizations by name, location, or other organization metadata. Ideal for discovering companies, open source foundations, or teams.', 'parameters': {'type': 'object', 'properties': {'order': {'type': 'string', 'description': 'Sort order', 'enum': ... |
github-official | other | {'type': 'function', 'name': 'search_pull_requests', 'description': 'Search for pull requests in GitHub repositories using issues search syntax already scoped to is:pr', 'parameters': {'type': 'object', 'properties': {'order': {'type': 'string', 'description': 'Sort order', 'enum': ['asc', 'desc']}, 'owner': {'type': '... |
github-official | other | {'type': 'function', 'name': 'search_repositories', 'description': 'Find GitHub repositories by name, description, readme, topics, or other metadata. Perfect for discovering projects, finding examples, or locating specific repositories across GitHub.', 'parameters': {'type': 'object', 'properties': {'minimal_output': {... |
github-official | other | {'type': 'function', 'name': 'search_users', 'description': 'Find GitHub users by username, real name, or other profile information. Useful for locating developers, contributors, or team members.', 'parameters': {'type': 'object', 'properties': {'order': {'type': 'string', 'description': 'Sort order', 'enum': ['asc', '... |
github-official | other | {'type': 'function', 'name': 'star_repository', 'description': 'Star a GitHub repository', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'repo': {'type': 'string', 'description': 'Repository name'}}, 'required': ['owner', 'repo'], 'additionalProperties':... |
github-official | other | {'type': 'function', 'name': 'submit_pending_pull_request_review', 'description': "Submit the requester's latest pending pull request review, normally this is a final step after creating a pending review, adding comments first, unless you know that the user already did the first two steps, you should check before calli... |
github-official | other | {'type': 'function', 'name': 'unstar_repository', 'description': 'Unstar a GitHub repository', 'parameters': {'type': 'object', 'properties': {'owner': {'type': 'string', 'description': 'Repository owner'}, 'repo': {'type': 'string', 'description': 'Repository name'}}, 'required': ['owner', 'repo'], 'additionalProperti... |
github-official | other | {'type': 'function', 'name': 'update_gist', 'description': 'Update an existing gist', 'parameters': {'type': 'object', 'properties': {'content': {'type': 'string', 'description': 'Content for the file'}, 'description': {'type': 'string', 'description': 'Updated description of the gist'}, 'filename': {'type': 'string', ... |
github-official | other | {'type': 'function', 'name': 'update_issue', 'description': 'Update an existing issue in a GitHub repository.', 'parameters': {'type': 'object', 'properties': {'assignees': {'type': 'array', 'description': 'New assignees', 'items': {'type': 'string'}}, 'body': {'type': 'string', 'description': 'New description'}, 'dupl... |
github-official | other | {'type': 'function', 'name': 'update_pull_request', 'description': 'Update an existing pull request in a GitHub repository.', 'parameters': {'type': 'object', 'properties': {'base': {'type': 'string', 'description': 'New base branch name'}, 'body': {'type': 'string', 'description': 'New description'}, 'draft': {'type':... |
github-official | other | {'type': 'function', 'name': 'update_pull_request_branch', 'description': 'Update the branch of a pull request with the latest changes from the base branch.', 'parameters': {'type': 'object', 'properties': {'expectedHeadSha': {'type': 'string', 'description': "The expected SHA of the pull request's HEAD ref"}, 'owner':... |
grafana | other | {'type': 'function', 'name': 'add_activity_to_incident', 'description': "Add a note (userNote activity) to an existing incident's timeline using its ID. The note body can include URLs which will be attached as context. Use this to add context to an incident.", 'parameters': {'type': 'object', 'properties': {'body': {'t... |
grafana | other | {'type': 'function', 'name': 'create_incident', 'description': 'Create a new Grafana incident. Requires title, severity, and room prefix. Allows setting status and labels. This tool should be used judiciously and sparingly, and only after confirmation from the user, as it may notify or alarm lots of people.', 'paramete... |
grafana | other | {'type': 'function', 'name': 'fetch_pyroscope_profile', 'description': 'Fetches a profile from a Pyroscope data source for a given time range. By default, the time range is tha past 1 hour.\nThe profile type is required, available profile types can be fetched via the list_pyroscope_profile_types tool. Not all\nprofile ... |
grafana | other | {'type': 'function', 'name': 'find_error_pattern_logs', 'description': "Searches Loki logs for elevated error patterns compared to the last day's average, waits for the analysis to complete, and returns the results including any patterns found.", 'parameters': {'type': 'object', 'properties': {'end': {'type': 'string',... |
grafana | other | {'type': 'function', 'name': 'find_slow_requests', 'description': 'Searches relevant Tempo datasources for slow requests, waits for the analysis to complete, and returns the results.', 'parameters': {'type': 'object', 'properties': {'end': {'type': 'string', 'description': 'End time for the investigation. Defaults to n... |
grafana | other | {'type': 'function', 'name': 'generate_deeplink', 'description': 'Generate deeplink URLs for Grafana resources. Supports dashboards (requires dashboardUid), panels (requires dashboardUid and panelId), and Explore queries (requires datasourceUid). Optionally accepts time range and additional query parameters.', 'paramet... |
grafana | other | {'type': 'function', 'name': 'get_alert_rule_by_uid', 'description': 'Retrieves the full configuration and detailed status of a specific Grafana alert rule identified by its unique ID (UID). The response includes fields like title, condition, query data, folder UID, rule group, state settings (no data, error), evaluati... |
grafana | other | {'type': 'function', 'name': 'get_assertions', 'description': 'Get assertion summary for a given entity with its type, name, env, site, namespace, and a time range', 'parameters': {'type': 'object', 'properties': {'endTime': {'type': 'string', 'description': 'The end time in RFC3339 format', 'format': 'date-time'}, 'en... |
grafana | other | {'type': 'function', 'name': 'get_current_oncall_users', 'description': 'Get the list of users currently on-call for a specific Grafana OnCall schedule ID. Returns the schedule ID, name, and a list of detailed user objects for those currently on call.', 'parameters': {'type': 'object', 'properties': {'scheduleId': {'ty... |
grafana | other | {'type': 'function', 'name': 'get_dashboard_by_uid', 'description': 'Retrieves the complete dashboard, including panels, variables, and settings, for a specific dashboard identified by its UID. WARNING: Large dashboards can consume significant context window space. Consider using get_dashboard_summary for overview or g... |
grafana | other | {'type': 'function', 'name': 'get_dashboard_panel_queries', 'description': 'Use this tool to retrieve panel queries and information from a Grafana dashboard. When asked about panel queries, queries in a dashboard, or what queries a dashboard contains, call this tool with the dashboard UID. The datasource is an object w... |
grafana | other | {'type': 'function', 'name': 'get_dashboard_property', 'description': "Get specific parts of a dashboard using JSONPath expressions to minimize context window usage. Common paths: '$.title' (title)\\, '$.panels[*].title' (all panel titles)\\, '$.panels[0]' (first panel)\\, '$.templating.list' (variables)\\, '$.tags' (t... |
grafana | other | {'type': 'function', 'name': 'get_dashboard_summary', 'description': 'Get a compact summary of a dashboard including title\\, panel count\\, panel types\\, variables\\, and other metadata without the full JSON. Use this for dashboard overview and planning modifications without consuming large context windows.', 'parame... |
grafana | other | {'type': 'function', 'name': 'get_datasource_by_name', 'description': 'Retrieves detailed information about a specific datasource using its name. Returns the full datasource model, including UID, type, URL, access settings, JSON data, and secure JSON field status.', 'parameters': {'type': 'object', 'properties': {'name... |
grafana | other | {'type': 'function', 'name': 'get_datasource_by_uid', 'description': 'Retrieves detailed information about a specific datasource using its UID. Returns the full datasource model, including name, type, URL, access settings, JSON data, and secure JSON field status.', 'parameters': {'type': 'object', 'properties': {'uid':... |
grafana | other | {'type': 'function', 'name': 'get_incident', 'description': 'Get a single incident by ID. Returns the full incident details including title, status, severity, labels, timestamps, and other metadata.', 'parameters': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'The ID of the incident to retr... |
grafana | other | {'type': 'function', 'name': 'get_oncall_shift', 'description': 'Get detailed information for a specific Grafana OnCall shift using its ID. A shift represents a designated time period within a schedule when users are actively on-call. Returns the full shift details.', 'parameters': {'type': 'object', 'properties': {'sh... |
grafana | other | {'type': 'function', 'name': 'get_sift_analysis', 'description': 'Retrieves a specific analysis from an investigation by its UUID. The investigation ID and analysis ID should be provided as strings in UUID format.', 'parameters': {'type': 'object', 'properties': {'analysisId': {'type': 'string', 'description': 'The UUI... |
grafana | other | {'type': 'function', 'name': 'get_sift_investigation', 'description': "Retrieves an existing Sift investigation by its UUID. The ID should be provided as a string in UUID format (e.g. '02adab7c-bf5b-45f2-9459-d71a2c29e11b').", 'parameters': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': "The ... |
grafana | other | {'type': 'function', 'name': 'list_alert_rules', 'description': "Lists Grafana alert rules, returning a summary including UID, title, current state (e.g., 'pending', 'firing', 'inactive'), and labels. Supports filtering by labels using selectors and pagination. Example label selector: `[{'name': 'severity', 'type': '='... |
grafana | other | {'type': 'function', 'name': 'list_contact_points', 'description': 'Lists Grafana notification contact points, returning a summary including UID, name, and type for each. Supports filtering by name - exact match - and limiting the number of results.', 'parameters': {'type': 'object', 'properties': {'limit': {'type': 'i... |
grafana | other | {'type': 'function', 'name': 'list_datasources', 'description': "List available Grafana datasources. Optionally filter by datasource type (e.g., 'prometheus', 'loki'). Returns a summary list including ID, UID, name, type, and default status.", 'parameters': {'type': 'object', 'properties': {'type': {'type': 'string', '... |
grafana | other | {'type': 'function', 'name': 'list_incidents', 'description': "List Grafana incidents. Allows filtering by status ('active', 'resolved') and optionally including drill incidents. Returns a preview list with basic details.", 'parameters': {'type': 'object', 'properties': {'drill': {'type': 'boolean', 'description': 'Whe... |
grafana | other | {'type': 'function', 'name': 'list_loki_label_names', 'description': 'Lists all available label names (keys) found in logs within a specified Loki datasource and time range. Returns a list of unique label strings (e.g., `["app", "env", "pod"]`). If the time range is not provided, it defaults to the last hour.', 'parame... |
grafana | other | {'type': 'function', 'name': 'list_loki_label_values', 'description': 'Retrieves all unique values associated with a specific `labelName` within a Loki datasource and time range. Returns a list of string values (e.g., for `labelName="env"`, might return `["prod", "staging", "dev"]`). Useful for discovering filter optio... |
grafana | other | {'type': 'function', 'name': 'list_oncall_schedules', 'description': 'List Grafana OnCall schedules, optionally filtering by team ID. If a specific schedule ID is provided, retrieves details for only that schedule. Returns a list of schedule summaries including ID, name, team ID, timezone, and shift IDs. Supports pagin... |
grafana | other | {'type': 'function', 'name': 'list_oncall_teams', 'description': 'List teams configured in Grafana OnCall. Returns a list of team objects with their details. Supports pagination.', 'parameters': {'type': 'object', 'properties': {'page': {'type': 'integer', 'description': 'The page number to return'}}, 'required': [], '... |
grafana | other | {'type': 'function', 'name': 'list_oncall_users', 'description': 'List users from Grafana OnCall. Can retrieve all users, a specific user by ID, or filter by username. Returns a list of user objects with their details. Supports pagination.', 'parameters': {'type': 'object', 'properties': {'page': {'type': 'integer', 'd... |
grafana | other | {'type': 'function', 'name': 'list_prometheus_label_names', 'description': 'List label names in a Prometheus datasource. Allows filtering by series selectors and time range.', 'parameters': {'type': 'object', 'properties': {'datasourceUid': {'type': 'string', 'description': 'The UID of the datasource to query'}, 'endRf... |
grafana | other | {'type': 'function', 'name': 'list_prometheus_label_values', 'description': 'Get the values for a specific label name in Prometheus. Allows filtering by series selectors and time range.', 'parameters': {'type': 'object', 'properties': {'datasourceUid': {'type': 'string', 'description': 'The UID of the datasource to que... |
grafana | other | {'type': 'function', 'name': 'list_prometheus_metric_metadata', 'description': 'List Prometheus metric metadata. Returns metadata about metrics currently scraped from targets. Note: This endpoint is experimental.', 'parameters': {'type': 'object', 'properties': {'datasourceUid': {'type': 'string', 'description': 'The U... |
grafana | other | {'type': 'function', 'name': 'list_prometheus_metric_names', 'description': 'List metric names in a Prometheus datasource. Retrieves all metric names and then filters them locally using the provided regex. Supports pagination.', 'parameters': {'type': 'object', 'properties': {'datasourceUid': {'type': 'string', 'descri... |
grafana | other | {'type': 'function', 'name': 'list_pyroscope_label_names', 'description': 'Lists all available label names (keys) found in profiles within a specified Pyroscope datasource, time range, and\noptional label matchers. Label matchers are typically used to qualify a service name ({service_name="foo"}). Returns a\nlist of un... |
grafana | other | {'type': 'function', 'name': 'list_pyroscope_label_values', 'description': 'Lists all available label values for a particular label name found in profiles within a specified Pyroscope datasource,\ntime range, and optional label matchers. Label matchers are typically used to qualify a service name ({service_name="foo"})... |
grafana | other | {'type': 'function', 'name': 'list_pyroscope_profile_types', 'description': 'Lists all available profile types available in a specified Pyroscope datasource and time range. Returns a list of all\navailable profile types (example profile type: "process_cpu:cpu:nanoseconds:cpu:nanoseconds"). A profile type has the\nfollo... |
grafana | other | {'type': 'function', 'name': 'list_sift_investigations', 'description': 'Retrieves a list of Sift investigations with an optional limit. If no limit is specified, defaults to 10 investigations.', 'parameters': {'type': 'object', 'properties': {'limit': {'type': 'integer', 'description': 'Maximum number of investigation... |
grafana | other | {'type': 'function', 'name': 'list_teams', 'description': 'Search for Grafana teams by a query string. Returns a list of matching teams with details like name, ID, and URL.', 'parameters': {'type': 'object', 'properties': {'query': {'type': 'string', 'description': 'The query to search for teams. Can be left empty to f... |
grafana | other | {'type': 'function', 'name': 'list_users_by_org', 'description': 'List users by organization. Returns a list of users with details like userid, email, role etc.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True} |
grafana | other | {'type': 'function', 'name': 'query_loki_logs', 'description': 'Executes a LogQL query against a Loki datasource to retrieve log entries or metric values. Returns a list of results, each containing a timestamp, labels, and either a log line (`line`) or a numeric metric value (`value`). Defaults to the last hour, a limi... |
grafana | other | {'type': 'function', 'name': 'query_loki_stats', 'description': 'Retrieves statistics about log streams matching a given LogQL *selector* within a Loki datasource and time range. Returns an object containing the count of streams, chunks, entries, and total bytes (e.g., `{"streams": 5, "chunks": 50, "entries": 10000, "b... |
grafana | other | {'type': 'function', 'name': 'query_prometheus', 'description': "Query Prometheus using a PromQL expression. Supports both instant queries (at a single point in time) and range queries (over a time range). Time can be specified either in RFC3339 format or as relative time expressions like 'now', 'now-1h', 'now-30m', et... |
grafana | other | {'type': 'function', 'name': 'search_dashboards', 'description': 'Search for Grafana dashboards by a query string. Returns a list of matching dashboards with details like title, UID, folder, tags, and URL.', 'parameters': {'type': 'object', 'properties': {'query': {'type': 'string', 'description': 'The query to search ... |
grafana | other | {'type': 'function', 'name': 'update_dashboard', 'description': "Create or update a dashboard using either full JSON or efficient patch operations. For new dashboards\\, provide the 'dashboard' field. For updating existing dashboards\\, use 'uid' + 'operations' for better context window efficiency. Patch operations sup... |
heroku | other | {'type': 'function', 'name': 'create_addon', 'description': 'Create add-on: specify service, plan, custom names', 'parameters': {'type': 'object', 'properties': {'app': {'type': 'string', 'description': 'Target app for add-on. Must have write access. Region/space affects availability'}, 'as': {'type': 'string', 'descri... |
heroku | other | {'type': 'function', 'name': 'create_app', 'description': 'Create app: custom name, region (US/EU), team, private space', 'parameters': {'type': 'object', 'properties': {'app': {'type': 'string', 'description': 'App name. Auto-generated if omitted'}, 'region': {'type': 'string', 'description': 'Region: us/eu. Default: ... |
heroku | other | {'type': 'function', 'name': 'deploy_one_off_dyno', 'description': 'Run code/commands in Heroku one-off dyno with network and filesystem access.\n\nRequirements:\n- Show command output\n- Use app_info for buildpack detection\n- Support shell setup commands\n- Use stdout/stderr\n\nFeatures:\n- Network/filesystem access\... |
heroku | other | {'type': 'function', 'name': 'deploy_to_heroku', 'description': 'Use for all deployments. Deploys new/existing apps, with or without teams/spaces, and env vars to Heroku. Ask for app name if missing. Requires valid app.json via appJson param.', 'parameters': {'type': 'object', 'properties': {'appJson': {'type': 'string... |
heroku | other | {'type': 'function', 'name': 'get_addon_info', 'description': 'Get add-on details: plan, state, billing', 'parameters': {'type': 'object', 'properties': {'addon': {'type': 'string', 'description': 'Add-on identifier: UUID, name (postgresql-curved-12345), or attachment name (DATABASE)'}, 'app': {'type': 'string', 'descr... |
heroku | other | {'type': 'function', 'name': 'get_app_info', 'description': 'Get app details: config, dynos, addons, access, domains', 'parameters': {'type': 'object', 'properties': {'app': {'type': 'string', 'description': 'Target app name. Requires access permissions'}, 'json': {'type': 'boolean', 'description': 'JSON output with fu... |
heroku | other | {'type': 'function', 'name': 'get_app_logs', 'description': 'App logs: monitor/debug/filter by dyno/process/source', 'parameters': {'type': 'object', 'properties': {'app': {'type': 'string', 'description': 'Heroku app name. Requires: permissions, Cedar-gen'}, 'dynoName': {'type': 'string', 'description': 'Format: web.1... |
heroku | other | {'type': 'function', 'name': 'list_addon_plans', 'description': 'List service plans: features, pricing, availability', 'parameters': {'type': 'object', 'properties': {'json': {'type': 'boolean', 'description': 'JSON output with pricing, features, space compatibility. Default: text format'}, 'service': {'type': 'string'... |
heroku | other | {'type': 'function', 'name': 'list_addon_services', 'description': 'List available add-on services and features', 'parameters': {'type': 'object', 'properties': {'json': {'type': 'boolean', 'description': 'JSON output with sharing options and app generation support. Default: basic text'}}, 'required': [], 'additionalPr... |
heroku | other | {'type': 'function', 'name': 'list_addons', 'description': 'List add-ons: all apps or specific app, detailed metadata', 'parameters': {'type': 'object', 'properties': {'all': {'type': 'boolean', 'description': 'List all add-ons across accessible apps. Overrides app param, shows full status'}, 'app': {'type': 'string', ... |
heroku | other | {'type': 'function', 'name': 'list_apps', 'description': 'List Heroku apps: owned, collaborator access, team/space filtering', 'parameters': {'type': 'object', 'properties': {'all': {'type': 'boolean', 'description': 'Show owned apps and collaborator access. Default: owned only'}, 'personal': {'type': 'boolean', 'descr... |
heroku | other | {'type': 'function', 'name': 'list_private_spaces', 'description': 'Lists Heroku Private Spaces with CIDR blocks, regions, compliance and capacity details. JSON output supported.', 'parameters': {'type': 'object', 'properties': {'json': {'type': 'boolean', 'description': 'JSON output for detailed space metadata, text o... |
heroku | other | {'type': 'function', 'name': 'list_teams', 'description': 'Lists accessible Heroku Teams. Use for: viewing teams, checking membership, getting team metadata, and verifying access. JSON output available.', 'parameters': {'type': 'object', 'properties': {'json': {'type': 'boolean', 'description': 'Output format control -... |
heroku | other | {'type': 'function', 'name': 'maintenance_off', 'description': 'Disable maintenance mode and restore normal app operations', 'parameters': {'type': 'object', 'properties': {'app': {'type': 'string', 'description': 'Target Heroku app name'}}, 'required': ['app'], 'additionalProperties': False}, 'strict': True} |
heroku | other | {'type': 'function', 'name': 'maintenance_on', 'description': 'Enable maintenance mode and redirect traffic for a Heroku app', 'parameters': {'type': 'object', 'properties': {'app': {'type': 'string', 'description': 'Target Heroku app name'}}, 'required': ['app'], 'additionalProperties': False}, 'strict': True} |
heroku | other | {'type': 'function', 'name': 'pg_backups', 'description': 'Manage backups: schedules, status, verification, recovery', 'parameters': {'type': 'object', 'properties': {'app': {'type': 'string', 'description': 'Target app name'}}, 'required': ['app'], 'additionalProperties': False}, 'strict': True} |
heroku | other | {'type': 'function', 'name': 'pg_credentials', 'description': 'Manage access: credentials, permissions, security, monitoring', 'parameters': {'type': 'object', 'properties': {'app': {'type': 'string', 'description': 'Target app name'}, 'database': {'type': 'string', 'description': 'Database identifier. Format: APP_NAME... |
heroku | other | {'type': 'function', 'name': 'pg_info', 'description': 'View database status: config, metrics, resources, health', 'parameters': {'type': 'object', 'properties': {'app': {'type': 'string', 'description': 'Target app name'}, 'database': {'type': 'string', 'description': 'Database identifier. Format: APP_NAME::DB for oth... |
heroku | other | {'type': 'function', 'name': 'pg_kill', 'description': 'Stop processes: stuck queries, blocking transactions, runaway operations', 'parameters': {'type': 'object', 'properties': {'app': {'type': 'string', 'description': 'Target app name'}, 'database': {'type': 'string', 'description': 'Database identifier. Format: APP_... |
heroku | other | {'type': 'function', 'name': 'pg_locks', 'description': 'Analyze locks: blocked queries, deadlocks, concurrency', 'parameters': {'type': 'object', 'properties': {'app': {'type': 'string', 'description': 'Target app name'}, 'database': {'type': 'string', 'description': 'Database identifier. Format: APP_NAME::DB for othe... |
heroku | other | {'type': 'function', 'name': 'pg_maintenance', 'description': 'Track maintenance: windows, schedules, progress, planning', 'parameters': {'type': 'object', 'properties': {'app': {'type': 'string', 'description': 'Target app name'}, 'database': {'type': 'string', 'description': 'Database identifier. Format: APP_NAME::DB... |
heroku | other | {'type': 'function', 'name': 'pg_outliers', 'description': 'Find resource-heavy queries: performance, patterns, optimization', 'parameters': {'type': 'object', 'properties': {'app': {'type': 'string', 'description': 'Target app name'}, 'database': {'type': 'string', 'description': 'Database identifier. Format: APP_NAME... |
heroku | other | {'type': 'function', 'name': 'pg_ps', 'description': 'Monitor active queries: progress, resources, performance', 'parameters': {'type': 'object', 'properties': {'app': {'type': 'string', 'description': 'Target app name'}, 'database': {'type': 'string', 'description': 'Database identifier. Format: APP_NAME::DB for other... |
heroku | other | {'type': 'function', 'name': 'pg_psql', 'description': 'Execute SQL queries: analyze, debug, modify schema, manage data', 'parameters': {'type': 'object', 'properties': {'app': {'type': 'string', 'description': 'app to run command against'}, 'command': {'type': 'string', 'description': 'SQL command. Single line. Ignore... |
heroku | other | {'type': 'function', 'name': 'pg_upgrade', 'description': 'Upgrade PostgreSQL: version migration, compatibility, safety', 'parameters': {'type': 'object', 'properties': {'app': {'type': 'string', 'description': 'Target app name'}, 'confirm': {'type': 'string', 'description': 'Confirmation for destructive operation'}, '... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.