Skip to content

nuday-ai/nuday-complete-readonly

v1.0.3

Inspect NuDay resources with read-only MCP tools and the public skill catalog.

agent-evaluations

Evaluate agents via the NuDay Evaluations MCP server — run a suite of scored test cases against an agent and poll the results. Use to measure an agent's quality, and to A/B compare changes.

agent-template

Reference for an agent-template repo (the working directory the coding agent is operating in, when it follows the agent-template layout): how to add agents, skills, guardrails, guidelines, and tools, plus the av CLI and GitHub Actions deploy flow. Use whenever editing or extending such a repo.

agent-testing

Test a NuDay agent by sending it real messages and inspecting the reply, right after building or configuring it. Use to verify an agent works — its prompt, tools, knowledge, and LLM — before sharing it with users.

api-integration

Integrate with external APIs and services. Use when connecting to REST APIs, handling authentication, or processing API responses.

atlassian-confluence

Read and manage pages, spaces, and content in Atlassian Confluence. Use when the user wants to search documentation, create wiki pages, or manage knowledge base content.

atlassian-jira

Manage issues, projects, and boards in Atlassian Jira. Use when the user wants to create, update, or search issues, manage sprints, or track project progress.

code-review

Perform systematic code reviews with best practices. Use when reviewing pull requests, examining code quality, or suggesting improvements to existing code.

create-docx

Generate Word documents with headings, tables, and rich formatting

create-pdf

Generate professional PDF documents with headers, tables, and formatting

data-analysis

Analyze datasets and extract insights. Use when exploring data, creating reports, or identifying patterns and trends.

debugging-assistant

Systematic debugging and troubleshooting. Use when investigating bugs, analyzing error logs, or diagnosing issues in applications.

docker-assistant

Create and manage Docker containers and compose files. Use when containerizing applications, writing Dockerfiles, or managing multi-container setups.

git-workflow

Manage Git workflows and version control. Use when working with branches, reviewing commits, resolving conflicts, or managing releases.

github

Browse repositories, read files, search code, and manage issues and pull requests on GitHub via the GitHub connector (MCP). Use when the user wants to explore a repo, triage or file issues, comment on work, or review pull requests.

gmail

Read and send emails via Gmail MCP tools. Use when the user wants to check their inbox, read emails, send messages, reply to threads, or manage labels.

google-calendar

Manage Google Calendar events via MCP tools. Use when the user wants to check their schedule, create meetings, update events, or manage calendar availability.

google-contacts

Read and manage Google Contacts via MCP tools. Use when the user wants to look up contact information, add new contacts, or update existing contact details.

google-docs

Read and edit Google Docs documents via MCP tools. Use when the user wants to view document content, create new documents, or insert and edit text.

google-drive

Read and manage files in Google Drive via MCP tools. Use when the user wants to find files, upload or download documents, create folders, or manage sharing.

google-sheets

Read and edit Google Sheets spreadsheets via MCP tools. Use when the user wants to view spreadsheet data, update cells, create new spreadsheets, or analyze tabular data.

google-tasks

Manage Google Tasks via MCP tools. Use when the user wants to view their to-do list, create tasks, mark tasks complete, or organize tasks with due dates.

guardrails-management

Manage Guardrails — list, create, update, and delete agent safety guardrails using the Guardrails Manager MCP server. Use when an agent needs to browse available guardrails, define new safety policies, or maintain the guardrails registry.

guidelines-management

Manage Guidelines — list, create, update, and delete agent behavioral guidelines using the Guidelines Manager MCP server. Use when an agent needs to browse available guidelines, define new behavioral rules, or maintain the guidelines registry.

knowledge-base-management

Create, populate, query, and delete Knowledge Bases (RAG collections) via the NuDay Manager MCP server. Use when an agent needs to set up retrieval-augmented generation — build a knowledge base, ingest text into it, then attach it to an agent for grounded answers.

mcp-server-builder

Build Model Context Protocol (MCP) servers and tools. Use when creating custom MCP servers, defining tools, or integrating MCP capabilities.

microsoft-onedrive

Read and manage files in Microsoft OneDrive. Use when the user wants to browse, upload, download, or organize files in OneDrive.

microsoft-outlook-calendar

Read and manage Outlook Calendar events and scheduling. Use when the user wants to view, create, or manage calendar events in Microsoft Outlook.

microsoft-outlook-mail

Read and send emails via Microsoft Outlook / Exchange Online. Use when the user wants to manage their Outlook inbox, compose emails, or search messages.

microsoft-teams

Send messages, manage channels, and access teams in Microsoft Teams. Use when the user wants to communicate or collaborate through Teams.

notion

Read and manage pages, databases, and content in Notion workspaces. Use when the user wants to search, create, or update Notion pages and databases.

nuday-agent-builder

Build and configure NuDay agents using the MCP tools. Use when creating new agents, updating agent configurations, or assembling agents from available resources like tools, skills, guardrails, guidelines, plugins, MCP servers, and knowledge bases.

nuday-app-building

Build, deploy, and operate NuDay apps (static sites, Streamlit, FastAPI, Flask, Node, hosted MCP servers, Postgres-backed apps) whose source lives in a tenant workspace. Use when a user wants to create, publish, update, debug, or roll back a deployed web app via the NuDay Apps, Workspace Files, and Web Tools MCP servers.

org-template

Reference for an org-template repo (the working directory the coding agent is operating in, when it follows the org-template layout): how to manage tenant-wide config (LLM providers, configs, rate limits, skills, guardrails, users, alerting) and the av org CLI deploy flow. Use whenever editing or extending such a repo.

read-pdf

Extract text, tables, and metadata from PDF documents

salesforce

Access and manage CRM data in Salesforce. Use when the user wants to query leads, contacts, opportunities, cases, or manage CRM records.

secure-tools-management

Build, test, list, update, and delete cryptographically signed Secure Tools via the AV Manager MCP server — including executing a tool with sample args to verify it works. Use when an agent needs to author new tool definitions, test them, or maintain the tool registry.

security-review

Perform security reviews and vulnerability assessments. Use when auditing code for security issues, reviewing authentication, or checking for common vulnerabilities.

skill-creator

Create new agent skills following the Agent Skills specification

skills-management

Manage Skills — list, create, update, and delete agent skill definitions using the Skills Manager MCP server. Use when an agent needs to browse available skills, author new instruction sets, or maintain the skills registry.

slack

Read and send messages, manage channels, and access workspace data in Slack. Use when the user wants to communicate or collaborate through Slack.

sql-assistant

Write and optimize SQL queries. Use when creating database queries, optimizing performance, or designing schemas.

summarizer

Summarize documents and long-form content using multi-pass strategies

task-automation

Create automated workflows and scripts. Use when automating repetitive tasks, creating scheduled jobs, or building workflow pipelines.

technical-communication

Write clear technical communications including emails, reports, and status updates. Use when communicating technical information to stakeholders or team members.

technical-documentation

Create clear technical documentation including READMEs, API docs, and architecture guides. Use when documenting code, APIs, systems, or processes.

testing-strategy

Create comprehensive testing strategies and write tests. Use when designing test suites, writing unit tests, integration tests, or end-to-end tests.