@mcp-z/mcp-outlook
Preparing search index...
mcp
toolFactories
labelsList
Function labelsList
labelsList
()
:
{
config
:
{
description
:
"List Outlook categories for label: query syntax. Case-sensitive."
;
inputSchema
:
ZodObject
<
{}
,
$strip
>
;
outputSchema
:
ZodObject
<
{
result
:
ZodDiscriminatedUnion
<
[
ZodObject
<
{
items
:
ZodArray
<
ZodObject
<
{
color
:
...
;
displayName
:
...
;
id
:
...
}
,
$strip
>
,
>
;
type
:
ZodLiteral
<
"success"
>
;
}
,
$strip
,
>
,
ZodObject
<
{}
,
$strip
>
,
]
,
"type"
,
>
;
}
,
$strip
,
>
;
}
;
handler
:
(
_
:
Input
,
extra
:
EnrichedExtra
,
)
=>
Promise
<
{
[
key
:
string
]:
unknown
}
>
;
name
:
string
;
}
Returns
{
config
:
{
description
:
"List Outlook categories for label: query syntax. Case-sensitive."
;
inputSchema
:
ZodObject
<
{}
,
$strip
>
;
outputSchema
:
ZodObject
<
{
result
:
ZodDiscriminatedUnion
<
[
ZodObject
<
{
items
:
ZodArray
<
ZodObject
<
{
color
:
...
;
displayName
:
...
;
id
:
...
}
,
$strip
>
,
>
;
type
:
ZodLiteral
<
"success"
>
;
}
,
$strip
,
>
,
ZodObject
<
{}
,
$strip
>
,
]
,
"type"
,
>
;
}
,
$strip
,
>
;
}
;
handler
:
(
_
:
Input
,
extra
:
EnrichedExtra
,
)
=>
Promise
<
{
[
key
:
string
]:
unknown
}
>
;
name
:
string
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@mcp-z/mcp-outlook
Loading...