Skip to main content
Glama

Get Request Body Component

get_request_body_component
Read-only

Retrieve a request body component's schema definition and rowVersion, and optionally list endpoints that use it to plan updates.

Instructions

Get a request body component including its schema definition (inline schemaJson or a linked schemaId) and its rowVersion for updates. Optionally include usage details showing which endpoints link it. Requires project context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
specIdYesPublic ID (GUID) of the API specification
includeUsageNoInclude usage details showing which endpoints link this component (default false)
requestBodyComponentIdYesPublic ID (GUID) of the request body component

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.1

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds useful behavioral/return context: the tool returns inline schema or linked schemaId, rowVersion for update workflows, and optionally usage details. It also discloses the project-context prerequisite, with no contradiction to the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two compact sentences with no filler. The main purpose and return content are front-loaded, the optional behavior is stated second, and the prerequisite is separated clearly. Every sentence contributes useful information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description appropriately explains the return values (schema definition, rowVersion, optional usage). It covers the required parameters indirectly and states the project-context prerequisite. Minor gaps remain around not-found/error behavior and how to establish project context, but the core calling information is present.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the input schema already documents all three parameters clearly. The description does not add new parameter-level meaning beyond mentioning the optional usage details behavior, which is already in the includeUsage schema description. Baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource: 'Get a request body component' and goes beyond by detailing exactly what is returned—schema definition (inline schemaJson or linked schemaId) and rowVersion. This clearly distinguishes it from sibling list/get tools for other component types like get_response_component or get_parameter_component.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context: you need a single request body component's schema/rowVersion, and includeUsage is for when endpoint linkage details are needed. It also notes 'Requires project context.' However, it does not explicitly state when to prefer this over list_request_body_components or mention any exclusions/alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/routebase-dev/routebase-mcp'

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