Example Prompts

Natural-language prompts you can use in Cursor, Claude, or any MCP-connected assistant. The AI client selects the appropriate MCP tool based on your request.

How prompts work

You do not call MCP tools by name in conversation. Instead, describe what you want in plain language. Your AI client maps the request to the correct tool, passes the required arguments, and returns the API response.

Unduit credentials are never included in prompts — authentication is handled through OAuth and server-side credential mapping.

Employees

  • "Find the employee profile for liam.turner042@yahoo.com and show all their assigned assets"
  • "Add a new employee — name: Sophia Parker, email: sophia.hughes611@outlook.com, phone: 2022113611, location: Edinburgh, GB"

Asset registry

  • "Show full details for asset with serial number "SNFAE004014" including assignment history"
  • "Add a new Apple MacBook Pro with serial SN-NEW-001 to the asset registry and assign it to employee ID 1234567-42"
  • "Retire asset AID-00004014."

Remote recovery

  • "Initiate a new recovery for employee ID 1234567-42 in campaign 1001 and generate a shipping label for them"
  • "Check the status of recovery 174799688552242 and list all items associated with it"

Legal holds

  • "Retrieve all active legal holds and display them in a table showing asset ID, asset name, manufacturer, product type, last assignee, location, and age on hold"
  • "Submit a legal hold for asset serial number SNFAE004014 and preserve it from further processing"

Asset deployment

  • "List all deployment warehouses and show warehouse ID, name, location, and available inventory count"
  • "Place a deployment order for 2 Apple MacBook Pro laptops from UK warehouse — ship to Sophia Parker at Suite 411, 4011 Pine Ave, Edinburgh, GB"

Multi-step workflows

  • "Find an order from Sophia Parker"
  • "List active legal holds, pick the one for asset AID-00004014, check its ticket status, and if no ticket exists create one requesting a release"
  • "Show wallet balance, then list the latest transactions filtered by ITAD type, and summarize the total credited amount"
  • "List procurement orders, find the highest value order, and show its full item breakdown"
  • "Find employee by email liam.turner042@yahoo.com, list all their procurement orders, then show details of the most recent one"

Tips

  • Include specific IDs, serial numbers, or page numbers when you know them.
  • For create/update operations, describe the fields you want in the request body.
  • Chain related requests in one prompt for multi-step workflows.
  • Refer to the REST API docs for required fields if a tool call fails validation.