Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neoagent.io/llms.txt

Use this file to discover all available pages before exploring further.

Not every tool shows up in the workflow’s tool list. Some are always available, some are auto-injected when you turn on an integration, and some are internal helpers the agent uses behind the scenes. They still appear in Event History when the agent uses them, so this page explains what each one is.

How a tool ends up “automatic”

PropertyWhat it means
Always availableProvided to every agent; you can’t toggle it. Things like documentation search, password generation, and short pauses.
Auto-injectedTurned on when you configure the related integration’s permissions. The big API tools (PSA, RMM, Microsoft Graph, IT Glue, Hudu, ScalePad) and the RMM-script tools work this way — see their own pages.
DependencyPulled in automatically because another enabled tool needs it (e.g. a “get available options” helper for update/create tools).
InternalPlumbing the agent uses to do its job — not configurable, not shown in the dashboard.

Always-available tools

ToolWhat it doesHas its own page?
Find DocumentationSearch your connected documentation (IT Glue, Hudu, synced docs)Find Documentation
Find Tickets by ContentSemantic search over past ticket contentFind Tickets by Content
Find Configurations / DevicesLook up configuration items / devicesFind Configurations
Find PSA ContactsLook up contacts in your PSAFind PSA Contacts
Generate PasswordGenerate a strong random passwordGenerate Password
Generate Secure LinkWrap content in a one-time secure linkGenerate Secure Link
Get Ticket SummariesFetch AI summaries for a set of tickets so the agent can scan them quickly
List End Client CompaniesList the end-client companies under your account
Lookup AvailableList available resources by category (Teams users, technicians-in-the-loop, triggerable workflows, configured external APIs) before acting on them
DelayPause execution for a set duration (up to 30 minutes) — used for “wait, then re-check” patterns
Log Time EstimateRecord the agent’s estimated saved time in Neo’s analytics on every successful run — hidden_from_ui, internal; powers the Agents Performance dashboard. Separate from Add Time Entry, which writes to your PSA.
Load SkillLoad one of the agent’s skills on demand for task-specific guidance — hidden_from_ui, internal

Dependency helpers

These are added automatically when an enabled tool needs them — you never select them.
ToolAdded for
Get Field OptionsUpdate / create tools — supplies the valid values for a field (statuses, priorities, types, …)
Get TimeZest OptionsThe TimeZest scheduling-link tool — supplies the available appointment types
Lookup MS License NamesThe Microsoft Graph API tool — resolves friendly license names from SKU IDs — hidden_from_ui

Auto-injected integration tools

These turn on when you configure the matching integration’s permissions on the workflow’s Integrations tab. They’re hidden_from_ui (you manage them via the integration, not a tool toggle):
ToolAuto-injected whenDocumented at
ConnectWise / Autotask / Halo / ServiceNow PSA APIa PSA is connectedPSA API
NinjaOne / Datto / N-Sight / N-Central / ConnectWise Automate / ConnectWise Asio APIthe matching RMM is connectedRMM API
Microsoft Graph APIMicrosoft Graph permissions are setMicrosoft 365 Tools
IT Glue APIIT Glue permissions are setITGlue API
Hudu APIHudu permissions are setHudu API
ScalePad APIScalePad is connectedthis page (read/write asset-lifecycle data, gated by your ScalePad permissions)
Elastic SearchPSA ticket read is enabledthis page (the search backend for ticket-history lookups; not selected directly)
Execute RMM Script familyRMM script execution is enabledExecute RMM Script
Execute PowerShell (Exchange / Active Directory), Trigger Azure AD Connect SyncExchange / AD permissions are setMicrosoft 365 Tools

Output helpers (Analytics category)

ToolWhat it does
Build Markdown TableFormat tabular data into a clean table in the agent’s response
Generate ArtifactProduce a downloadable file or report (e.g. an audit export) as part of the agent’s output
Want fine-grained control over the auto-injected integration tools? You don’t toggle them off — instead set the relevant permission groups to Disabled on the workflow’s Integrations tab. See Tools Overview.