Skip to main content
Glama

Autotask MCP Server

create_expense_report

Create new expense reports in Autotask by specifying submitter details, report name, description, and week ending date for accurate expense tracking and reimbursement processing.

Instructions

Create a new expense report

Input Schema

NameRequiredDescriptionDefault
descriptionNoExpense report description
nameNoExpense report name
submitterIdYesThe resource ID of the submitter
weekEndingDateNoWeek ending date (YYYY-MM-DD format)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Expense report description", "type": "string" }, "name": { "description": "Expense report name", "type": "string" }, "submitterId": { "description": "The resource ID of the submitter", "type": "number" }, "weekEndingDate": { "description": "Week ending date (YYYY-MM-DD format)", "type": "string" } }, "required": [ "submitterId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/asachs01/autotask-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server