Agiled
Agiled is an all-in-one business management platform designed to streamline operations such as CRM, project management, finance, and more.
Tools (18)
Create Expense
Tool to create a new expense in Agiled. Use after gathering expense details and authenticating with your API key.
Inputs: price, status, user_id, how_often, item_name, project_id, currency_id, is_infinite, often_terms, distance_cost, distance_unit, purchase_date, term_duration, distance_value, make_recurring, purchased_from, include_distance, remaining_cycles, distance_category, distance_unit_rate, next_purchase_date, distance_description
Create Project
Tool to create a new project in Agiled. Use when you have collected all project details and need to set up the project before assigning tasks. Example: "Create a new project named Website Redesign with start date 2023-09-01 and status in progress."
Inputs: notes, status, deadline, start_date, project_name, project_summary
Create Task
Tool to create a new task in Agiled. Use when you have all task details and want to add it to your project board. Example: "Create a task titled 'Draft specs' for project 45, assigned to user 7, priority normal, due date 2025-11-05."
Inputs: title, status, list_id, due_date, priority, followers, project_id, start_date, assigned_to, description
Create Ticket
Tool to create a new support ticket in Agiled. Use after gathering all required ticket details (subject, message, priority, user ID).
Inputs: file, message, subject, type_id, user_id, agent_id, priority, channel_id
Get Contacts
Tool to retrieve a list of all contacts. Use after configuring the API key to fetch contacts with optional pagination or search filters.
Inputs: page, search, per_page
Get Currencies
Tool to list currencies. Use when you need to fetch available currency options after authentication.
Get Deals
Tool to retrieve a list of all deals. Use after confirming your API key to list all deals for CRM reporting.
Get Employees
Tool to retrieve a list of all employees. Use when you need up-to-date employee directory from Agiled.
Get Estimates
Tool to retrieve a list of all estimates. Use after configuring the API key to list estimates for reporting.
Inputs: page, per_page
Get Expenses
Tool to retrieve a list of all expenses. Use after authenticating with your Agiled API key to fetch all expense records.
Get Invoices
Tool to retrieve a list of all invoices from Agiled. Use after obtaining valid API credentials.
Get Products
Tool to retrieve a list of all products. Use when you need to display all available offerings.
Get Project Categories
Tool to retrieve a list of all project categories. Use when you need to fetch category options before creating or filtering projects after authentication.
Get Projects
Tool to retrieve a list of all projects. Use after obtaining the API token.
GET_TASKS
Tool to retrieve a list of all tasks. Use when you need to fetch all tasks across your account after authentication.
Get Tickets
Tool to retrieve a list of all tickets. Use after obtaining API token when you need an overview of support or issue tickets.
Get Timesheets
Tool to retrieve timesheets for a project. Use when you have a valid project ID to fetch all its time logs.
Inputs: project_id
Get Users
Tool to retrieve a list of users from Agiled. Use when you need the full user directory for selection or validation.