public function getParamDescription() {
		return parent::getParamDescription() + array(
			'format' => 'Output format defaults to JSON, with expanded XML optional.',
		);
	}