get_notice
ActiveTool of Ted Eu
declared in 0.1.0
Fetch a single TED notice by publication number (e.g. "123456-2025"). Accepts notice_id / id as aliases.
Parameters schema
{
"type": "object",
"examples": [
{
"publication_number": "123456-2025"
}
],
"required": [
"publication_number"
],
"properties": {
"id": {
"type": "string",
"description": "Alias for publication_number."
},
"notice_id": {
"type": "string",
"description": "Alias for publication_number."
},
"publication_number": {
"type": "string",
"description": "TED publication number, format \"<num>-<year>\". notice_id and id are accepted as aliases."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ted Eu
https://github.com/pipeworx-io/mcp-ted-eu
1/7 registries