AgentSkillsCN

integration-outlook

通过 AgenCo 可用的 Outlook 操作

SKILL.md
--- frontmatter
name: integration-outlook
description: "Outlook actions available through AgenCo"
user-invocable: false
disable-model-invocation: false

Outlook

Actions available through AgenCo secure gateway. All credentials are stored in the cloud vault — never exposed locally.

Actions

ActionDescription
list_messagesRetrieves emails from mailbox with filters for folder, sender, or date
get_messageFetches complete email content including body and attachments
send_messageComposes and sends new emails with formatting and attachments
reply_to_messageSends replies to existing email threads
forward_messageForwards emails to additional recipients
move_messageMoves emails between folders for organization
create_draftSaves email drafts for later completion
list_foldersGets mailbox folders for email organization and filtering
get_mailbox_settingsRetrieves mailbox configuration and automatic replies
list_contactsRetrieves contact information from the address book

How to Use

Always search first to discover exact tool names and their input schemas, then call the tool.

Step 1: Search for the tool

bash
agenco search-tools '{"queries":["outlook list messages"]}'

The response includes toolName (exact name) and inputSchema (required/optional parameters).

Step 2: Call the tool

Use the exact toolName and match the inputSchema from the search results:

bash
agenco call-tool '{"toolName":"<toolName from search>","input":{...}}'

Example

bash
# Find the right tool
agenco search-tools '{"queries":["outlook list messages"]}'

# Call it (use the exact toolName and schema from the search result)
agenco call-tool '{"toolName":"outlook_list_messages","input":{...}}'

If Outlook is not connected, run agenco list-connected-integrations to check, then connect it via the Shield UI.