AWS Security MCP

Apache 2.0
4
  • Apple

list_route_tables

Retrieve and filter AWS route tables by ID, VPC ID, or pagination token. Outputs JSON-formatted details to inspect and analyze routing configurations for security or infrastructure needs.

Instructions

List route tables with details.

Args: limit: Maximum number of route tables to return (None for all) search_term: Optional search term to filter route tables by ID or VPC ID next_token: Optional pagination token for fetching next page of results Returns: JSON formatted string with route table information

Input Schema

NameRequiredDescriptionDefault
limitNo
next_tokenNo
search_termNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "next_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Token" }, "search_term": { "default": "", "title": "Search Term", "type": "string" } }, "title": "list_route_tablesArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g