profound-mcp 0.14.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (272) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +14 -184
  3. package/code-tool-types.d.mts +6 -9
  4. package/code-tool-types.d.mts.map +1 -1
  5. package/code-tool-types.d.ts +6 -9
  6. package/code-tool-types.d.ts.map +1 -1
  7. package/code-tool.d.mts +2 -2
  8. package/code-tool.d.mts.map +1 -1
  9. package/code-tool.d.ts +2 -2
  10. package/code-tool.d.ts.map +1 -1
  11. package/code-tool.js +53 -145
  12. package/code-tool.js.map +1 -1
  13. package/code-tool.mjs +53 -112
  14. package/code-tool.mjs.map +1 -1
  15. package/docs-search-tool.d.mts +15 -9
  16. package/docs-search-tool.d.mts.map +1 -1
  17. package/docs-search-tool.d.ts +15 -9
  18. package/docs-search-tool.d.ts.map +1 -1
  19. package/docs-search-tool.js +4 -1
  20. package/docs-search-tool.js.map +1 -1
  21. package/docs-search-tool.mjs +4 -1
  22. package/docs-search-tool.mjs.map +1 -1
  23. package/http.d.mts.map +1 -1
  24. package/http.d.ts.map +1 -1
  25. package/http.js +1 -18
  26. package/http.js.map +1 -1
  27. package/http.mjs +1 -18
  28. package/http.mjs.map +1 -1
  29. package/index.js +4 -40
  30. package/index.js.map +1 -1
  31. package/index.mjs +4 -40
  32. package/index.mjs.map +1 -1
  33. package/options.d.mts +0 -9
  34. package/options.d.mts.map +1 -1
  35. package/options.d.ts +0 -9
  36. package/options.d.ts.map +1 -1
  37. package/options.js +6 -361
  38. package/options.js.map +1 -1
  39. package/options.mjs +6 -361
  40. package/options.mjs.map +1 -1
  41. package/package.json +10 -66
  42. package/server.d.mts +3 -8
  43. package/server.d.mts.map +1 -1
  44. package/server.d.ts +3 -8
  45. package/server.d.ts.map +1 -1
  46. package/server.js +12 -65
  47. package/server.js.map +1 -1
  48. package/server.mjs +11 -62
  49. package/server.mjs.map +1 -1
  50. package/src/code-tool-types.ts +6 -9
  51. package/src/code-tool.ts +60 -138
  52. package/src/docs-search-tool.ts +8 -1
  53. package/src/http.ts +1 -19
  54. package/src/index.ts +5 -52
  55. package/src/options.ts +7 -388
  56. package/src/server.ts +12 -72
  57. package/src/stdio.ts +2 -3
  58. package/src/{tools/types.ts → types.ts} +1 -1
  59. package/stdio.d.mts +1 -2
  60. package/stdio.d.mts.map +1 -1
  61. package/stdio.d.ts +1 -2
  62. package/stdio.d.ts.map +1 -1
  63. package/stdio.js +2 -2
  64. package/stdio.js.map +1 -1
  65. package/stdio.mjs +2 -2
  66. package/stdio.mjs.map +1 -1
  67. package/{tools/types.d.mts → types.d.mts} +1 -1
  68. package/types.d.mts.map +1 -0
  69. package/{tools/types.d.ts → types.d.ts} +1 -1
  70. package/types.d.ts.map +1 -0
  71. package/types.js.map +1 -0
  72. package/types.mjs.map +1 -0
  73. package/code-tool-paths.cjs +0 -6
  74. package/code-tool-paths.cjs.map +0 -1
  75. package/code-tool-paths.d.cts +0 -2
  76. package/code-tool-paths.d.cts.map +0 -1
  77. package/code-tool-worker.d.mts +0 -5
  78. package/code-tool-worker.d.mts.map +0 -1
  79. package/code-tool-worker.d.ts +0 -5
  80. package/code-tool-worker.d.ts.map +0 -1
  81. package/code-tool-worker.js +0 -169
  82. package/code-tool-worker.js.map +0 -1
  83. package/code-tool-worker.mjs +0 -164
  84. package/code-tool-worker.mjs.map +0 -1
  85. package/compat.d.mts +0 -58
  86. package/compat.d.mts.map +0 -1
  87. package/compat.d.ts +0 -58
  88. package/compat.d.ts.map +0 -1
  89. package/compat.js +0 -387
  90. package/compat.js.map +0 -1
  91. package/compat.mjs +0 -378
  92. package/compat.mjs.map +0 -1
  93. package/dynamic-tools.d.mts +0 -12
  94. package/dynamic-tools.d.mts.map +0 -1
  95. package/dynamic-tools.d.ts +0 -12
  96. package/dynamic-tools.d.ts.map +0 -1
  97. package/dynamic-tools.js +0 -135
  98. package/dynamic-tools.js.map +0 -1
  99. package/dynamic-tools.mjs +0 -132
  100. package/dynamic-tools.mjs.map +0 -1
  101. package/filtering.d.mts +0 -3
  102. package/filtering.d.mts.map +0 -1
  103. package/filtering.d.ts +0 -3
  104. package/filtering.d.ts.map +0 -1
  105. package/filtering.js +0 -24
  106. package/filtering.js.map +0 -1
  107. package/filtering.mjs +0 -16
  108. package/filtering.mjs.map +0 -1
  109. package/src/code-tool-paths.cts +0 -3
  110. package/src/code-tool-worker.ts +0 -215
  111. package/src/compat.ts +0 -483
  112. package/src/dynamic-tools.ts +0 -153
  113. package/src/filtering.ts +0 -18
  114. package/src/tools/index.ts +0 -99
  115. package/src/tools/logs/raw/bots-logs-raw.ts +0 -544
  116. package/src/tools/logs/raw/logs-logs-raw.ts +0 -565
  117. package/src/tools/organizations/categories/assets-organizations-categories.ts +0 -57
  118. package/src/tools/organizations/categories/list-organizations-categories.ts +0 -51
  119. package/src/tools/organizations/categories/prompts-organizations-categories.ts +0 -57
  120. package/src/tools/organizations/categories/tags-organizations-categories.ts +0 -57
  121. package/src/tools/organizations/categories/topics-organizations-categories.ts +0 -57
  122. package/src/tools/organizations/domains-organizations.ts +0 -51
  123. package/src/tools/organizations/list-assets-organizations.ts +0 -51
  124. package/src/tools/organizations/models-organizations.ts +0 -51
  125. package/src/tools/organizations/regions-organizations.ts +0 -51
  126. package/src/tools/prompts/answers-prompts.ts +0 -370
  127. package/src/tools/reports/citations-reports.ts +0 -504
  128. package/src/tools/reports/sentiment-reports.ts +0 -418
  129. package/src/tools/reports/visibility-reports.ts +0 -364
  130. package/src/tools.ts +0 -1
  131. package/tools/index.d.mts +0 -10
  132. package/tools/index.d.mts.map +0 -1
  133. package/tools/index.d.ts +0 -10
  134. package/tools/index.d.ts.map +0 -1
  135. package/tools/index.js +0 -83
  136. package/tools/index.js.map +0 -1
  137. package/tools/index.mjs +0 -76
  138. package/tools/index.mjs.map +0 -1
  139. package/tools/logs/raw/bots-logs-raw.d.mts +0 -45
  140. package/tools/logs/raw/bots-logs-raw.d.mts.map +0 -1
  141. package/tools/logs/raw/bots-logs-raw.d.ts +0 -45
  142. package/tools/logs/raw/bots-logs-raw.d.ts.map +0 -1
  143. package/tools/logs/raw/bots-logs-raw.js +0 -544
  144. package/tools/logs/raw/bots-logs-raw.js.map +0 -1
  145. package/tools/logs/raw/bots-logs-raw.mjs +0 -537
  146. package/tools/logs/raw/bots-logs-raw.mjs.map +0 -1
  147. package/tools/logs/raw/logs-logs-raw.d.mts +0 -45
  148. package/tools/logs/raw/logs-logs-raw.d.mts.map +0 -1
  149. package/tools/logs/raw/logs-logs-raw.d.ts +0 -45
  150. package/tools/logs/raw/logs-logs-raw.d.ts.map +0 -1
  151. package/tools/logs/raw/logs-logs-raw.js +0 -565
  152. package/tools/logs/raw/logs-logs-raw.js.map +0 -1
  153. package/tools/logs/raw/logs-logs-raw.mjs +0 -558
  154. package/tools/logs/raw/logs-logs-raw.mjs.map +0 -1
  155. package/tools/organizations/categories/assets-organizations-categories.d.mts +0 -45
  156. package/tools/organizations/categories/assets-organizations-categories.d.mts.map +0 -1
  157. package/tools/organizations/categories/assets-organizations-categories.d.ts +0 -45
  158. package/tools/organizations/categories/assets-organizations-categories.d.ts.map +0 -1
  159. package/tools/organizations/categories/assets-organizations-categories.js +0 -55
  160. package/tools/organizations/categories/assets-organizations-categories.js.map +0 -1
  161. package/tools/organizations/categories/assets-organizations-categories.mjs +0 -48
  162. package/tools/organizations/categories/assets-organizations-categories.mjs.map +0 -1
  163. package/tools/organizations/categories/list-organizations-categories.d.mts +0 -45
  164. package/tools/organizations/categories/list-organizations-categories.d.mts.map +0 -1
  165. package/tools/organizations/categories/list-organizations-categories.d.ts +0 -45
  166. package/tools/organizations/categories/list-organizations-categories.d.ts.map +0 -1
  167. package/tools/organizations/categories/list-organizations-categories.js +0 -51
  168. package/tools/organizations/categories/list-organizations-categories.js.map +0 -1
  169. package/tools/organizations/categories/list-organizations-categories.mjs +0 -44
  170. package/tools/organizations/categories/list-organizations-categories.mjs.map +0 -1
  171. package/tools/organizations/categories/prompts-organizations-categories.d.mts +0 -45
  172. package/tools/organizations/categories/prompts-organizations-categories.d.mts.map +0 -1
  173. package/tools/organizations/categories/prompts-organizations-categories.d.ts +0 -45
  174. package/tools/organizations/categories/prompts-organizations-categories.d.ts.map +0 -1
  175. package/tools/organizations/categories/prompts-organizations-categories.js +0 -55
  176. package/tools/organizations/categories/prompts-organizations-categories.js.map +0 -1
  177. package/tools/organizations/categories/prompts-organizations-categories.mjs +0 -48
  178. package/tools/organizations/categories/prompts-organizations-categories.mjs.map +0 -1
  179. package/tools/organizations/categories/tags-organizations-categories.d.mts +0 -45
  180. package/tools/organizations/categories/tags-organizations-categories.d.mts.map +0 -1
  181. package/tools/organizations/categories/tags-organizations-categories.d.ts +0 -45
  182. package/tools/organizations/categories/tags-organizations-categories.d.ts.map +0 -1
  183. package/tools/organizations/categories/tags-organizations-categories.js +0 -55
  184. package/tools/organizations/categories/tags-organizations-categories.js.map +0 -1
  185. package/tools/organizations/categories/tags-organizations-categories.mjs +0 -48
  186. package/tools/organizations/categories/tags-organizations-categories.mjs.map +0 -1
  187. package/tools/organizations/categories/topics-organizations-categories.d.mts +0 -45
  188. package/tools/organizations/categories/topics-organizations-categories.d.mts.map +0 -1
  189. package/tools/organizations/categories/topics-organizations-categories.d.ts +0 -45
  190. package/tools/organizations/categories/topics-organizations-categories.d.ts.map +0 -1
  191. package/tools/organizations/categories/topics-organizations-categories.js +0 -55
  192. package/tools/organizations/categories/topics-organizations-categories.js.map +0 -1
  193. package/tools/organizations/categories/topics-organizations-categories.mjs +0 -48
  194. package/tools/organizations/categories/topics-organizations-categories.mjs.map +0 -1
  195. package/tools/organizations/domains-organizations.d.mts +0 -45
  196. package/tools/organizations/domains-organizations.d.mts.map +0 -1
  197. package/tools/organizations/domains-organizations.d.ts +0 -45
  198. package/tools/organizations/domains-organizations.d.ts.map +0 -1
  199. package/tools/organizations/domains-organizations.js +0 -51
  200. package/tools/organizations/domains-organizations.js.map +0 -1
  201. package/tools/organizations/domains-organizations.mjs +0 -44
  202. package/tools/organizations/domains-organizations.mjs.map +0 -1
  203. package/tools/organizations/list-assets-organizations.d.mts +0 -45
  204. package/tools/organizations/list-assets-organizations.d.mts.map +0 -1
  205. package/tools/organizations/list-assets-organizations.d.ts +0 -45
  206. package/tools/organizations/list-assets-organizations.d.ts.map +0 -1
  207. package/tools/organizations/list-assets-organizations.js +0 -51
  208. package/tools/organizations/list-assets-organizations.js.map +0 -1
  209. package/tools/organizations/list-assets-organizations.mjs +0 -44
  210. package/tools/organizations/list-assets-organizations.mjs.map +0 -1
  211. package/tools/organizations/models-organizations.d.mts +0 -45
  212. package/tools/organizations/models-organizations.d.mts.map +0 -1
  213. package/tools/organizations/models-organizations.d.ts +0 -45
  214. package/tools/organizations/models-organizations.d.ts.map +0 -1
  215. package/tools/organizations/models-organizations.js +0 -51
  216. package/tools/organizations/models-organizations.js.map +0 -1
  217. package/tools/organizations/models-organizations.mjs +0 -44
  218. package/tools/organizations/models-organizations.mjs.map +0 -1
  219. package/tools/organizations/regions-organizations.d.mts +0 -45
  220. package/tools/organizations/regions-organizations.d.mts.map +0 -1
  221. package/tools/organizations/regions-organizations.d.ts +0 -45
  222. package/tools/organizations/regions-organizations.d.ts.map +0 -1
  223. package/tools/organizations/regions-organizations.js +0 -51
  224. package/tools/organizations/regions-organizations.js.map +0 -1
  225. package/tools/organizations/regions-organizations.mjs +0 -44
  226. package/tools/organizations/regions-organizations.mjs.map +0 -1
  227. package/tools/prompts/answers-prompts.d.mts +0 -45
  228. package/tools/prompts/answers-prompts.d.mts.map +0 -1
  229. package/tools/prompts/answers-prompts.d.ts +0 -45
  230. package/tools/prompts/answers-prompts.d.ts.map +0 -1
  231. package/tools/prompts/answers-prompts.js +0 -372
  232. package/tools/prompts/answers-prompts.js.map +0 -1
  233. package/tools/prompts/answers-prompts.mjs +0 -365
  234. package/tools/prompts/answers-prompts.mjs.map +0 -1
  235. package/tools/reports/citations-reports.d.mts +0 -45
  236. package/tools/reports/citations-reports.d.mts.map +0 -1
  237. package/tools/reports/citations-reports.d.ts +0 -45
  238. package/tools/reports/citations-reports.d.ts.map +0 -1
  239. package/tools/reports/citations-reports.js +0 -503
  240. package/tools/reports/citations-reports.js.map +0 -1
  241. package/tools/reports/citations-reports.mjs +0 -496
  242. package/tools/reports/citations-reports.mjs.map +0 -1
  243. package/tools/reports/sentiment-reports.d.mts +0 -45
  244. package/tools/reports/sentiment-reports.d.mts.map +0 -1
  245. package/tools/reports/sentiment-reports.d.ts +0 -45
  246. package/tools/reports/sentiment-reports.d.ts.map +0 -1
  247. package/tools/reports/sentiment-reports.js +0 -417
  248. package/tools/reports/sentiment-reports.js.map +0 -1
  249. package/tools/reports/sentiment-reports.mjs +0 -410
  250. package/tools/reports/sentiment-reports.mjs.map +0 -1
  251. package/tools/reports/visibility-reports.d.mts +0 -45
  252. package/tools/reports/visibility-reports.d.mts.map +0 -1
  253. package/tools/reports/visibility-reports.d.ts +0 -45
  254. package/tools/reports/visibility-reports.d.ts.map +0 -1
  255. package/tools/reports/visibility-reports.js +0 -363
  256. package/tools/reports/visibility-reports.js.map +0 -1
  257. package/tools/reports/visibility-reports.mjs +0 -356
  258. package/tools/reports/visibility-reports.mjs.map +0 -1
  259. package/tools/types.d.mts.map +0 -1
  260. package/tools/types.d.ts.map +0 -1
  261. package/tools/types.js.map +0 -1
  262. package/tools/types.mjs.map +0 -1
  263. package/tools.d.mts +0 -2
  264. package/tools.d.mts.map +0 -1
  265. package/tools.d.ts +0 -2
  266. package/tools.d.ts.map +0 -1
  267. package/tools.js +0 -18
  268. package/tools.js.map +0 -1
  269. package/tools.mjs +0 -2
  270. package/tools.mjs.map +0 -1
  271. /package/{tools/types.js → types.js} +0 -0
  272. /package/{tools/types.mjs → types.mjs} +0 -0
@@ -1,537 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { asErrorResult, asTextContentResult } from 'profound-mcp/tools/types';
3
- import Profound from 'profoundai';
4
- export const metadata = {
5
- resource: 'logs.raw',
6
- operation: 'write',
7
- tags: [],
8
- httpMethod: 'post',
9
- httpPath: '/v1/logs/raw/bots',
10
- operationId: 'get_bots_v1_logs_raw_bots_post',
11
- };
12
- export const tool = {
13
- name: 'bots_logs_raw',
14
- description: 'Get identified bot logs with filters',
15
- inputSchema: {
16
- type: 'object',
17
- properties: {
18
- domain: {
19
- type: 'string',
20
- title: 'Domain',
21
- description: 'Domain to query logs for.',
22
- },
23
- metrics: {
24
- type: 'array',
25
- title: 'Metrics',
26
- items: {
27
- type: 'string',
28
- enum: ['count'],
29
- },
30
- },
31
- start_date: {
32
- type: 'string',
33
- title: 'Start Date',
34
- description: 'Start date for logs. Accepts: YYYY-MM-DD, YYYY-MM-DD HH:MM, YYYY-MM-DD HH:MM:SS, or full ISO timestamp.',
35
- format: 'date-time',
36
- },
37
- date_interval: {
38
- type: 'string',
39
- title: 'Date Interval',
40
- description: 'Date interval for the report. (only used with date dimension)',
41
- enum: ['day', 'week', 'month', 'year'],
42
- },
43
- dimensions: {
44
- type: 'array',
45
- title: 'Dimensions',
46
- description: 'Dimensions to group the report by.',
47
- items: {
48
- type: 'string',
49
- enum: [
50
- 'method',
51
- 'path',
52
- 'status_code',
53
- 'ip',
54
- 'user_agent',
55
- 'referer',
56
- 'query_params',
57
- 'bot_name',
58
- 'bot_provider',
59
- 'bot_types',
60
- ],
61
- },
62
- },
63
- end_date: {
64
- type: 'string',
65
- title: 'End Date',
66
- description: 'End date for logs. Accepts same formats as start_date. Defaults to now if omitted.',
67
- format: 'date-time',
68
- },
69
- filters: {
70
- type: 'array',
71
- title: 'Filters',
72
- description: 'List of filters to apply to the bots logs query.',
73
- items: {
74
- anyOf: [
75
- {
76
- type: 'object',
77
- title: 'BotNameFilter',
78
- description: 'Filter by bot name',
79
- properties: {
80
- field: {
81
- type: 'string',
82
- title: 'Field',
83
- enum: ['bot_name'],
84
- },
85
- operator: {
86
- type: 'string',
87
- title: 'Operator',
88
- enum: [
89
- 'is',
90
- 'not_is',
91
- 'in',
92
- 'not_in',
93
- 'contains',
94
- 'not_contains',
95
- 'matches',
96
- 'contains_case_insensitive',
97
- 'not_contains_case_insensitive',
98
- ],
99
- },
100
- value: {
101
- anyOf: [
102
- {
103
- type: 'string',
104
- },
105
- {
106
- type: 'array',
107
- items: {
108
- type: 'string',
109
- },
110
- },
111
- ],
112
- title: 'Value',
113
- },
114
- },
115
- required: ['field', 'operator', 'value'],
116
- },
117
- {
118
- type: 'object',
119
- title: 'BotProviderFilter',
120
- description: 'Filter by bot provider',
121
- properties: {
122
- field: {
123
- type: 'string',
124
- title: 'Field',
125
- enum: ['bot_provider'],
126
- },
127
- operator: {
128
- type: 'string',
129
- title: 'Operator',
130
- enum: [
131
- 'is',
132
- 'not_is',
133
- 'in',
134
- 'not_in',
135
- 'contains',
136
- 'not_contains',
137
- 'matches',
138
- 'contains_case_insensitive',
139
- 'not_contains_case_insensitive',
140
- ],
141
- },
142
- value: {
143
- anyOf: [
144
- {
145
- type: 'string',
146
- },
147
- {
148
- type: 'array',
149
- items: {
150
- type: 'string',
151
- },
152
- },
153
- ],
154
- title: 'Value',
155
- },
156
- },
157
- required: ['field', 'operator', 'value'],
158
- },
159
- {
160
- type: 'object',
161
- title: 'BotTypesFilter',
162
- description: 'Filter by bot types (ai_assistant, ai_training, or index)',
163
- properties: {
164
- field: {
165
- type: 'string',
166
- title: 'Field',
167
- enum: ['bot_types'],
168
- },
169
- operator: {
170
- type: 'string',
171
- title: 'Operator',
172
- enum: [
173
- 'is',
174
- 'not_is',
175
- 'in',
176
- 'not_in',
177
- 'contains',
178
- 'not_contains',
179
- 'matches',
180
- 'contains_case_insensitive',
181
- 'not_contains_case_insensitive',
182
- ],
183
- },
184
- value: {
185
- anyOf: [
186
- {
187
- type: 'string',
188
- enum: ['ai_assistant', 'ai_training', 'index'],
189
- },
190
- {
191
- type: 'array',
192
- items: {
193
- type: 'string',
194
- enum: ['ai_assistant', 'ai_training', 'index'],
195
- },
196
- },
197
- ],
198
- title: 'Value',
199
- },
200
- },
201
- required: ['field', 'operator', 'value'],
202
- },
203
- {
204
- type: 'object',
205
- title: 'MethodFilter',
206
- description: 'Filter by HTTP method',
207
- properties: {
208
- field: {
209
- type: 'string',
210
- title: 'Field',
211
- enum: ['method'],
212
- },
213
- operator: {
214
- type: 'string',
215
- title: 'Operator',
216
- enum: [
217
- 'is',
218
- 'not_is',
219
- 'in',
220
- 'not_in',
221
- 'contains',
222
- 'not_contains',
223
- 'matches',
224
- 'contains_case_insensitive',
225
- 'not_contains_case_insensitive',
226
- ],
227
- },
228
- value: {
229
- anyOf: [
230
- {
231
- type: 'string',
232
- },
233
- {
234
- type: 'array',
235
- items: {
236
- type: 'string',
237
- },
238
- },
239
- ],
240
- title: 'Value',
241
- },
242
- },
243
- required: ['field', 'operator', 'value'],
244
- },
245
- {
246
- type: 'object',
247
- title: 'PathFilter',
248
- description: 'Filter by request path',
249
- properties: {
250
- field: {
251
- type: 'string',
252
- title: 'Field',
253
- enum: ['path'],
254
- },
255
- operator: {
256
- type: 'string',
257
- title: 'Operator',
258
- enum: [
259
- 'is',
260
- 'not_is',
261
- 'in',
262
- 'not_in',
263
- 'contains',
264
- 'not_contains',
265
- 'matches',
266
- 'contains_case_insensitive',
267
- 'not_contains_case_insensitive',
268
- ],
269
- },
270
- value: {
271
- anyOf: [
272
- {
273
- type: 'string',
274
- },
275
- {
276
- type: 'array',
277
- items: {
278
- type: 'string',
279
- },
280
- },
281
- ],
282
- title: 'Value',
283
- },
284
- },
285
- required: ['field', 'operator', 'value'],
286
- },
287
- {
288
- type: 'object',
289
- title: 'StatusCodeFilter',
290
- description: 'Filter by HTTP status code',
291
- properties: {
292
- field: {
293
- type: 'string',
294
- title: 'Field',
295
- enum: ['status_code'],
296
- },
297
- operator: {
298
- type: 'string',
299
- title: 'Operator',
300
- enum: ['is', 'not_is', 'in', 'not_in'],
301
- },
302
- value: {
303
- anyOf: [
304
- {
305
- type: 'integer',
306
- },
307
- {
308
- type: 'array',
309
- items: {
310
- type: 'integer',
311
- },
312
- },
313
- ],
314
- title: 'Value',
315
- },
316
- },
317
- required: ['field', 'operator', 'value'],
318
- },
319
- {
320
- type: 'object',
321
- title: 'IpFilter',
322
- description: 'Filter by IP address',
323
- properties: {
324
- field: {
325
- type: 'string',
326
- title: 'Field',
327
- enum: ['ip'],
328
- },
329
- operator: {
330
- type: 'string',
331
- title: 'Operator',
332
- enum: [
333
- 'is',
334
- 'not_is',
335
- 'in',
336
- 'not_in',
337
- 'contains',
338
- 'not_contains',
339
- 'matches',
340
- 'contains_case_insensitive',
341
- 'not_contains_case_insensitive',
342
- ],
343
- },
344
- value: {
345
- anyOf: [
346
- {
347
- type: 'string',
348
- },
349
- {
350
- type: 'array',
351
- items: {
352
- type: 'string',
353
- },
354
- },
355
- ],
356
- title: 'Value',
357
- },
358
- },
359
- required: ['field', 'operator', 'value'],
360
- },
361
- {
362
- type: 'object',
363
- title: 'UserAgentFilter',
364
- description: 'Filter by user agent',
365
- properties: {
366
- field: {
367
- type: 'string',
368
- title: 'Field',
369
- enum: ['user_agent'],
370
- },
371
- operator: {
372
- type: 'string',
373
- title: 'Operator',
374
- enum: [
375
- 'is',
376
- 'not_is',
377
- 'in',
378
- 'not_in',
379
- 'contains',
380
- 'not_contains',
381
- 'matches',
382
- 'contains_case_insensitive',
383
- 'not_contains_case_insensitive',
384
- ],
385
- },
386
- value: {
387
- anyOf: [
388
- {
389
- type: 'string',
390
- },
391
- {
392
- type: 'array',
393
- items: {
394
- type: 'string',
395
- },
396
- },
397
- ],
398
- title: 'Value',
399
- },
400
- },
401
- required: ['field', 'operator', 'value'],
402
- },
403
- {
404
- type: 'object',
405
- title: 'RefererFilter',
406
- description: 'Filter by referer',
407
- properties: {
408
- field: {
409
- type: 'string',
410
- title: 'Field',
411
- enum: ['referer'],
412
- },
413
- operator: {
414
- type: 'string',
415
- title: 'Operator',
416
- enum: [
417
- 'is',
418
- 'not_is',
419
- 'in',
420
- 'not_in',
421
- 'contains',
422
- 'not_contains',
423
- 'matches',
424
- 'contains_case_insensitive',
425
- 'not_contains_case_insensitive',
426
- ],
427
- },
428
- value: {
429
- anyOf: [
430
- {
431
- type: 'string',
432
- },
433
- {
434
- type: 'array',
435
- items: {
436
- type: 'string',
437
- },
438
- },
439
- ],
440
- title: 'Value',
441
- },
442
- },
443
- required: ['field', 'operator', 'value'],
444
- },
445
- {
446
- type: 'object',
447
- title: 'QueryParamsFilter',
448
- description: 'Filter by query parameters',
449
- properties: {
450
- field: {
451
- type: 'string',
452
- title: 'Field',
453
- enum: ['query_params'],
454
- },
455
- operator: {
456
- type: 'string',
457
- title: 'Operator',
458
- enum: [
459
- 'is',
460
- 'not_is',
461
- 'in',
462
- 'not_in',
463
- 'contains',
464
- 'not_contains',
465
- 'matches',
466
- 'contains_case_insensitive',
467
- 'not_contains_case_insensitive',
468
- ],
469
- },
470
- value: {
471
- anyOf: [
472
- {
473
- type: 'string',
474
- },
475
- {
476
- type: 'array',
477
- items: {
478
- type: 'string',
479
- },
480
- },
481
- ],
482
- title: 'Value',
483
- },
484
- },
485
- required: ['field', 'operator', 'value'],
486
- },
487
- ],
488
- description: 'Filter by bot name',
489
- },
490
- },
491
- order_by: {
492
- type: 'object',
493
- title: 'Order By',
494
- description: "\nCustom ordering of the report results.\n\nThe order is a record of key-value pairs where:\n- key is the field to order by, which can be a metric or dimension\n- value is the direction of the order, either 'asc' for ascending or 'desc' for descending.\n\nWhen not specified, the default order is the first metric in the query descending.\n ",
495
- additionalProperties: true,
496
- },
497
- pagination: {
498
- $ref: '#/$defs/pagination',
499
- },
500
- },
501
- required: ['domain', 'metrics', 'start_date'],
502
- $defs: {
503
- pagination: {
504
- type: 'object',
505
- title: 'Pagination',
506
- description: 'Report pagination model.',
507
- properties: {
508
- limit: {
509
- type: 'integer',
510
- title: 'Limit',
511
- description: 'Maximum number of results to return. Default is 10,000, maximum is 50,000.',
512
- },
513
- offset: {
514
- type: 'integer',
515
- title: 'Offset',
516
- description: 'Offset for the results. Used for pagination.',
517
- },
518
- },
519
- },
520
- },
521
- },
522
- annotations: {},
523
- };
524
- export const handler = async (client, args) => {
525
- const body = args;
526
- try {
527
- return asTextContentResult(await client.logs.raw.bots(body));
528
- }
529
- catch (error) {
530
- if (error instanceof Profound.APIError) {
531
- return asErrorResult(error.message);
532
- }
533
- throw error;
534
- }
535
- };
536
- export default { metadata, tool, handler };
537
- //# sourceMappingURL=bots-logs-raw.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"bots-logs-raw.mjs","sourceRoot":"","sources":["../../../src/tools/logs/raw/bots-logs-raw.ts"],"names":[],"mappings":"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"}
@@ -1,45 +0,0 @@
1
- import { Metadata } from 'profound-mcp/tools/types';
2
- import { Tool } from '@modelcontextprotocol/sdk/types.js';
3
- import Profound from 'profoundai';
4
- export declare const metadata: Metadata;
5
- export declare const tool: Tool;
6
- export declare const handler: (client: Profound, args: Record<string, unknown> | undefined) => Promise<import("profound-mcp/tools/types").ToolCallResult>;
7
- declare const _default: {
8
- metadata: Metadata;
9
- tool: {
10
- [x: string]: unknown;
11
- name: string;
12
- inputSchema: {
13
- [x: string]: unknown;
14
- type: "object";
15
- properties?: {
16
- [x: string]: unknown;
17
- } | undefined;
18
- required?: string[] | undefined;
19
- };
20
- title?: string | undefined;
21
- description?: string | undefined;
22
- outputSchema?: {
23
- [x: string]: unknown;
24
- type: "object";
25
- properties?: {
26
- [x: string]: unknown;
27
- } | undefined;
28
- required?: string[] | undefined;
29
- } | undefined;
30
- annotations?: {
31
- [x: string]: unknown;
32
- title?: string | undefined;
33
- readOnlyHint?: boolean | undefined;
34
- destructiveHint?: boolean | undefined;
35
- idempotentHint?: boolean | undefined;
36
- openWorldHint?: boolean | undefined;
37
- } | undefined;
38
- _meta?: {
39
- [x: string]: unknown;
40
- } | undefined;
41
- };
42
- handler: (client: Profound, args: Record<string, unknown> | undefined) => Promise<import("profound-mcp/tools/types").ToolCallResult>;
43
- };
44
- export default _default;
45
- //# sourceMappingURL=logs-logs-raw.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logs-logs-raw.d.mts","sourceRoot":"","sources":["../../../src/tools/logs/raw/logs-logs-raw.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAsC,MAAM,0BAA0B;OAEhF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,QAAQ,MAAM,YAAY;AAEjC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAshBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,QAAQ,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,+DAUxF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAVoC,QAAQ,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAYzF,wBAA2C"}
@@ -1,45 +0,0 @@
1
- import { Metadata } from 'profound-mcp/tools/types';
2
- import { Tool } from '@modelcontextprotocol/sdk/types.js';
3
- import Profound from 'profoundai';
4
- export declare const metadata: Metadata;
5
- export declare const tool: Tool;
6
- export declare const handler: (client: Profound, args: Record<string, unknown> | undefined) => Promise<import("profound-mcp/tools/types").ToolCallResult>;
7
- declare const _default: {
8
- metadata: Metadata;
9
- tool: {
10
- [x: string]: unknown;
11
- name: string;
12
- inputSchema: {
13
- [x: string]: unknown;
14
- type: "object";
15
- properties?: {
16
- [x: string]: unknown;
17
- } | undefined;
18
- required?: string[] | undefined;
19
- };
20
- title?: string | undefined;
21
- description?: string | undefined;
22
- outputSchema?: {
23
- [x: string]: unknown;
24
- type: "object";
25
- properties?: {
26
- [x: string]: unknown;
27
- } | undefined;
28
- required?: string[] | undefined;
29
- } | undefined;
30
- annotations?: {
31
- [x: string]: unknown;
32
- title?: string | undefined;
33
- readOnlyHint?: boolean | undefined;
34
- destructiveHint?: boolean | undefined;
35
- idempotentHint?: boolean | undefined;
36
- openWorldHint?: boolean | undefined;
37
- } | undefined;
38
- _meta?: {
39
- [x: string]: unknown;
40
- } | undefined;
41
- };
42
- handler: (client: Profound, args: Record<string, unknown> | undefined) => Promise<import("profound-mcp/tools/types").ToolCallResult>;
43
- };
44
- export default _default;
45
- //# sourceMappingURL=logs-logs-raw.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logs-logs-raw.d.ts","sourceRoot":"","sources":["../../../src/tools/logs/raw/logs-logs-raw.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAsC,MAAM,0BAA0B;OAEhF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,QAAQ,MAAM,YAAY;AAEjC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAshBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,QAAQ,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,+DAUxF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAVoC,QAAQ,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAYzF,wBAA2C"}