TaskTime Pro
NPM · @TASKTIMEPRO/AGENT-BRIDGE · SCANNED AUG 3
First-party local TaskTime Pro tools for tasks, timers, expenses, invoices, reports, and planning.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to tasktimepro/tasktime). View diagnostics → Pass
- Clear OSI-approved license (AGPL-3.0-only).Pass
- Actively maintained (last published 11 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 7408 tokens (~60/item across 122 items; 122 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @tasktimepro/agent-bridge
claude mcp add pro-tasktime-agent-bridge -- npx -y @tasktimepro/agent-bridge
codex mcp add pro-tasktime-agent-bridge -- npx -y @tasktimepro/agent-bridge
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"pro-tasktime-agent-bridge": {
"type": "local",
"command": [
"npx",
"-y",
"@tasktimepro/agent-bridge"
],
"enabled": true
}
}
} openclaw mcp add pro-tasktime-agent-bridge --command npx --arg -y --arg @tasktimepro/agent-bridge
mcp_servers:
pro-tasktime-agent-bridge:
command: "npx"
args: ["-y", "@tasktimepro/agent-bridge"] {
"mcpServers": {
"pro-tasktime-agent-bridge": {
"command": "npx",
"args": [
"-y",
"@tasktimepro/agent-bridge"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 31 Jul 26 −9
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 +28
- Tool coverage: unverified → 100 ▲ functional
- First check of Tool coverage: 0 functional
- First check of Schema quality: fail functional
- First check of Schema quality: pass functional
- First check of Schema quality: good functional
- 26 Jul 26 59
First indexed and scored.
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@tasktimepro/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- tasktimepro/tasktime
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/tasktimepro/tasktime/.github/workflows/publish-agent-bridge.yml@refs/heads/main
- Rekor log index:
- 2219650844
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:2bc3caf1264ce3c13954848764567bde2b57353d22780b8aa9ab443fdeb711c9b838bab6db3c36a55876331476898969ef6e361ef684dfdef98be7987
- Discovery method:
- attestation_endpoint
Dependencies 0 packages
0 packages in the resolved dependency tree.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
add_manual_time_entry ~79
Create a manual time entry after TaskTime Pro validates billing cutoffs and overlaps against complete local history.
| Name | Type | Req | Description |
|---|---|---|---|
| billingIncrementMinutes | number|null | — | — |
| end | number | yes | — |
| idempotencyKey | string | — | — |
| note | string | — | — |
| start | number | yes | — |
| taskId | string | yes | — |
No output schema declared.
No examples provided.
archive_business_brand_asset ~34
Archive a business logo brand asset without deleting invoices or business profile references.
| Name | Type | Req | Description |
|---|---|---|---|
| businessBrandAssetId | string | yes | — |
No output schema declared.
No examples provided.
archive_client ~25
Archive an existing client without deleting related data.
| Name | Type | Req | Description |
|---|---|---|---|
| clientId | string | yes | — |
No output schema declared.
No examples provided.
archive_expense_category ~33
Archive an expense category without deleting expenses or recurring templates that reference it.
| Name | Type | Req | Description |
|---|---|---|---|
| expenseCategoryId | string | yes | — |
No output schema declared.
No examples provided.
archive_project ~25
Archive an existing project without deleting related data.
| Name | Type | Req | Description |
|---|---|---|---|
| projectId | string | yes | — |
No output schema declared.
No examples provided.
archive_task ~33
Archive a task using TaskTime Pro archive behavior. This is not a destructive delete.
| Name | Type | Req | Description |
|---|---|---|---|
| taskId | string | yes | — |
No output schema declared.
No examples provided.
attach_planner_item ~121
Attach a client, project, or task to the planner for a static pin, date, weekday, this week, or every week.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string|null | — | — |
| duplicateMode | string | — | — |
| estimatedHours | number|null | — | — |
| idempotencyKey | string | — | — |
| includeWeekends | boolean | — | — |
| mode | string | yes | — |
| referenceId | string | yes | — |
| type | string | yes | — |
| weekStartDate | string|null | — | — |
| weekday | number|null | — | — |
No output schema declared.
No examples provided.
cascade_delete_client ~167
Delete a client and either convert linked projects to personal or delete related non-billed project data after preview matching, explicit confirmation, and TaskTime Pro approval. Invoice-linked, billed, or tax-claimed records are rejected.
| Name | Type | Req | Description |
|---|---|---|---|
| alsoDeleteProjects | boolean | — | — |
| clientId | string | yes | — |
| confirmDelete | boolean | yes | — |
| confirmationText | string | yes | — |
| expectedExpenseIds | array | — | — |
| expectedPlannerAttachmentIds | array | — | — |
| expectedProjectIdsToConvertToPersonal | array | — | — |
| expectedProjectIdsToDelete | array | — | — |
| expectedRecurrenceIds | array | — | — |
| expectedTaskIds | array | — | — |
| expectedTimeEntryIds | array | — | — |
| expectedTimerKeys | array | — | — |
No output schema declared.
No examples provided.
cascade_delete_project ~140
Delete a project and related non-billed tasks, active time entries, timers, expenses, recurring templates, and planner attachments after preview matching, explicit confirmation, and TaskTime Pro approval. Invoice-linked, billed, or tax-claimed records are rejected.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmDelete | boolean | yes | — |
| confirmationText | string | yes | — |
| expectedExpenseIds | array | — | — |
| expectedPlannerAttachmentIds | array | — | — |
| expectedRecurrenceIds | array | — | — |
| expectedTaskIds | array | yes | — |
| expectedTimeEntryIds | array | yes | — |
| expectedTimerKeys | array | — | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
cascade_delete_task ~111
Delete a task, descendant tasks, related active time entries, matching timers, and planner attachments after preview matching, explicit confirmation, and TaskTime Pro approval. Billed or invoice-linked tasks are rejected.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmDelete | boolean | yes | — |
| confirmationText | string | yes | — |
| expectedPlannerAttachmentIds | array | — | — |
| expectedTaskIds | array | yes | — |
| expectedTimeEntryIds | array | yes | — |
| expectedTimerKeys | array | — | — |
| taskId | string | yes | — |
No output schema declared.
No examples provided.
clear_timer ~59
Discard an active timer without creating a time entry after explicit confirmation and TaskTime Pro approval.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmClear | boolean | yes | — |
| confirmationText | string | yes | — |
| taskId | string | — | — |
| timerKey | string | — | — |
No output schema declared.
No examples provided.
complete_task ~36
Complete a non-recurring task or a specific recurring occurrence.
| Name | Type | Req | Description |
|---|---|---|---|
| occurrenceDate | string | — | — |
| taskId | string | yes | — |
No output schema declared.
No examples provided.
create_business_brand_asset ~121
Create a validated business logo brand asset for an existing business profile, reusing an existing matching content hash when present.
| Name | Type | Req | Description |
|---|---|---|---|
| businessInfoId | string | yes | — |
| byteSize | number | yes | — |
| contentHash | string | yes | — |
| dataUrl | string | yes | — |
| fileName | string|null | — | — |
| height | number | yes | — |
| id | string | — | — |
| idempotencyKey | string | — | — |
| kind | string | — | — |
| mimeType | string | yes | — |
| width | number | yes | — |
No output schema declared.
No examples provided.
create_business_info ~186
Create a business profile for invoice sender/tax details. Requires title/name and businessName/name.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | — | — |
| branding | object | — | — |
| businessName | string | — | — |
| city | string | — | — |
| country | string | — | — |
| string | — | — | |
| id | string | — | — |
| idempotencyKey | string | — | — |
| isDefault | boolean | — | — |
| name | string | — | — |
| phone | string | — | — |
| registrationNumber | string | — | — |
| state | string | — | — |
| taxEnabled | boolean | — | — |
| taxId | string | — | — |
| taxLabel | string | — | — |
| taxNumber | string | — | — |
| taxRate | number | — | — |
| title | string | — | — |
| vat | string | — | — |
| zip | string | — | — |
No output schema declared.
No examples provided.
create_client ~199
Create a non-archived TaskTime Pro client with contact, billing, tax, and notes fields.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | — | — |
| city | string | — | — |
| clientName | string | — | — |
| color | string|null | — | — |
| contactPerson | string | — | — |
| country | string | — | — |
| defaultCurrency | string | — | — |
| defaultHourlyRate | number|null | — | — |
| disableTax | boolean | — | — |
| string | — | — | |
| flatRate | boolean | — | — |
| hourlyRate | number|null | — | — |
| id | string | — | — |
| idempotencyKey | string | — | — |
| notes | string | — | — |
| phone | string | — | — |
| registrationNumber | string | — | — |
| state | string | — | — |
| taxNumber | string | — | — |
| title | string | yes | — |
| vat | string | — | — |
| zip | string | — | — |
No output schema declared.
No examples provided.
create_email_template ~115
Create an invoice or quote email template with subject, body, reminder body, and attachment filename defaults.
| Name | Type | Req | Description |
|---|---|---|---|
| attachmentTitle | string | yes | — |
| fromName | string | — | — |
| id | string | — | — |
| idempotencyKey | string | — | — |
| isDefault | boolean | — | — |
| name | string | yes | — |
| reminderBody | string | yes | — |
| replyTo | string | — | — |
| sendBody | string | yes | — |
| subject | string | yes | — |
| type | string | yes | — |
No output schema declared.
No examples provided.
create_expense ~244
Create an expense through the TaskTime Pro command layer.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | — |
| amountExcludingTax | number|null | — | — |
| amountType | string|null | — | — |
| billable | boolean | yes | — |
| businessId | string|null | — | — |
| categoryId | string|null | — | — |
| clientId | string|null | — | — |
| currency | string | yes | — |
| date | string | yes | — |
| idempotencyKey | string | — | — |
| isPersonal | boolean | yes | — |
| isRecurring | boolean | — | — |
| isTaxExempt | boolean | — | — |
| note | string|null | — | — |
| paidBy | string|null | — | — |
| paidOn | string|null | — | — |
| paymentMode | string | — | — |
| paymentStatus | string | — | — |
| projectId | string|null | — | — |
| receiptNumber | string|null | — | — |
| recurrenceId | string|null | — | — |
| supplierName | string|null | — | — |
| taxLabel | string|null | — | — |
| taxNumber | string|null | — | — |
| taxRate | number|null | — | — |
| title | string | yes | — |
No output schema declared.
No examples provided.
create_expense_category ~71
Create a non-archived expense category through the validated settings collection.
| Name | Type | Req | Description |
|---|---|---|---|
| archived | boolean | — | — |
| group | string|null | — | — |
| id | string | — | — |
| idempotencyKey | string | — | — |
| isDefault | boolean | — | — |
| name | string | yes | — |
No output schema declared.
No examples provided.
create_expense_recurrence ~267
Create a recurring expense template and optionally generate the initial expense instance when due, matching the UI flow.
| Name | Type | Req | Description |
|---|---|---|---|
| active | boolean | — | — |
| amount | number | yes | — |
| amountExcludingTax | number|null | — | — |
| amountType | string | yes | — |
| billable | boolean | yes | — |
| businessId | string|null | — | — |
| categoryId | string|null | — | — |
| clientId | string|null | — | — |
| currency | string | yes | — |
| endDate | string|null | — | — |
| generateInitial | boolean | — | — |
| id | string | — | — |
| idempotencyKey | string | — | — |
| isPersonal | boolean | yes | — |
| isTaxExempt | boolean | yes | — |
| monthlyDay | number | — | — |
| monthlyType | string | — | — |
| note | string|null | — | — |
| paidBy | string|null | — | — |
| paymentMode | string | — | — |
| projectId | string|null | — | — |
| repeat | string | yes | — |
| startDate | string | yes | — |
| supplierName | string|null | — | — |
| taxLabel | string|null | — | — |
| taxNumber | string|null | — | — |
| taxRate | number|null | — | — |
| title | string | yes | — |
No output schema declared.
No examples provided.
create_invoice_draft ~177
Create a draft invoice from unbilled project work. This creates only a draft invoice record and does not mark entries or expenses billed, update task billing cutoffs, update project invoice references, or advance invoice numbering.
| Name | Type | Req | Description |
|---|---|---|---|
| billingPeriodEnd | string | — | — |
| billingPeriodStart | string | — | — |
| businessInfoId | string|null | — | — |
| clientId | string | — | — |
| dueDate | string|null | — | — |
| exchangeRates | object|null | — | — |
| idempotencyKey | string | — | — |
| includeClientLevelExpenses | boolean | — | — |
| invoiceDate | string | — | — |
| invoiceNumber | string | — | — |
| notes | string | — | — |
| paymentMethodId | string|null | — | — |
| projectId | string | yes | — |
| templateId | string|null | — | — |
No output schema declared.
No examples provided.
create_invoice_template ~149
Create an invoice template with sequence, tax, notes, and branding defaults.
| Name | Type | Req | Description |
|---|---|---|---|
| brandingOptions | object | — | — |
| currentSequentialNumber | number | — | — |
| defaultDueDays | number | — | — |
| defaultNotes | string | — | — |
| defaultTaxRate | number | — | — |
| id | string | — | — |
| idempotencyKey | string | — | — |
| isDefault | boolean | — | — |
| layoutStyle | string | — | — |
| logoPlacement | string | — | — |
| name | string | yes | — |
| prefix | string | — | — |
| showBillingPeriod | boolean | — | — |
| showProjectTitle | boolean | — | — |
| useSequentialNumbers | boolean | — | — |
No output schema declared.
No examples provided.
create_payment_method ~113
Create a payment method. The first method becomes default unless specified otherwise.
| Name | Type | Req | Description |
|---|---|---|---|
| bank | string | — | — |
| bankAddress | string | — | — |
| custom | array | — | — |
| fullName | string | — | — |
| iban | string | — | — |
| id | string | — | — |
| idempotencyKey | string | — | — |
| instructions | string | — | — |
| isDefault | boolean | — | — |
| paypal | string | — | — |
| swift | string | — | — |
| title | string | yes | — |
No output schema declared.
No examples provided.
create_project ~154
Create a non-archived TaskTime Pro project, optionally linked to an existing preferred client.
| Name | Type | Req | Description |
|---|---|---|---|
| billableTimeIncrementMinutes | number|null | — | — |
| budgetAmount | number|null | — | — |
| color | string|null | — | — |
| deadline | string|null | — | — |
| description | string | — | — |
| flatRate | boolean | — | — |
| hourlyRate | number|null | — | — |
| id | string | — | — |
| idempotencyKey | string | — | — |
| isPersonal | boolean | — | — |
| preferredClientId | string|null | — | — |
| statusMode | string | — | — |
| taskSort | string | — | — |
| taskView | string | — | — |
| title | string | yes | — |
No output schema declared.
No examples provided.
create_task ~121
Create a TaskTime Pro task or subtask. Subtasks cannot be recurring.
| Name | Type | Req | Description |
|---|---|---|---|
| billable | boolean | — | — |
| estimatedFlatAmount | number|null | — | — |
| estimatedHours | number|null | — | — |
| idempotencyKey | string | — | — |
| note | string|null | — | — |
| parentTaskId | string|null | — | — |
| projectId | string|null | — | — |
| promptTimeEntry | boolean | — | — |
| recurring | object|null | — | — |
| startDate | string|null | — | — |
| title | string | yes | — |
No output schema declared.
No examples provided.
create_tax_return_period ~119
Create a tax return period for VAT, income-tax, sales-tax, or other reporting workflows.
| Name | Type | Req | Description |
|---|---|---|---|
| businessInfoId | string|null | — | — |
| endDate | string | yes | — |
| filedAt | number|null | — | — |
| id | string | — | — |
| idempotencyKey | string | — | — |
| notes | string|null | — | — |
| paidAt | number|null | — | — |
| startDate | string | yes | — |
| status | string | — | — |
| title | string | yes | — |
| type | string | yes | — |
No output schema declared.
No examples provided.
delete_business_brand_asset ~66
Delete one unreferenced business logo brand asset after explicit command confirmation and TaskTime Pro approval. Assets referenced by business profiles or invoice snapshots are rejected.
| Name | Type | Req | Description |
|---|---|---|---|
| businessBrandAssetId | string | yes | — |
| confirmDelete | boolean | yes | — |
| confirmationText | string | yes | — |
No output schema declared.
No examples provided.
delete_business_info ~71
Delete one unreferenced business profile after explicit command confirmation and TaskTime Pro approval. Profiles referenced by invoices, brand assets, expenses, recurring templates, or tax return periods are rejected.
| Name | Type | Req | Description |
|---|---|---|---|
| businessInfoId | string | yes | — |
| confirmDelete | boolean | yes | — |
| confirmationText | string | yes | — |
No output schema declared.
No examples provided.
delete_client ~48
Delete one unreferenced client after explicit command confirmation and TaskTime Pro approval.
| Name | Type | Req | Description |
|---|---|---|---|
| clientId | string | yes | — |
| confirmDelete | boolean | yes | — |
| confirmationText | string | yes | — |
No output schema declared.
No examples provided.
delete_email_template ~51
Delete one invoice or quote email template after explicit command confirmation and TaskTime Pro approval.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmDelete | boolean | yes | — |
| confirmationText | string | yes | — |
| emailTemplateId | string | yes | — |
No output schema declared.
No examples provided.
delete_expense ~63
Delete one active unbilled and unclaimed expense after explicit command confirmation and TaskTime Pro approval. Billed and tax-claimed expenses are rejected.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmDelete | boolean | yes | — |
| confirmationText | string | yes | — |
| expenseId | string | yes | — |
No output schema declared.
No examples provided.
delete_expense_category ~62
Delete one unreferenced expense category after explicit command confirmation and TaskTime Pro approval. Categories referenced by expenses or recurring templates are rejected.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmDelete | boolean | yes | — |
| confirmationText | string | yes | — |
| expenseCategoryId | string | yes | — |
No output schema declared.
No examples provided.
delete_expense_recurrence ~55
Delete one recurring expense template after explicit command confirmation and TaskTime Pro approval without deleting generated expenses.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmDelete | boolean | yes | — |
| confirmationText | string | yes | — |
| recurrenceId | string | yes | — |
No output schema declared.
No examples provided.
delete_invoice_template ~58
Delete one unreferenced invoice template after explicit command confirmation and TaskTime Pro approval. Templates referenced by invoices are rejected.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmDelete | boolean | yes | — |
| confirmationText | string | yes | — |
| invoiceTemplateId | string | yes | — |
No output schema declared.
No examples provided.
delete_payment_method ~59
Delete one unreferenced payment method after explicit command confirmation and TaskTime Pro approval. Payment methods referenced by invoices are rejected.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmDelete | boolean | yes | — |
| confirmationText | string | yes | — |
| paymentMethodId | string | yes | — |
No output schema declared.
No examples provided.
delete_project ~48
Delete one unreferenced project after explicit command confirmation and TaskTime Pro approval.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmDelete | boolean | yes | — |
| confirmationText | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
delete_task ~51
Delete one unreferenced active or archived task after explicit command confirmation and TaskTime Pro approval.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmDelete | boolean | yes | — |
| confirmationText | string | yes | — |
| taskId | string | yes | — |
No output schema declared.
No examples provided.
delete_time_entry ~58
Delete one active unbilled time entry after explicit command confirmation and TaskTime Pro approval. Historical and billed entries are rejected.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmDelete | boolean | yes | — |
| confirmationText | string | yes | — |
| entryId | string | yes | — |
No output schema declared.
No examples provided.
find_unbilled_time ~54
Find canonical invoice-eligible time across complete local history, optionally scoped by project or task.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | — |
| projectId | string|null | — | — |
| taskId | string|null | — | — |
No output schema declared.
No examples provided.
focus_running_timer ~42
Focus the TaskTime Pro app on a running timer by timer key or task ID.
| Name | Type | Req | Description |
|---|---|---|---|
| taskId | string | — | — |
| timerKey | string | — | — |
No output schema declared.
No examples provided.
get_active_timers ~21
List active timers with resolved timer keys and elapsed time.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_client_overview ~32
Get a bounded client summary with project, expense, and invoice totals.
| Name | Type | Req | Description |
|---|---|---|---|
| clientId | string | yes | — |
No output schema declared.
No examples provided.
get_dashboard_summary ~27
Get a bounded summary of current work and canonical invoice-eligible time across complete local history.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_pairing_status ~45
Return the active local TaskTime Pro bridge endpoint, launch URL, pairing expiry, stable agent identity, and app-session status. This tool works before the browser app is paired.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_preferences ~30
Return validated TaskTime Pro user preferences. Sync/backup control state is readable but not mutable through update_preferences.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_project_notes ~30
Read project notes in persisted TipTap JSON format plus plain text.
| Name | Type | Req | Description |
|---|---|---|---|
| projectId | string | yes | — |
No output schema declared.
No examples provided.
get_project_overview ~34
Get a bounded project summary with canonical invoice-eligible time across complete local history.
| Name | Type | Req | Description |
|---|---|---|---|
| projectId | string | yes | — |
No output schema declared.
No examples provided.
get_report_summary ~156
Get read-only Reports-page summaries for filtered invoices, expenses, hours, tax, outstanding, statement, work-summary, and to-invoice sections.
| Name | Type | Req | Description |
|---|---|---|---|
| businessId | string|null | — | — |
| categoryId | string|null | — | — |
| clientId | string|null | — | — |
| customEnd | string|null | — | — |
| customStart | string|null | — | — |
| expenseDateBasis | string | — | — |
| expenseStatus | string | — | — |
| includeRows | boolean | — | — |
| incomeDateBasis | string | — | — |
| invoiceStatus | string | — | — |
| period | string | — | — |
| projectId | string|null | — | — |
| rowLimit | number | — | — |
| section | string | — | — |
No output schema declared.
No examples provided.
get_sync_status ~28
Read current Google Drive sync status, auto-sync mode, pending changes, and backup preference metadata.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_business_brand_assets ~56
List business logo brand assets, optionally scoped to a business profile and including archived assets or data URLs.
| Name | Type | Req | Description |
|---|---|---|---|
| businessInfoId | string | — | — |
| includeArchived | boolean | — | — |
| includeDataUrl | boolean | — | — |
No output schema declared.
No examples provided.
list_business_infos ~24
List business profiles used for invoices, expenses, and tax/reporting context.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.