DocsMCP Integration

MCP Tools

Actions Claude can perform through the MCP integration.

MCP Tools

Claude can perform these actions in Zenaris:

create_task

Create a new task for a client.

Example prompt:

"Create a task for Acme Corp: Design landing page mockups"

Parameters:

  • clientId: Client to associate with
  • title: Task title
  • description: Optional details
  • billable: Default true

log_time

Log time to an existing task.

Example prompt:

"Log 2.5 hours to the landing page mockups task"

Parameters:

  • taskId: Task to log time to
  • hours: Duration in decimal
  • date: When work was done
  • notes: Description of work

Example Conversations

Creating a task:

You: "I just had a meeting with Acme Corp about their website. Create a task for the redesign project."

Claude: "I've created a new task 'Website Redesign Project' for Acme Corp. Would you like me to log any time for today's meeting?"

Logging time:

You: "I spent 3 hours on the Acme website today, mostly on the homepage layout."

Claude: "I've logged 3 hours to 'Website Redesign Project' with the note 'Homepage layout work'. Your total time on this task is now 5.5 hours."

Security

  • All tools require authentication
  • Client ownership is verified before task creation
  • Time logging validates task ownership