Skip to main content
Glama

AWS Security MCP

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/groovyBugify/aws-security-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server