Skip to main content
Glama

manage-entity

Manage Float entities including people, projects, tasks, and clients. Perform CRUD operations and specialized functions like account management and role permissions.

Instructions

Consolidated tool for managing all core Float entities (people, projects, tasks, clients, departments, roles, accounts, statuses). Supports all CRUD operations and specialized functions through a decision-tree approach. Use entity_type to specify the entity and operation to specify the action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_typeYesThe type of entity to manage (people, projects, tasks, clients, departments, roles, accounts, statuses)
operationYesThe operation to perform (list, get, create, update, delete, or specialized operations)
statusNoFilter by status
activeNoFilter by active status (0=archived, 1=active)
pageNoPage number for pagination
per-pageNoNumber of items per page (max 200)
departmentNoFilter by department (for people)
department_idNoFilter by department ID
client_idNoFilter by client ID (for projects)
project_idNoFilter by project ID
people_idNoFilter by person ID
status_typeNoType of status
permissionNoFilter roles by permission
idNoThe entity ID (people_id, project_id, task_id, client_id, department_id, role_id, account_id, or status_id)
nameNoName of the entity
emailNoEmail address
job_titleNoJob title
default_hourly_rateNoDefault hourly rate
employee_typeNoEmployee type (1=full-time, 0=part-time)
people_type_idNoPeople type (1=employee, 2=contractor, 3=placeholder)
start_dateNoStart date in YYYY-MM-DD format
end_dateNoEnd date in YYYY-MM-DD format
notesNoNotes or description
budgetNoBudget amount
hourly_rateNoHourly rate
colorNoColor (hex code)
non_billableNoNon-billable flag (0=billable, 1=non-billable)
tentativeNoTentative flag (0=confirmed, 1=tentative)
estimated_hoursNoEstimated hours
actual_hoursNoActual hours
priorityNoPriority level
billableNoBillable flag (0=non-billable, 1=billable)
task_typeNoTask type
repeat_stateNoRepeat state
repeat_endNoRepeat end date
parent_idNoParent department ID
positionNoPosition for ordering
is_defaultNoWhether this is the default status
descriptionNoRole description
permissionsNoRole permissions
levelNoRole level
is_system_roleNoSystem role flag (1=system, 0=custom)
timezoneNoAccount timezone
avatarNoAvatar URL
account_typeNoAccount type
accessNoAccess level
department_filter_idNoDepartment filter ID
view_rightsNoView rights
edit_rightsNoEdit rights
permissions_dataNoPermissions data for account management
default_status_idNoDefault status ID to set
permission_nameNoPermission name to check
role_permissionsNoRole permissions to update
accountsNoArray of account updates for bulk operations
formatNoResponse format - either "json" or "xml"json

Other Tools

Latest Blog Posts

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/float-mcp'

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